Searched refs:VPWidenMemoryInstructionRecipe (Results 1 – 6 of 6) sorted by relevance
143 auto *Load = dyn_cast<VPWidenMemoryInstructionRecipe>(&*Iter++); in TEST_F()149 auto *Store = dyn_cast<VPWidenMemoryInstructionRecipe>(&*Iter++); in TEST_F()
48 NewRecipe = new VPWidenMemoryInstructionRecipe(*Inst, nullptr /*Mask*/); in VPInstructionsToVPRecipes()
77 VPWidenMemoryInstructionRecipe *
898 class VPWidenMemoryInstructionRecipe : public VPRecipeBase {904 VPWidenMemoryInstructionRecipe(Instruction &Instr, VPValue *Mask) in VPWidenMemoryInstructionRecipe() function
571 void VPWidenMemoryInstructionRecipe::print(raw_ostream &O, in print()
6608 VPWidenMemoryInstructionRecipe *6636 return new VPWidenMemoryInstructionRecipe(*I, Mask); in tryToWidenMemory()7233 void VPWidenMemoryInstructionRecipe::execute(VPTransformState &State) { in execute()