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 DVPlanConstruction.cpp63 VPValue *getOrCreateVPOperand(Value *IRVal);
105 getOrCreateVPOperand(Phi->getIncomingValueForBlock(Pred))); in fixHeaderPhis()
147 VPValue *PlainCFGBuilder::getOrCreateVPOperand(Value *IRVal) { in getOrCreateVPOperand() function in PlainCFGBuilder
189 VPValue *Cond = getOrCreateVPOperand(Br->getCondition()); in createVPInstructionsForVPBB()
198 SmallVector<VPValue *> Ops = {getOrCreateVPOperand(SI->getCondition())}; in createVPInstructionsForVPBB()
200 Ops.push_back(getOrCreateVPOperand(Case.getCaseValue())); in createVPInstructionsForVPBB()
222 getOrCreateVPOperand(Phi->getIncomingValue(I)); in createVPInstructionsForVPBB()
233 VPOperands.push_back(getOrCreateVPOperand(Op)); in createVPInstructionsForVPBB()
333 getOrCreateVPOperand(Phi.getIncomingValueForBlock(Pred))); in buildPlainCFG()