Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelCombinerMatchTableEmitter.cpp
H A DGlobalISelCombinerEmitter.cpp856 case Pattern::K_AnyOpcode: { in emitRuleMatchers()
1626 case Pattern::K_AnyOpcode: in emitMatchPattern()
1683 case Pattern::K_AnyOpcode: in emitMatchPattern()
1878 case Pattern::K_AnyOpcode: in emitApplyPatterns()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DPatterns.h138 K_AnyOpcode, enumerator
180 AnyOpcodePattern(StringRef Name) : Pattern(K_AnyOpcode, Name) {} in AnyOpcodePattern()
182 static bool classof(const Pattern *P) { return P->getKind() == K_AnyOpcode; } in classof()
H A DPatterns.cpp142 case K_AnyOpcode: in getKindName()
557 case Pattern::K_AnyOpcode: in checkSemantics()