Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.h2463 class ConstrainOperandsToDefinitionAction : public MatchAction {
2467 ConstrainOperandsToDefinitionAction(unsigned InsnID) in ConstrainOperandsToDefinitionAction() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp1890 M.insertAction<ConstrainOperandsToDefinitionAction>(InsertPt, InsnID); in constrainOperands()