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

12

  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 440 setOperationAction(ISD::UREM, VT, Expand);
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 153 setOperationAction(ISD::UREM, VT, Expand);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 145 // PowerPC has no SREM/UREM instructions
147 setOperationAction(ISD::UREM, MVT::i32, Expand);
149 setOperationAction(ISD::UREM, MVT::i64, Expand);
151 // Don't use SMUL_LOHI/UMUL_LOHI or SDIVREM/UDIVREM to lower SREM/UREM.
434 setOperationAction(ISD::UREM, VT, Expand);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 144 setOperationAction(ISD::UREM, VT, Expand);
662 setOperationAction(ISD::UREM, MVT::i32, Expand);
    [all...]

Completed in 192 milliseconds

12