Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/utils/TableGen/GlobalISel/
DGIMatchDag.h25 const GIMatchDagOperandList &makeEmptyOperandList() { in makeEmptyOperandList() function
26 return OperandListCtx.makeEmptyOperandList(); in makeEmptyOperandList()
DGIMatchDagOperands.h121 const GIMatchDagOperandList &makeEmptyOperandList();
DGIMatchDagOperands.cpp60 GIMatchDagOperandListContext::makeEmptyOperandList() { in makeEmptyOperandList() function in GIMatchDagOperandListContext
/openbsd/src/gnu/llvm/llvm/utils/TableGen/
DGICombinerEmitter.cpp461 MatchDag.getContext().makeEmptyOperandList()); in parseWipMatchOpcodeMatcher()