Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Transforms/Vectorize/
DVPlanTransforms.cpp60 NewRecipe = new VPWidenMemoryInstructionRecipe( in VPInstructionsToVPRecipes()
64 NewRecipe = new VPWidenMemoryInstructionRecipe( in VPInstructionsToVPRecipes()
DVPRecipeBuilder.h64 VPWidenMemoryInstructionRecipe *
DVPlan.cpp112 if (auto *U = dyn_cast<VPWidenMemoryInstructionRecipe>(this)) in toVPUser()
126 if (auto *V = dyn_cast<VPWidenMemoryInstructionRecipe>(this)) in toVPValue()
146 if (auto *V = dyn_cast<VPWidenMemoryInstructionRecipe>(this)) in toVPValue()
990 void VPWidenMemoryInstructionRecipe::print(raw_ostream &O, const Twine &Indent, in print()
DVPlan.h1267 class VPWidenMemoryInstructionRecipe : public VPRecipeBase,
1282 VPWidenMemoryInstructionRecipe(LoadInst &Load, VPValue *Addr, VPValue *Mask) in VPWidenMemoryInstructionRecipe() function
1288 VPWidenMemoryInstructionRecipe(StoreInst &Store, VPValue *Addr, in VPWidenMemoryInstructionRecipe() function
DLoopVectorize.cpp7962 VPWidenMemoryInstructionRecipe *
7992 return new VPWidenMemoryInstructionRecipe(*Load, Addr, Mask); in tryToWidenMemory()
7996 return new VPWidenMemoryInstructionRecipe(*Store, Addr, StoredValue, Mask); in tryToWidenMemory()
8447 auto *Recipe = cast<VPWidenMemoryInstructionRecipe>( in buildVPlanWithVPRecipes()
8824 void VPWidenMemoryInstructionRecipe::execute(VPTransformState &State) { in execute()
/external/llvm-project/llvm/unittests/Transforms/Vectorize/
DVPlanHCFGTest.cpp179 EXPECT_NE(nullptr, dyn_cast<VPWidenMemoryInstructionRecipe>(&*Iter++)); in TEST_F()
181 EXPECT_NE(nullptr, dyn_cast<VPWidenMemoryInstructionRecipe>(&*Iter++)); in TEST_F()
DVPlanTest.cpp516 VPWidenMemoryInstructionRecipe Recipe(*Load, &Addr, &Mask); in TEST()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DVPlanTransforms.cpp59 NewRecipe = new VPWidenMemoryInstructionRecipe( in VPInstructionsToVPRecipes()
DVPRecipeBuilder.h98 VPWidenMemoryInstructionRecipe *
DVPlan.h1021 class VPWidenMemoryInstructionRecipe : public VPRecipeBase {
1027 VPWidenMemoryInstructionRecipe(Instruction &Instr, VPValue *Addr, in VPWidenMemoryInstructionRecipe() function
DVPlan.cpp739 void VPWidenMemoryInstructionRecipe::print(raw_ostream &O, in print()
DLoopVectorize.cpp6775 VPWidenMemoryInstructionRecipe *
6804 return new VPWidenMemoryInstructionRecipe(*I, Addr, Mask); in tryToWidenMemory()
7255 auto *Recipe = cast<VPWidenMemoryInstructionRecipe>( in buildVPlanWithVPRecipes()
7502 void VPWidenMemoryInstructionRecipe::execute(VPTransformState &State) { in execute()