Searched refs:DEBUGTRAP (Results 1 – 13 of 13) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 1081 DEBUGTRAP, enumerator
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGDumper.cpp | 401 case ISD::DEBUGTRAP: return "debugtrap"; in getOperationName()
|
| H A D | LegalizeDAG.cpp | 1122 case ISD::DEBUGTRAP: in LegalizeOp()
|
| H A D | SelectionDAGBuilder.cpp | 6673 DAG.setRoot(DAG.getNode(ISD::DEBUGTRAP, sdl, MVT::Other, getRoot())); in visitIntrinsicCall()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 886 setOperationAction(ISD::DEBUGTRAP, MVT::Other, Expand); in initActions()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyISelLowering.cpp | 296 setOperationAction(ISD::DEBUGTRAP, MVT::Other, Legal); in WebAssemblyTargetLowering()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/ |
| H A D | TargetSelectionDAG.td | 597 def debugtrap : SDNode<"ISD::DEBUGTRAP" , SDTNone,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/ |
| H A D | SparcISelLowering.cpp | 1697 setOperationAction(ISD::DEBUGTRAP , MVT::Other, Legal); in SparcTargetLowering()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | SIISelLowering.cpp | 403 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 D | RISCVISelLowering.cpp | 380 setOperationAction(ISD::DEBUGTRAP, MVT::Other, Legal); in RISCVTargetLowering()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 866 setOperationAction(ISD::DEBUGTRAP, MVT::Other, Legal); in AArch64TargetLowering()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 1268 setOperationAction(ISD::DEBUGTRAP, MVT::Other, Legal); in ARMTargetLowering()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 533 setOperationAction(ISD::DEBUGTRAP, MVT::Other, Legal); in X86TargetLowering()
|