Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp419 LoopVal = 0; in getPhiRegs()
424 LoopVal = Phi.getOperand(i).getReg(); in getPhiRegs()
2129 unsigned LoopVal = 0; in generateExistingPhis() local
2135 unsigned PhiOp2 = LoopVal; in generateExistingPhis()
2191 PhiOp1 = LoopVal; in generateExistingPhis()
2834 PrevVal = VRMap[StageNum][LoopVal]; in getPrevMapVal()
2837 PrevVal = LoopVal; in getPrevMapVal()
2861 unsigned LoopVal = 0; in rewritePhiValues() local
3088 unsigned LoopVal = 0; in isLoopCarriedDep() local
3089 getPhiRegs(*Def, BB, InitVal, LoopVal); in isLoopCarriedDep()
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h334 unsigned getPrevMapVal(unsigned StageNum, unsigned PhiStage, unsigned LoopVal,
/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3547 Value *LoopVal = Phi->getIncomingValueForBlock(Latch); in fixReduction() local
3550 Value *Val = getOrCreateVectorValue(LoopVal, Part); in fixReduction()