Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DVPlan.h995 class VPPredInstPHIRecipe : public VPRecipeBase {
1002 VPPredInstPHIRecipe(Instruction *PredInst) in VPPredInstPHIRecipe() function
1004 ~VPPredInstPHIRecipe() override = default;
DVPlan.cpp733 void VPPredInstPHIRecipe::print(raw_ostream &O, const Twine &Indent) const { in print()
DLoopVectorize.cpp7031 Instr->getType()->isVoidTy() ? nullptr : new VPPredInstPHIRecipe(Instr); in createReplicateRegion()
7471 void VPPredInstPHIRecipe::execute(VPTransformState &State) { in execute()