Home
last modified time | relevance | path

Searched refs:VPTransformState (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DVPlan.h107 friend struct VPTransformState;
231 struct VPTransformState { struct
232 VPTransformState(unsigned VF, unsigned UF, LoopInfo *LI, DominatorTree *DT, in VPTransformState() argument
516 virtual void execute(struct VPTransformState *State) = 0;
582 virtual void execute(struct VPTransformState &State) = 0;
614 void generateInstruction(VPTransformState &State, unsigned Part);
639 void execute(VPTransformState &State) override;
672 void execute(VPTransformState &State) override;
705 void execute(VPTransformState &State) override;
726 void execute(VPTransformState &State) override;
[all …]
DVPlan.cpp114 VPBasicBlock::createEmptyBasicBlock(VPTransformState::CFGState &CFG) { in createEmptyBasicBlock()
147 void VPBasicBlock::execute(VPTransformState *State) { in execute()
191 void VPRegionBlock::execute(VPTransformState *State) { in execute()
233 void VPInstruction::generateInstruction(VPTransformState &State, in generateInstruction()
257 void VPInstruction::execute(VPTransformState &State) { in execute()
290 void VPlan::execute(VPTransformState *State) { in execute()
DLoopVectorize.cpp6378 VPTransformState State{BestVF, BestUF, LI, in executePlan()
7092 void VPWidenRecipe::execute(VPTransformState &State) { in execute()
7097 void VPWidenIntOrFpInductionRecipe::execute(VPTransformState &State) { in execute()
7102 void VPWidenPHIRecipe::execute(VPTransformState &State) { in execute()
7106 void VPBlendRecipe::execute(VPTransformState &State) { in execute()
7145 void VPInterleaveRecipe::execute(VPTransformState &State) { in execute()
7150 void VPReplicateRecipe::execute(VPTransformState &State) { in execute()
7175 void VPBranchOnMaskRecipe::execute(VPTransformState &State) { in execute()
7202 void VPPredInstPHIRecipe::execute(VPTransformState &State) { in execute()
7233 void VPWidenMemoryInstructionRecipe::execute(VPTransformState &State) { in execute()
/external/swiftshader/third_party/llvm-7.0/llvm/docs/Proposals/
DVectorizationPlan.rst168 :VPTransformState: