HomeSort by relevance Sort by last modified time
    Searched refs:TRAP (Results 51 - 69 of 69) sorted by null

1 23

  /external/llvm/lib/Target/Mips/
MipsCodeEmitter.cpp 387 case Mips::TRAP:
MipsISelLowering.cpp 51 cl::desc("MIPS: Don't trap on integer division by zero."),
384 setOperationAction(ISD::TRAP, MVT::Other, Legal);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 278 case ISD::TRAP: return "trap";
FastISel.cpp     [all...]
LegalizeDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp 816 // Default ISD::TRAP to expand (which turns it into abort).
817 setOperationAction(ISD::TRAP, MVT::Other, Expand);
819 // On most systems, DEBUGTRAP and TRAP have no difference. The "Expand"
820 // here is to inform DAG Legalizer to replace DEBUGTRAP with TRAP.
    [all...]
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp     [all...]
ARMFastISel.cpp     [all...]
ARMBaseInstrInfo.cpp     [all...]
ARMISelLowering.cpp 696 setOperationAction(ISD::TRAP, MVT::Other, Legal);
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 118 setOperationAction(ISD::TRAP, MVT::Other, Legal);
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp 219 // TRAP can be lowered to PTX trap
220 setOperationAction(ISD::TRAP, MVT::Other, Legal);
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
X86InstrInfo.cpp     [all...]
X86ISelLowering.cpp 632 setOperationAction(ISD::TRAP, MVT::Other, Legal);
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 336 // Trap.
337 setOperationAction(ISD::TRAP, MVT::Other, Legal);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 289 // TRAP is legal.
290 setOperationAction(ISD::TRAP, MVT::Other, Legal);
    [all...]

Completed in 699 milliseconds

1 23