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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 584 /// DEBUGTRAP - Trap intended to get the attention of a debugger.
585 DEBUGTRAP,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 266 case ISD::DEBUGTRAP: return "debugtrap";
LegalizeDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp 744 // On most systems, DEBUGTRAP and TRAP have no difference. The "Expand"
745 // here is to inform DAG Legalizer to replace DEBUGTRAP with TRAP.
747 setOperationAction(ISD::DEBUGTRAP, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 616 setOperationAction(ISD::DEBUGTRAP, MVT::Other, Legal);
    [all...]

Completed in 143 milliseconds