Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp72 MachineBasicBlock::iterator InsertIt(&InsertPt); in constrainOperandRegClass() local
77 BuildMI(MBB, InsertIt, InsertPt.getDebugLoc(), in constrainOperandRegClass()
82 BuildMI(MBB, std::next(InsertIt), InsertPt.getDebugLoc(), in constrainOperandRegClass()
/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelCombinerEmitter.cpp2383 auto InsertIt = M.insertAction<MakeTempRegisterAction>(M.actions_begin(), in emitCodeGenInstructionApplyImmOperand() local
2385 M.insertAction<BuildConstantAction>(++InsertIt, TempRegID, O.getImmValue()); in emitCodeGenInstructionApplyImmOperand()