Searched refs:VPWidenMemoryInstructionRecipe (Results 1 – 12 of 12) sorted by relevance
/external/llvm-project/llvm/lib/Transforms/Vectorize/ |
D | VPlanTransforms.cpp | 60 NewRecipe = new VPWidenMemoryInstructionRecipe( in VPInstructionsToVPRecipes() 64 NewRecipe = new VPWidenMemoryInstructionRecipe( in VPInstructionsToVPRecipes()
|
D | VPRecipeBuilder.h | 64 VPWidenMemoryInstructionRecipe *
|
D | VPlan.cpp | 112 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()
|
D | VPlan.h | 1267 class VPWidenMemoryInstructionRecipe : public VPRecipeBase, 1282 VPWidenMemoryInstructionRecipe(LoadInst &Load, VPValue *Addr, VPValue *Mask) in VPWidenMemoryInstructionRecipe() function 1288 VPWidenMemoryInstructionRecipe(StoreInst &Store, VPValue *Addr, in VPWidenMemoryInstructionRecipe() function
|
D | LoopVectorize.cpp | 7962 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/ |
D | VPlanHCFGTest.cpp | 179 EXPECT_NE(nullptr, dyn_cast<VPWidenMemoryInstructionRecipe>(&*Iter++)); in TEST_F() 181 EXPECT_NE(nullptr, dyn_cast<VPWidenMemoryInstructionRecipe>(&*Iter++)); in TEST_F()
|
D | VPlanTest.cpp | 516 VPWidenMemoryInstructionRecipe Recipe(*Load, &Addr, &Mask); in TEST()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | VPlanTransforms.cpp | 59 NewRecipe = new VPWidenMemoryInstructionRecipe( in VPInstructionsToVPRecipes()
|
D | VPRecipeBuilder.h | 98 VPWidenMemoryInstructionRecipe *
|
D | VPlan.h | 1021 class VPWidenMemoryInstructionRecipe : public VPRecipeBase { 1027 VPWidenMemoryInstructionRecipe(Instruction &Instr, VPValue *Addr, in VPWidenMemoryInstructionRecipe() function
|
D | VPlan.cpp | 739 void VPWidenMemoryInstructionRecipe::print(raw_ostream &O, in print()
|
D | LoopVectorize.cpp | 6775 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()
|