Home
last modified time | relevance | path

Searched refs:EntryVal (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp1266 Instruction *EntryVal = Trunc ? cast<Instruction>(Trunc) : IV; in execute() local
1276 assert((isa<PHINode>(EntryVal) || isa<TruncInst>(EntryVal)) && in execute()
1283 if (isa<TruncInst>(EntryVal)) { in execute()
1286 auto *TruncType = cast<IntegerType>(EntryVal->getType()); in execute()
1332 VecInd->setDebugLoc(EntryVal->getDebugLoc()); in execute()
1337 if (isa<TruncInst>(EntryVal)) in execute()
1338 State.addMetadata(LastInduction, EntryVal); in execute()
1342 LastInduction->setDebugLoc(EntryVal->getDebugLoc()); in execute()
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp3782 StackStateOfBB(int EntryVal, int ExitVal, bool EntrySetup, bool ExitSetup) : in StackStateOfBB()
3783 EntryValue(EntryVal), ExitValue(ExitVal), EntryIsSetup(EntrySetup), in StackStateOfBB()
/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp13963 for (auto &[EntryVal, EntryMask, EntryOffset] : Srcs) { in fixMasks()