Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp1331 InsertPt = M.insertAction<BuildMIAction>( in createAndImportInstructionRenderer()
1393 M.insertAction<ConstrainOperandToRegClassAction>( in createAndImportSubInstructionRenderer()
1395 M.insertAction<ConstrainOperandToRegClassAction>( in createAndImportSubInstructionRenderer()
1397 M.insertAction<ConstrainOperandToRegClassAction>( in createAndImportSubInstructionRenderer()
1419 M.insertAction<ConstrainOperandToRegClassAction>( in createAndImportSubInstructionRenderer()
1421 M.insertAction<ConstrainOperandToRegClassAction>( in createAndImportSubInstructionRenderer()
1441 M.insertAction<ConstrainOperandToRegClassAction>( in createAndImportSubInstructionRenderer()
1443 M.insertAction<ConstrainOperandToRegClassAction>( in createAndImportSubInstructionRenderer()
1450 M.insertAction<ConstrainOperandToRegClassAction>( in createAndImportSubInstructionRenderer()
1464 M.insertAction<ConstrainOperandToRegClassAction>( in createAndImportSubInstructionRenderer()
[all …]
H A DGlobalISelCombinerEmitter.cpp2322 M.insertAction<MakeTempRegisterAction>( in emitInstructionApplyPattern()
2383 auto InsertIt = M.insertAction<MakeTempRegisterAction>(M.actions_begin(), in emitCodeGenInstructionApplyImmOperand()
2385 M.insertAction<BuildConstantAction>(++InsertIt, TempRegID, O.getImmValue()); in emitCodeGenInstructionApplyImmOperand()
H A DGlobalISelMatchTable.h586 action_iterator insertAction(action_iterator InsertPt, Args &&...args) { in insertAction() function