Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanSLP.cpp449 SmallVector<VPValue *, 4> CombinedOperands; in buildGraph() local
462 CombinedOperands.push_back(buildGraph(Operands)); in buildGraph()
468 CombinedOperands.push_back(Op); in buildGraph()
483 for (unsigned i = 0; i < CombinedOperands.size(); i++) in buildGraph()
484 if (CombinedOperands[i] == Ops.first) in buildGraph()
485 CombinedOperands[i] = NewOp; in buildGraph()
495 CombinedOperands.push_back(cast<VPInstruction>(V)->getOperand(0)); in buildGraph()
498 CombinedOperands.push_back(buildGraph(Operands)); in buildGraph()
517 assert(CombinedOperands.size() > 0 && "Need more some operands"); in buildGraph()
519 auto *VPI = new VPInstruction(Opcode, CombinedOperands, Inst->getDebugLoc()); in buildGraph()