Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1135 DEBUGTRAP, enumerator
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp414 case ISD::DEBUGTRAP: return "debugtrap"; in getOperationName()
H A DLegalizeDAG.cpp1131 case ISD::DEBUGTRAP: in LegalizeOp()
H A DSelectionDAGBuilder.cpp6855 DAG.setRoot(DAG.getNode(ISD::DEBUGTRAP, sdl, MVT::Other, getRoot())); in visitIntrinsicCall()
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp909 setOperationAction(ISD::DEBUGTRAP, MVT::Other, Expand); in initActions()
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp327 setOperationAction(ISD::DEBUGTRAP, MVT::Other, Legal); in WebAssemblyTargetLowering()
/openbsd/gnu/llvm/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp64 setOperationAction(ISD::DEBUGTRAP, MVT::Other, Legal); in LoongArchTargetLowering()
/openbsd/gnu/llvm/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td618 def debugtrap : SDNode<"ISD::DEBUGTRAP" , SDTNone,
/openbsd/gnu/llvm/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1836 setOperationAction(ISD::DEBUGTRAP , MVT::Other, Legal); in SparcTargetLowering()
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp412 setOperationAction({ISD::TRAP, ISD::DEBUGTRAP}, MVT::Other, Custom); in SITargetLowering()
4750 case ISD::DEBUGTRAP: in LowerOperation()
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp450 setOperationAction({ISD::TRAP, ISD::DEBUGTRAP}, MVT::Other, Legal); in RISCVTargetLowering()
/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1296 setOperationAction(ISD::DEBUGTRAP, MVT::Other, Legal); in ARMTargetLowering()
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp929 setOperationAction(ISD::DEBUGTRAP, MVT::Other, Legal); in AArch64TargetLowering()
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp537 setOperationAction(ISD::DEBUGTRAP, MVT::Other, Legal); in X86TargetLowering()