/external/llvm/include/llvm/CodeGen/ |
ISDOpcodes.h | 189 ADD, SUB, MUL, SDIV, UDIV, SREM, UREM, [all...] |
/external/llvm/lib/Target/Alpha/ |
AlphaISelLowering.cpp | 96 setOperationAction(ISD::SREM , MVT::i64, Custom); 673 case ISD::SREM: 694 case ISD::SREM: opstr = "__remq"; break; [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
LegalizeVectorOps.cpp | 141 case ISD::SREM:
|
SelectionDAGBuilder.h | 467 void visitSRem(const User &I) { visitBinary(I, ISD::SREM); }
|
LegalizeVectorTypes.cpp | 108 case ISD::SREM: 491 case ISD::SREM: [all...] |
SelectionDAG.cpp | [all...] |
FastISel.cpp | 891 case Instruction::SRem: 892 return SelectBinaryOp(I, ISD::SREM); [all...] |
LegalizeDAG.cpp | [all...] |
LegalizeIntegerTypes.cpp | 105 case ISD::SREM: Res = PromoteIntRes_SDIV(N); break; [all...] |
DAGCombiner.cpp | [all...] |
TargetLowering.cpp | 645 case ISD::SREM: [all...] |
/external/llvm/lib/Target/Blackfin/ |
BlackfinISelLowering.cpp | 82 setOperationAction(ISD::SREM, MVT::i16, Expand); 83 setOperationAction(ISD::SREM, MVT::i32, Expand);
|
/external/llvm/lib/Target/SystemZ/ |
SystemZISelLowering.cpp | 101 setOperationAction(ISD::SREM, MVT::i32, Expand); 103 setOperationAction(ISD::SREM, MVT::i64, Expand); [all...] |
/external/llvm/lib/Target/CellSPU/ |
SPUISelLowering.cpp | 179 setOperationAction(ISD::SREM, MVT::i8, Expand); 185 setOperationAction(ISD::SREM, MVT::i16, Expand); 191 setOperationAction(ISD::SREM, MVT::i32, Expand); 197 setOperationAction(ISD::SREM, MVT::i64, Expand); 203 setOperationAction(ISD::SREM, MVT::i128, Expand); 419 setOperationAction(ISD::SREM, VT, Expand); [all...] |
/external/llvm/lib/Target/MSP430/ |
MSP430ISelLowering.cpp | 157 setOperationAction(ISD::SREM, MVT::i8, Expand); 163 setOperationAction(ISD::SREM, MVT::i16, Expand); [all...] |
/external/llvm/lib/Target/MBlaze/ |
MBlazeISelLowering.cpp | 101 setOperationAction(ISD::SREM, MVT::i32, Expand); [all...] |
/external/llvm/lib/Target/Sparc/ |
SparcISelLowering.cpp | 716 setOperationAction(ISD::SREM, MVT::i32, Expand); [all...] |
/external/llvm/lib/Target/PowerPC/ |
PPCISelLowering.cpp | 107 // PowerPC has no SREM/UREM instructions 108 setOperationAction(ISD::SREM, MVT::i32, Expand); 110 setOperationAction(ISD::SREM, MVT::i64, Expand); 113 // Don't use SMUL_LOHI/UMUL_LOHI or SDIVREM/UDIVREM to lower SREM/UREM. 319 setOperationAction(ISD::SREM, VT, Expand); [all...] |
/external/llvm/lib/Target/Mips/ |
MipsISelLowering.cpp | 116 setOperationAction(ISD::SREM, MVT::i32, Expand); [all...] |
/external/llvm/lib/Target/ARM/ |
ARMISelLowering.cpp | 153 setOperationAction(ISD::SREM, VT.getSimpleVT(), Expand); 571 setOperationAction(ISD::SREM, MVT::i32, Expand); [all...] |
/external/llvm/lib/Target/X86/ |
X86ISelLowering.cpp | 395 setOperationAction(ISD::SREM, VT, Expand); 713 setOperationAction(ISD::SREM, (MVT::SimpleValueType)VT, Expand); [all...] |