HomeSort by: relevance | last modified time | path
    Searched refs:getInsertPos (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.h 143 /// getInsertPos - Return the current insertion position.
144 MachineBasicBlock::iterator getInsertPos() { return InsertPos; }
ScheduleDAGSDNodes.cpp 756 MachineBasicBlock::iterator InsertPos = Emitter.getInsertPos();
868 return std::prev(Emitter.getInsertPos());
871 MachineBasicBlock::iterator Before = GetPrevInsn(Emitter.getInsertPos());
873 MachineBasicBlock::iterator After = GetPrevInsn(Emitter.getInsertPos());
1054 InsertPos = Emitter.getInsertPos();
ScheduleDAGFast.cpp 777 MachineBasicBlock::iterator InsertPos = Emitter.getInsertPos();
788 InsertPos = Emitter.getInsertPos();
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
VectorUtils.h 668 InstTy *getInsertPos() const { return InsertPos; }
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
VPlan.cpp 1220 if (Inst == IG->getInsertPos())
LoopVectorize.cpp 1393 if (Grp->getInsertPos() == I)
2690 Instruction *Instr = Group->getInsertPos();
9040 CM.getWideningDecision(IG->getInsertPos(), VF) ==
9207 RecipeBuilder.getRecipe(IG->getInsertPos()));
9364 IG->getInsertPos()->printAsOperand(O, false);

Completed in 76 milliseconds