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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 182 ADD, SUB, MUL, SDIV, UDIV, SREM, UREM,
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 173 case ISD::SREM:
SelectionDAGBuilder.h 487 void visitSRem(const User &I) { visitBinary(I, ISD::SREM); }
SelectionDAGDumper.cpp 161 case ISD::SREM: return "srem";
LegalizeVectorTypes.cpp 108 case ISD::SREM:
528 case ISD::SREM:
    [all...]
SelectionDAG.cpp     [all...]
LegalizeDAG.cpp     [all...]
FastISel.cpp     [all...]
LegalizeIntegerTypes.cpp 110 case ISD::SREM: Res = PromoteIntRes_SDIV(N); break;
    [all...]
TargetLowering.cpp 646 case ISD::SREM:
    [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp 176 setOperationAction(ISD::SREM, MVT::i8, Expand);
182 setOperationAction(ISD::SREM, MVT::i16, Expand);
188 setOperationAction(ISD::SREM, MVT::i32, Expand);
194 setOperationAction(ISD::SREM, MVT::i64, Expand);
200 setOperationAction(ISD::SREM, MVT::i128, Expand);
429 setOperationAction(ISD::SREM, VT, Expand);
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 159 setOperationAction(ISD::SREM, MVT::i8, Expand);
165 setOperationAction(ISD::SREM, MVT::i16, Expand);
    [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.cpp 102 setOperationAction(ISD::SREM, MVT::i32, Expand);
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 715 setOperationAction(ISD::SREM, MVT::i32, Expand);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 166 setOperationAction(ISD::SREM, MVT::i32, Expand);
170 setOperationAction(ISD::SREM, MVT::i64, Expand);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 112 // PowerPC has no SREM/UREM instructions
113 setOperationAction(ISD::SREM, MVT::i32, Expand);
115 setOperationAction(ISD::SREM, MVT::i64, Expand);
118 // Don't use SMUL_LOHI/UMUL_LOHI or SDIVREM/UDIVREM to lower SREM/UREM.
341 setOperationAction(ISD::SREM, VT, Expand);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 150 setOperationAction(ISD::SREM, VT.getSimpleVT(), Expand);
642 setOperationAction(ISD::SREM, MVT::i32, Expand);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 355 setOperationAction(ISD::SREM, VT, Expand);
721 setOperationAction(ISD::SREM, (MVT::SimpleValueType)VT, Expand);
    [all...]

Completed in 72 milliseconds