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

12

  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 114 setOperationAction(ISD::TRAP, MVT::Other, Legal);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 590 // Default ISD::TRAP to expand (which turns it into abort).
591 setOperationAction(ISD::TRAP, MVT::Other, Expand);
635 /// canOpTrap - Returns true if the operation can trap for the value type.
    [all...]
LegalizeDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 219 // TRAP is legal.
220 setOperationAction(ISD::TRAP, MVT::Other, Legal);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 653 setOperationAction(ISD::TRAP, MVT::Other, Legal);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 542 setOperationAction(ISD::TRAP, MVT::Other, Legal);
    [all...]

Completed in 464 milliseconds

12