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