Searched refs:insertAction (Results 1 – 3 of 3) sorted by relevance
1255 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 …]
1989 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()
594 action_iterator insertAction(action_iterator InsertPt, Args &&...args) { in insertAction() function