Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp973 Instruction *EntryVal = Trunc ? cast<Instruction>(Trunc) : IV; in execute() local
983 assert((isa<PHINode>(EntryVal) || isa<TruncInst>(EntryVal)) && in execute()
990 if (isa<TruncInst>(EntryVal)) { in execute()
993 auto *TruncType = cast<IntegerType>(EntryVal->getType()); in execute()
1039 VecInd->setDebugLoc(EntryVal->getDebugLoc()); in execute()
1044 if (isa<TruncInst>(EntryVal)) in execute()
1045 State.addMetadata(LastInduction, EntryVal); in execute()
1049 LastInduction->setDebugLoc(EntryVal->getDebugLoc()); in execute()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp3473 StackStateOfBB(int EntryVal, int ExitVal, bool EntrySetup, bool ExitSetup) : in StackStateOfBB()
3474 EntryValue(EntryVal), ExitValue(ExitVal), EntryIsSetup(EntrySetup), in StackStateOfBB()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp13656 for (auto &[EntryVal, EntryMask] : Srcs) { in fixMasks()