Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp39 if (InstListType::iterator InsertIt = InsertBefore; InsertIt.isValid()) { in Instruction() local
40 BasicBlock *BB = InsertIt.getNodeParent(); in Instruction()
/src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp74 MachineBasicBlock::iterator InsertIt(&InsertPt); in constrainOperandRegClass() local
79 BuildMI(MBB, InsertIt, InsertPt.getDebugLoc(), in constrainOperandRegClass()
84 BuildMI(MBB, std::next(InsertIt), InsertPt.getDebugLoc(), in constrainOperandRegClass()
/src/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelCombinerEmitter.cpp2055 auto InsertIt = M.insertAction<MakeTempRegisterAction>(M.actions_begin(), in emitCodeGenInstructionApplyImmOperand() local
2057 M.insertAction<BuildConstantAction>(++InsertIt, TempRegID, O.getImmValue()); in emitCodeGenInstructionApplyImmOperand()