Home
last modified time | relevance | path

Searched refs:DEBUGTRAP (Results 1 – 7 of 7) sorted by relevance

/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDISDOpcodes.h647 DEBUGTRAP, enumerator
/NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAGDumper.cpp293 case ISD::DEBUGTRAP: return "debugtrap"; in getOperationName()
HDLegalizeDAG.cpp1291 case ISD::DEBUGTRAP: in LegalizeOp()
HDSelectionDAGBuilder.cpp4832 ISD::TRAP : ISD::DEBUGTRAP; in visitIntrinsicCall()
/NextBSD/contrib/llvm/lib/CodeGen/
HDTargetLoweringBase.cpp878 setOperationAction(ISD::DEBUGTRAP, MVT::Other, Expand); in initActions()
/NextBSD/contrib/llvm/include/llvm/Target/
HDTargetSelectionDAG.td452 def debugtrap : SDNode<"ISD::DEBUGTRAP" , SDTNone,
/NextBSD/contrib/llvm/lib/Target/X86/
HDX86ISelLowering.cpp490 setOperationAction(ISD::DEBUGTRAP, MVT::Other, Legal); in X86TargetLowering()