Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/utils/TableGen/
DGlobalISelEmitter.cpp3210 class ConstrainOperandsToDefinitionAction : public MatchAction { class
3214 ConstrainOperandsToDefinitionAction(unsigned InsnID) : InsnID(InsnID) {} in ConstrainOperandsToDefinitionAction() function in __anon7790e1cf0111::ConstrainOperandsToDefinitionAction
4749 M.insertAction<ConstrainOperandsToDefinitionAction>(InsertPt, in createAndImportSubInstructionRenderer()
5483 M.addAction<ConstrainOperandsToDefinitionAction>(0); in runOnPattern()