Searched refs:LoopExitInstDef (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 4304 VPValue *LoopExitInstDef = State.Plan->getVPValue(LoopExitInst); in fixReduction() local 4306 Type *VecTy = State.get(LoopExitInstDef, 0)->getType(); in fixReduction() 4342 Value *VecLoopExitInst = State.get(LoopExitInstDef, Part); in fixReduction() 4352 State.reset(LoopExitInstDef, Sel, Part); in fixReduction() 4381 RdxParts[Part] = State.get(LoopExitInstDef, Part); in fixReduction() 4397 State.reset(LoopExitInstDef, RdxParts[Part], Part); in fixReduction() 4402 Value *ReducedPartRdx = State.get(LoopExitInstDef, 0); in fixReduction() 4414 ReducedPartRdx = State.get(LoopExitInstDef, UF - 1); in fixReduction() 4420 Value *RdxPart = State.get(LoopExitInstDef, Part); in fixReduction()
|