Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DCombinerUtils.h46 inline const DagInit *getDagWithSpecificOperator(const Init &N, in getDagWithSpecificOperator() function
H A DPatternParser.cpp154 if (auto *DagArg = getDagWithSpecificOperator(*Arg, "MIFlags")) { in parseInstructionPattern()
172 const DagInit *Matcher = getDagWithSpecificOperator(Arg, "wip_match_opcode"); in parseWipMatchOpcodeMatcher()
308 if (const DagInit *NotDag = getDagWithSpecificOperator(*Arg, "not")) { in parseInstructionPatternMIFlags()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGICombinerEmitter.cpp
H A DGlobalISelCombinerMatchTableEmitter.cpp