Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.cpp78 GEP, Plan->mapToVPValues(GEP->operands()), OrigLoop); in VPInstructionsToVPRecipes()
81 new VPWidenCallRecipe(*CI, Plan->mapToVPValues(CI->args()), in VPInstructionsToVPRecipes()
87 *SI, Plan->mapToVPValues(SI->operands()), InvariantCond); in VPInstructionsToVPRecipes()
90 new VPWidenRecipe(*Inst, Plan->mapToVPValues(Inst->operands())); in VPInstructionsToVPRecipes()
H A DVPlan.h2345 mapToVPValues(User::op_range Operands) { in mapToVPValues() function
H A DLoopVectorize.cpp8510 auto *Recipe = new VPReplicateRecipe(I, Plan->mapToVPValues(I->operands()), in handleReplication()
8929 auto OpRange = Plan->mapToVPValues(Instr->operands()); in buildVPlanWithVPRecipes()