Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2277 Instruction *EntryVal, VPValue *Def, VPValue *CastDef, in createVectorIntOrFpInductionPHI() argument
2279 assert((isa<PHINode>(EntryVal) || isa<TruncInst>(EntryVal)) && in createVectorIntOrFpInductionPHI()
2285 if (isa<TruncInst>(EntryVal)) { in createVectorIntOrFpInductionPHI()
2333 VecInd->setDebugLoc(EntryVal->getDebugLoc()); in createVectorIntOrFpInductionPHI()
2338 if (isa<TruncInst>(EntryVal)) in createVectorIntOrFpInductionPHI()
2339 addMetadata(LastInduction, EntryVal); in createVectorIntOrFpInductionPHI()
2345 LastInduction->setDebugLoc(EntryVal->getDebugLoc()); in createVectorIntOrFpInductionPHI()
2379 assert((isa<PHINode>(EntryVal) || isa<TruncInst>(EntryVal)) && in recordVectorLoopValueForInductionCast()
2388 if (isa<TruncInst>(EntryVal)) in recordVectorLoopValueForInductionCast()
2492 auto NeedsScalarIV = needsScalarInduction(EntryVal); in widenIntOrFpInduction()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp3125 StackStateOfBB(int EntryVal, int ExitVal, bool EntrySetup, bool ExitSetup) : in StackStateOfBB()
3126 EntryValue(EntryVal), ExitValue(ExitVal), EntryIsSetup(EntrySetup), in StackStateOfBB()