Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanHCFGBuilder.cpp70 VPValue *getOrCreateVPOperand(Value *IRVal);
140 getOrCreateVPOperand(Phi->getIncomingValueForBlock(LoopPred)), in fixPhiNodes()
144 getOrCreateVPOperand(Phi->getIncomingValueForBlock(LoopLatch)), in fixPhiNodes()
150 VPPhi->addIncoming(getOrCreateVPOperand(Phi->getIncomingValue(I)), in fixPhiNodes()
257 VPValue *PlainCFGBuilder::getOrCreateVPOperand(Value *IRVal) { in getOrCreateVPOperand() function in PlainCFGBuilder
298 VPValue *Cond = getOrCreateVPOperand(Br->getCondition()); in createVPInstructionsForVPBB()
319 VPOperands.push_back(getOrCreateVPOperand(Op)); in createVPInstructionsForVPBB()