Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/GlobalISel/
DGIMatchDag.h30 const GIMatchDagOperandList &makeOperandList(const CodeGenInstruction &I) { in makeOperandList() function
31 return OperandListCtx.makeOperandList(I); in makeOperandList()
DGIMatchDagOperands.h122 const GIMatchDagOperandList &makeOperandList(const CodeGenInstruction &I);
DGIMatchDagOperands.cpp77 GIMatchDagOperandListContext::makeOperandList(const CodeGenInstruction &I) { in makeOperandList() function in GIMatchDagOperandListContext
/external/llvm-project/llvm/utils/TableGen/
DGICombinerEmitter.cpp410 MatchDag.getContext().makeOperandList(Instr)); in parseInstructionMatcher()