Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp1255 Rule.insertAction<MakeTempRegisterAction>(InsertPt, *OpTy, TempRegID); in importExplicitUseRenderer()
1356 InsertPt = M.insertAction<BuildMIAction>( in createAndImportInstructionRenderer()
1426 M.insertAction<ConstrainOperandToRegClassAction>( in createAndImportSubInstructionRenderer()
1428 M.insertAction<ConstrainOperandToRegClassAction>( in createAndImportSubInstructionRenderer()
1430 M.insertAction<ConstrainOperandToRegClassAction>( in createAndImportSubInstructionRenderer()
1452 M.insertAction<ConstrainOperandToRegClassAction>( in createAndImportSubInstructionRenderer()
1454 M.insertAction<ConstrainOperandToRegClassAction>( in createAndImportSubInstructionRenderer()
1474 M.insertAction<ConstrainOperandToRegClassAction>( in createAndImportSubInstructionRenderer()
1476 M.insertAction<ConstrainOperandToRegClassAction>( in createAndImportSubInstructionRenderer()
1483 M.insertAction<ConstrainOperandToRegClassAction>( in createAndImportSubInstructionRenderer()
[all …]
H A DGlobalISelCombinerEmitter.cpp1989 M.insertAction<MakeTempRegisterAction>( in emitInstructionApplyPattern()
2055 auto InsertIt = M.insertAction<MakeTempRegisterAction>(M.actions_begin(), in emitCodeGenInstructionApplyImmOperand()
2057 M.insertAction<BuildConstantAction>(++InsertIt, TempRegID, O.getImmValue()); in emitCodeGenInstructionApplyImmOperand()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.h594 action_iterator insertAction(action_iterator InsertPt, Args &&...args) { in insertAction() function