Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/MC/
H A DMCDecoderOps.h22 OPC_CheckPredicate, // OPC_CheckPredicate(uleb128 PIdx, uint16_t NumToSkip) enumerator
/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGISel.h189 OPC_CheckPredicate,
180 OPC_CheckPredicate, global() enumerator
/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp898 case MCD::OPC_CheckPredicate: { in emitTable()
900 OS << Indent << "MCD::OPC_CheckPredicate, "; in emitTable()
1362 TableInfo.Table.push_back(MCD::OPC_CheckPredicate); in emitPredicateTableEntry()
2317 case MCD::OPC_CheckPredicate: { in emitDecodeInstruction()
2329 LLVM_DEBUG(dbgs() << Loc << ": OPC_CheckPredicate(" << PIdx << "): " in emitDecodeInstruction()
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2899 unsigned PredNo = Opcode == SelectionDAGISel::OPC_CheckPredicate in CheckValueType()
3054 case SelectionDAGISel::OPC_CheckPredicate: in IsPredicateKnownToFail()
3573 case OPC_CheckPredicate: in SelectCodeCommon()