Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/GlobalISel/
H A DGIMatchDag.h25 const GIMatchDagOperandList &makeEmptyOperandList() { in makeEmptyOperandList() function
26 return OperandListCtx.makeEmptyOperandList(); in makeEmptyOperandList()
H A DGIMatchDagOperands.h121 const GIMatchDagOperandList &makeEmptyOperandList();
H A DGIMatchDagOperands.cpp60 GIMatchDagOperandListContext::makeEmptyOperandList() { in makeEmptyOperandList() function in GIMatchDagOperandListContext
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DGICombinerEmitter.cpp461 MatchDag.getContext().makeEmptyOperandList()); in parseWipMatchOpcodeMatcher()