Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp2638 class ConstrainOperandsToDefinitionAction : public MatchAction { class
2642 ConstrainOperandsToDefinitionAction(unsigned InsnID) : InsnID(InsnID) {} in ConstrainOperandsToDefinitionAction() function in __anon7e76e5f80111::ConstrainOperandsToDefinitionAction
3672 M.insertAction<ConstrainOperandsToDefinitionAction>(InsertPt, in createAndImportSubInstructionRenderer()
4037 M.addAction<ConstrainOperandsToDefinitionAction>(0); in runOnPattern()