Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp1996 InstructionOpcodeMatcher &getOpcodeMatcher() { in getOpcodeMatcher() function in __anon7e76e5f80111::InstructionMatcher
2004 return getOpcodeMatcher().isConstantInstruction(); in isConstantInstruction()
2007 StringRef getOpcode() { return getOpcodeMatcher().getOpcode(); } in getOpcode()
2086 const auto &OpcMatcher = getOpcodeMatcher(); in optimize()