Searched refs:DEBUGTRAP (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h830 /// DEBUGTRAP - Trap intended to get the attention of a debugger.
831 DEBUGTRAP, enumerator in enum:llvm::ISD::NodeType
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp384 case ISD::DEBUGTRAP: return "debugtrap";
H A DLegalizeDAG.cpp1110 case ISD::DEBUGTRAP:
1113 // replace ISD::DEBUGTRAP with ISD::TRAP
H A DSelectionDAGBuilder.cpp6609 ISD::TRAP : ISD::DEBUGTRAP;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp765 // On most systems, DEBUGTRAP and TRAP have no difference. The "Expand"
766 // here is to inform DAG Legalizer to replace DEBUGTRAP with TRAP.
767 setOperationAction(ISD::DEBUGTRAP, MVT::Other, Expand);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp220 setOperationAction(ISD::DEBUGTRAP, MVT::Other, Legal);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1688 setOperationAction(ISD::DEBUGTRAP , MVT::Other, Legal);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp370 setOperationAction(ISD::DEBUGTRAP, MVT::Other, Custom);
4078 case ISD::DEBUGTRAP:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp622 setOperationAction(ISD::DEBUGTRAP, MVT::Other, Legal);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1209 setOperationAction(ISD::DEBUGTRAP, MVT::Other, Legal);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp489 setOperationAction(ISD::DEBUGTRAP, MVT::Other, Legal);
[all...]

Completed in 482 milliseconds