Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1081 DEBUGTRAP, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp401 case ISD::DEBUGTRAP: return "debugtrap"; in getOperationName()
H A DLegalizeDAG.cpp1122 case ISD::DEBUGTRAP: in LegalizeOp()
H A DSelectionDAGBuilder.cpp6673 DAG.setRoot(DAG.getNode(ISD::DEBUGTRAP, sdl, MVT::Other, getRoot())); in visitIntrinsicCall()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp886 setOperationAction(ISD::DEBUGTRAP, MVT::Other, Expand); in initActions()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp296 setOperationAction(ISD::DEBUGTRAP, MVT::Other, Legal); in WebAssemblyTargetLowering()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td597 def debugtrap : SDNode<"ISD::DEBUGTRAP" , SDTNone,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1697 setOperationAction(ISD::DEBUGTRAP , MVT::Other, Legal); in SparcTargetLowering()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp403 setOperationAction(ISD::DEBUGTRAP, MVT::Other, Custom); in SITargetLowering()
4518 case ISD::DEBUGTRAP: in LowerOperation()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp380 setOperationAction(ISD::DEBUGTRAP, MVT::Other, Legal); in RISCVTargetLowering()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp866 setOperationAction(ISD::DEBUGTRAP, MVT::Other, Legal); in AArch64TargetLowering()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1268 setOperationAction(ISD::DEBUGTRAP, MVT::Other, Legal); in ARMTargetLowering()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp533 setOperationAction(ISD::DEBUGTRAP, MVT::Other, Legal); in X86TargetLowering()