Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/
DGlobalISelEmitter.cpp3129 class ConstrainOperandsToDefinitionAction : public MatchAction { class
3133 ConstrainOperandsToDefinitionAction(unsigned InsnID) : InsnID(InsnID) {} in ConstrainOperandsToDefinitionAction() function in __anon0a286f430111::ConstrainOperandsToDefinitionAction
4621 M.insertAction<ConstrainOperandsToDefinitionAction>(InsertPt, in createAndImportSubInstructionRenderer()
5335 M.addAction<ConstrainOperandsToDefinitionAction>(0); in runOnPattern()