Home
last modified time | relevance | path

Searched refs:getOpcodeMatcher (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.h1805 InstructionOpcodeMatcher &getOpcodeMatcher() { in getOpcodeMatcher() function
1813 return getOpcodeMatcher().isConstantInstruction(); in isConstantInstruction()
1816 StringRef getOpcode() { return getOpcodeMatcher().getOpcode(); } in getOpcode()
H A DGlobalISelMatchTable.cpp1792 const auto &OpcMatcher = getOpcodeMatcher(); in optimize()