HomeSort by: relevance | last modified time | path
    Searched refs:DEBUGTRAP (Results 1 - 12 of 12) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
ISDOpcodes.h 1080 /// DEBUGTRAP - Trap intended to get the attention of a debugger.
1081 DEBUGTRAP,
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 401 case ISD::DEBUGTRAP: return "debugtrap";
LegalizeDAG.cpp 1122 case ISD::DEBUGTRAP:
1125 // replace ISD::DEBUGTRAP with ISD::TRAP
SelectionDAGBuilder.cpp 6661 case Intrinsic::debugtrap:
6672 case Intrinsic::debugtrap:
6673 DAG.setRoot(DAG.getNode(ISD::DEBUGTRAP, sdl, MVT::Other, getRoot()));
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetLoweringBase.cpp 884 // On most systems, DEBUGTRAP and TRAP have no difference. The "Expand"
885 // here is to inform DAG Legalizer to replace DEBUGTRAP with TRAP.
886 setOperationAction(ISD::DEBUGTRAP, MVT::Other, Expand);
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 296 setOperationAction(ISD::DEBUGTRAP, MVT::Other, Legal);
  /src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 1697 setOperationAction(ISD::DEBUGTRAP , MVT::Other, Legal);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp 403 setOperationAction(ISD::DEBUGTRAP, MVT::Other, Custom);
4518 case ISD::DEBUGTRAP:
5240 "debugtrap handler not supported",
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVISelLowering.cpp 380 setOperationAction(ISD::DEBUGTRAP, MVT::Other, Legal);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 866 setOperationAction(ISD::DEBUGTRAP, MVT::Other, Legal);
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.cpp 1268 setOperationAction(ISD::DEBUGTRAP, MVT::Other, Legal);
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.cpp 533 setOperationAction(ISD::DEBUGTRAP, MVT::Other, Legal);
    [all...]

Completed in 172 milliseconds