Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp2438 InstructionOpcodeMatcher &getOpcodeMatcher() { in getOpcodeMatcher() function in __anoncee47b830111::InstructionMatcher
2446 return getOpcodeMatcher().isConstantInstruction(); in isConstantInstruction()
2449 StringRef getOpcode() { return getOpcodeMatcher().getOpcode(); } in getOpcode()
2529 const auto &OpcMatcher = getOpcodeMatcher(); in optimize()