Home
last modified time | relevance | path

Searched refs:getInsertPos (Results 1 – 10 of 10) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.cpp710 MachineBasicBlock::iterator InsertPos = Emitter.getInsertPos(); in ProcessSDDbgValues()
744 if (Emitter.getInsertPos() == BB->begin() || BB->back().isPHI() || in ProcessSourceNode()
747 std::prev(Emitter.getInsertPos())->isPHI()) { in ProcessSourceNode()
753 Orders.push_back(std::make_pair(Order, &*std::prev(Emitter.getInsertPos()))); in ProcessSourceNode()
906 InsertPos = Emitter.getInsertPos(); in EmitSchedule()
DInstrEmitter.h130 MachineBasicBlock::iterator getInsertPos() { return InsertPos; } in getInsertPos() function
DScheduleDAGFast.cpp789 InsertPos = Emitter.getInsertPos(); in EmitSchedule()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.cpp645 MachineBasicBlock::iterator InsertPos = Emitter.getInsertPos(); in ProcessSDDbgValues()
679 if (Emitter.getInsertPos() == BB->begin() || BB->back().isPHI()) { in ProcessSourceNode()
685 Orders.push_back(std::make_pair(Order, prior(Emitter.getInsertPos()))); in ProcessSourceNode()
800 InsertPos = Emitter.getInsertPos(); in EmitSchedule()
DInstrEmitter.h133 MachineBasicBlock::iterator getInsertPos() { return InsertPos; } in getInsertPos() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DInstrEmitter.h133 MachineBasicBlock::iterator getInsertPos() { return InsertPos; } in getInsertPos() function
DScheduleDAGSDNodes.cpp712 MachineBasicBlock::iterator InsertPos = Emitter.getInsertPos(); in ProcessSDDbgValues()
745 auto IP = Emitter.getInsertPos(); in ProcessSourceNode()
949 InsertPos = Emitter.getInsertPos(); in EmitSchedule()
DScheduleDAGFast.cpp778 MachineBasicBlock::iterator InsertPos = Emitter.getInsertPos(); in EmitSchedule()
791 InsertPos = Emitter.getInsertPos(); in EmitSchedule()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp903 Instruction *getInsertPos() const { return InsertPos; } in getInsertPos() function in llvm::InterleaveGroup
1308 if (Grp->getInsertPos() == I) in setWideningDecision()
2250 if (Instr != Group->getInsertPos()) in vectorizeInterleaveGroup()
6602 assert(I == IG->getInsertPos() && in tryToInterleaveMemory()
6985 if (IG && Instr != IG->getInsertPos() && in buildVPlanWithVPRecipes()
7084 IG->getInsertPos()->printAsOperand(O, false); in print()
7147 State.ILV->vectorizeInterleaveGroup(IG->getInsertPos()); in execute()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp795 Instruction *getInsertPos() const { return InsertPos; } in getInsertPos() function in __anon63bf7e8f0111::InterleaveGroup
2275 if (Instr != Group->getInsertPos()) in vectorizeInterleaveGroup()
5951 if (Group->getInsertPos() != I) in getInstructionCost()