Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DGlobalISelEmitter.cpp2629 class ConstrainOperandsToDefinitionAction : public MatchAction { class
2633 ConstrainOperandsToDefinitionAction(unsigned InsnID) : InsnID(InsnID) {} in ConstrainOperandsToDefinitionAction() function in __anon0c06086d0111::ConstrainOperandsToDefinitionAction
3678 M.insertAction<ConstrainOperandsToDefinitionAction>(InsertPt, in createAndImportSubInstructionRenderer()
4043 M.addAction<ConstrainOperandsToDefinitionAction>(0); in runOnPattern()