Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Vectorize/
DVPlanHCFGTest.cpp143 auto *Load = dyn_cast<VPWidenMemoryInstructionRecipe>(&*Iter++); in TEST_F()
149 auto *Store = dyn_cast<VPWidenMemoryInstructionRecipe>(&*Iter++); in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DVPlanHCFGTransforms.cpp48 NewRecipe = new VPWidenMemoryInstructionRecipe(*Inst, nullptr /*Mask*/); in VPInstructionsToVPRecipes()
DVPRecipeBuilder.h77 VPWidenMemoryInstructionRecipe *
DVPlan.h898 class VPWidenMemoryInstructionRecipe : public VPRecipeBase {
904 VPWidenMemoryInstructionRecipe(Instruction &Instr, VPValue *Mask) in VPWidenMemoryInstructionRecipe() function
DVPlan.cpp571 void VPWidenMemoryInstructionRecipe::print(raw_ostream &O, in print()
DLoopVectorize.cpp6608 VPWidenMemoryInstructionRecipe *
6636 return new VPWidenMemoryInstructionRecipe(*I, Mask); in tryToWidenMemory()
7233 void VPWidenMemoryInstructionRecipe::execute(VPTransformState &State) { in execute()