Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DVPlan.h874 Instruction *PredInst;
879 VPPredInstPHIRecipe(Instruction *PredInst) in VPPredInstPHIRecipe() argument
880 : VPRecipeBase(VPPredInstPHISC), PredInst(PredInst) {} in VPPredInstPHIRecipe()
DLoopVectorize.cpp491 void sinkScalarOperands(Instruction *PredInst);
1543 int computePredInstDiscount(Instruction *PredInst, ScalarCostsTy &ScalarCosts,
3730 void InnerLoopVectorizer::sinkScalarOperands(Instruction *PredInst) { in sinkScalarOperands() argument
3732 auto *PredBB = PredInst->getParent(); in sinkScalarOperands()
3736 SetVector<Value *> Worklist(PredInst->op_begin(), PredInst->op_end()); in sinkScalarOperands()
5497 Instruction *PredInst, DenseMap<Instruction *, unsigned> &ScalarCosts, in computePredInstDiscount() argument
5499 assert(!isUniformAfterVectorization(PredInst, VF) && in computePredInstDiscount()
5518 if (!I->hasOneUse() || PredInst->getParent() != I->getParent() || in computePredInstDiscount()
5558 Worklist.push_back(PredInst); in computePredInstDiscount()
6812 if (auto *PredInst = dyn_cast<Instruction>(Op)) in handleReplication() local
[all …]
DVPlan.cpp567 << Indent << "\"PHI-PREDICATED-INSTRUCTION " << VPlanIngredient(PredInst) in print()