Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp2411 InstructionOpcodeMatcher &getOpcodeMatcher() { in getOpcodeMatcher() function in __anon612774070111::InstructionMatcher
2419 return getOpcodeMatcher().isConstantInstruction(); in isConstantInstruction()
2422 StringRef getOpcode() { return getOpcodeMatcher().getOpcode(); } in getOpcode()
2502 const auto &OpcMatcher = getOpcodeMatcher(); in optimize()