Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCDecoderOps.h26 OPC_CheckPredicate, // OPC_CheckPredicate(uleb128 PIdx, nts_t NumToSkip) enumerator
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp954 case MCD::OPC_CheckPredicate: in emitTable()
1398 : MCD::OPC_CheckPredicate; in emitPredicateTableEntry()
1402 if (DecoderOp == MCD::OPC_CheckPredicate) { 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()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGISel.h187 OPC_CheckPredicate, enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2909 unsigned PredNo = Opcode == SelectionDAGISel::OPC_CheckPredicate in CheckNodePredicate()
3064 case SelectionDAGISel::OPC_CheckPredicate: in IsPredicateKnownToFail()
3585 case OPC_CheckPredicate: in SelectCodeCommon()