Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp636 void buildScalarSteps(Value *ScalarIV, Value *Step, Instruction *EntryVal,
647 Instruction *EntryVal, VPValue *Def,
677 const InductionDescriptor &ID, const Instruction *EntryVal,
2258 Instruction *EntryVal, VPValue *Def, VPValue *CastDef, in createVectorIntOrFpInductionPHI() argument
2260 assert((isa<PHINode>(EntryVal) || isa<TruncInst>(EntryVal)) && in createVectorIntOrFpInductionPHI()
2266 if (isa<TruncInst>(EntryVal)) { in createVectorIntOrFpInductionPHI()
2269 auto *TruncType = cast<IntegerType>(EntryVal->getType()); in createVectorIntOrFpInductionPHI()
2314 VecInd->setDebugLoc(EntryVal->getDebugLoc()); in createVectorIntOrFpInductionPHI()
2319 if (isa<TruncInst>(EntryVal)) in createVectorIntOrFpInductionPHI()
2320 addMetadata(LastInduction, EntryVal); in createVectorIntOrFpInductionPHI()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineVerifier.cpp3103 StackStateOfBB(int EntryVal, int ExitVal, bool EntrySetup, bool ExitSetup) : in StackStateOfBB()
3104 EntryValue(EntryVal), ExitValue(ExitVal), EntryIsSetup(EntrySetup), in StackStateOfBB()