Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCDecoderOps.h27 OPC_CheckPredicateOrFail, // OPC_CheckPredicateOrFail(uleb128 PIdx) enumerator
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp955 case MCD::OPC_CheckPredicateOrFail: { in emitTable()
956 bool IsFail = DecoderOp == MCD::OPC_CheckPredicateOrFail; in emitTable()
1397 ? MCD::OPC_CheckPredicateOrFail in emitPredicateTableEntry()
2228 ((1 << MCD::OPC_CheckPredicate) | (1 << MCD::OPC_CheckPredicateOrFail)); in emitDecodeInstruction()
2348 StringRef OpName = IsFail ? "OPC_CheckPredicateOrFail" : "OPC_CheckPredicate"; in emitDecodeInstruction()
2672 ((1 << MCD::OPC_CheckPredicate) | (1 << MCD::OPC_CheckPredicateOrFail)); in run()