Searched refs:setDebugLocFromInst (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 650 static void setDebugLocFromInst(IRBuilder<> &B, const Value *Ptr) { in setDebugLocFromInst() function 2289 setDebugLocFromInst(Builder, Ptr); in vectorizeInterleaveGroup() 2317 setDebugLocFromInst(Builder, Instr); in vectorizeInterleaveGroup() 2445 setDebugLocFromInst(Builder, Gep); in vectorizeMemoryInstruction() 2456 setDebugLocFromInst(Builder, Gep); in vectorizeMemoryInstruction() 2496 setDebugLocFromInst(Builder, Ptr); in vectorizeMemoryInstruction() 2538 setDebugLocFromInst(Builder, SI); in vectorizeMemoryInstruction() 2584 setDebugLocFromInst(Builder, LI); in vectorizeMemoryInstruction() 2625 setDebugLocFromInst(Builder, Instr); in scalarizeInstruction() 2736 setDebugLocFromInst(Builder, getDebugLocFromInstOrOperands(OldInduction)); in createInductionVariable() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 449 void setDebugLocFromInst(IRBuilder<> &B, const Value *Ptr); 751 void InnerLoopVectorizer::setDebugLocFromInst(IRBuilder<> &B, const Value *Ptr) { in setDebugLocFromInst() function in InnerLoopVectorizer 2263 setDebugLocFromInst(Builder, Ptr); in vectorizeInterleaveGroup() 2302 setDebugLocFromInst(Builder, Instr); in vectorizeInterleaveGroup() 2464 setDebugLocFromInst(Builder, SI); in vectorizeMemoryInstruction() 2496 setDebugLocFromInst(Builder, LI); in vectorizeMemoryInstruction() 2528 setDebugLocFromInst(Builder, Instr); in scalarizeInstruction() 2573 setDebugLocFromInst(Builder, OldInst); in createInductionVariable() 2577 setDebugLocFromInst(Builder, OldInst); in createInductionVariable() 3560 setDebugLocFromInst(Builder, ReductionStartValue); in fixReduction() [all …]
|