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/ |
| D | LoopVectorizationPlanner.h | 212 InnerLoopVectorizer &ILV; 214 VPCallbackILV(InnerLoopVectorizer &ILV) : ILV(ILV) {} in VPCallbackILV() 249 void executePlan(InnerLoopVectorizer &LB, DominatorTree *DT);
|
| D | LoopVectorize.cpp | 398 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 …]
|
| D | VPlan.h | 55 class InnerLoopVectorizer; variable 239 InnerLoopVectorizer *ILV, VPCallback &Callback) in VPTransformState() 336 InnerLoopVectorizer *ILV;
|