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.h1862 InstructionOpcodeMatcher &getOpcodeMatcher() { in getOpcodeMatcher() function
1870 return getOpcodeMatcher().isConstantInstruction(); in isConstantInstruction()
1873 StringRef getOpcode() { return getOpcodeMatcher().getOpcode(); } in getOpcode()
H A DGlobalISelMatchTable.cpp1815 const auto &OpcMatcher = getOpcodeMatcher(); in optimize()