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

12

  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 152 setOperationAction(ISD::SREM, VT, Expand);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 145 // PowerPC has no SREM/UREM instructions
146 setOperationAction(ISD::SREM, MVT::i32, Expand);
148 setOperationAction(ISD::SREM, MVT::i64, Expand);
151 // Don't use SMUL_LOHI/UMUL_LOHI or SDIVREM/UDIVREM to lower SREM/UREM.
432 setOperationAction(ISD::SREM, VT, Expand);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 143 setOperationAction(ISD::SREM, VT, Expand);
660 // FIXME: Also set divmod for SREM on EABI
661 setOperationAction(ISD::SREM, MVT::i32, Expand);
    [all...]

Completed in 578 milliseconds

12