Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCDecoderOps.h21 OPC_FilterValueOrFail, // OPC_FilterValueOrFail(uleb128 Val) enumerator
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp789 ? MCD::OPC_FilterValueOrFail in emitTableEntry()
922 case MCD::OPC_FilterValueOrFail: { in emitTable()
923 bool IsFail = DecoderOp == MCD::OPC_FilterValueOrFail; in emitTable()
2289 StringRef OpName = IsFail ? "OPC_FilterValueOrFail" : "OPC_FilterValue"; in emitDecodeInstruction()