Home
last modified time | relevance | path

Searched refs:InnerLoopVectorizer (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorizationPlanner.h212 InnerLoopVectorizer &ILV;
214 VPCallbackILV(InnerLoopVectorizer &ILV) : ILV(ILV) {} in VPCallbackILV()
249 void executePlan(InnerLoopVectorizer &LB, DominatorTree *DT);
DLoopVectorize.cpp398 class InnerLoopVectorizer { class
400 InnerLoopVectorizer(Loop *OrigLoop, PredicatedScalarEvolution &PSE, in InnerLoopVectorizer() function in llvm::InnerLoopVectorizer
411 virtual ~InnerLoopVectorizer() = default;
779 class InnerLoopUnroller : public InnerLoopVectorizer {
788 : InnerLoopVectorizer(OrigLoop, PSE, LI, DT, TLI, TTI, AC, ORE, 1, in InnerLoopUnroller()
820 void InnerLoopVectorizer::setDebugLocFromInst(IRBuilder<> &B, const Value *Ptr) { in setDebugLocFromInst()
909 void InnerLoopVectorizer::addNewMetadata(Instruction *To, in addNewMetadata()
917 void InnerLoopVectorizer::addMetadata(Instruction *To, in addMetadata()
923 void InnerLoopVectorizer::addMetadata(ArrayRef<Value *> To, in addMetadata()
1666 Value *InnerLoopVectorizer::getBroadcastInstrs(Value *V) { in getBroadcastInstrs()
[all …]
DVPlan.h55 class InnerLoopVectorizer; variable
239 InnerLoopVectorizer *ILV, VPCallback &Callback) in VPTransformState()
336 InnerLoopVectorizer *ILV;