Searched refs:EntryVal (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| D | LoopVectorize.cpp | 633 void buildScalarSteps(Value *ScalarIV, Value *Step, Instruction *EntryVal, 644 Instruction *EntryVal, VPValue *Def, 674 const InductionDescriptor &ID, const Instruction *EntryVal, 2277 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() 2288 auto *TruncType = cast<IntegerType>(EntryVal->getType()); in createVectorIntOrFpInductionPHI() 2333 VecInd->setDebugLoc(EntryVal->getDebugLoc()); in createVectorIntOrFpInductionPHI() 2338 if (isa<TruncInst>(EntryVal)) in createVectorIntOrFpInductionPHI() 2339 addMetadata(LastInduction, EntryVal); in createVectorIntOrFpInductionPHI() [all …]
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| D | MachineVerifier.cpp | 3125 StackStateOfBB(int EntryVal, int ExitVal, bool EntrySetup, bool ExitSetup) : in StackStateOfBB() 3126 EntryValue(EntryVal), ExitValue(ExitVal), EntryIsSetup(EntrySetup), in StackStateOfBB()
|