HomeSort by relevance Sort by last modified time
    Searched refs:DEBUGTRAP (Results 1 - 16 of 16) sorted by null

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
builder_misc.h 188 Value* DEBUGTRAP();
189 Value* INT3() { return DEBUGTRAP(); }
builder_misc.cpp 403 Value *Builder::DEBUGTRAP()
405 Function *func = Intrinsic::getDeclaration(JM()->mpCurrentModule, Intrinsic::debugtrap);
    [all...]
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 686 /// DEBUGTRAP - Trap intended to get the attention of a debugger.
687 DEBUGTRAP,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
ISDOpcodes.h     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 308 case ISD::DEBUGTRAP: return "debugtrap";
LegalizeDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 336 case ISD::DEBUGTRAP: return "debugtrap";
    [all...]
LegalizeDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
TargetLoweringBase.cpp 685 // On most systems, DEBUGTRAP and TRAP have no difference. The "Expand"
686 // here is to inform DAG Legalizer to replace DEBUGTRAP with TRAP.
687 setOperationAction(ISD::DEBUGTRAP, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp 338 setOperationAction(ISD::DEBUGTRAP, MVT::Other, Custom);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 466 setOperationAction(ISD::DEBUGTRAP, MVT::Other, Legal);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86ISelLowering.cpp 500 setOperationAction(ISD::DEBUGTRAP, MVT::Other, Legal);
    [all...]

Completed in 717 milliseconds