Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/GlobalISel/
H A DGIMatchDagPredicate.cpp29 Ctx.makeMIPredicateOperandList()), in GIMatchDagOpcodePredicate()
39 Ctx.makeMIPredicateOperandList()) {} in GIMatchDagOneOfOpcodesPredicate()
H A DGIMatchDag.h33 const GIMatchDagOperandList &makeMIPredicateOperandList() { in makeMIPredicateOperandList() function
34 return OperandListCtx.makeMIPredicateOperandList(); in makeMIPredicateOperandList()
H A DGIMatchDagOperands.h123 const GIMatchDagOperandList &makeMIPredicateOperandList();
H A DGIMatchDagOperands.cpp99 GIMatchDagOperandListContext::makeMIPredicateOperandList() { in makeMIPredicateOperandList() function in GIMatchDagOperandListContext