/external/llvm/unittests/Transforms/Utils/ |
D | IntegerDivision.cpp | 109 Instruction* Remainder = dyn_cast<Instruction>(cast<User>(Ret)->getOperand(0)); in TEST() local 139 Instruction* Remainder = dyn_cast<Instruction>(cast<User>(Ret)->getOperand(0)); in TEST() local 230 Instruction* Remainder = dyn_cast<Instruction>(cast<User>(Ret)->getOperand(0)); in TEST() local 260 Instruction* Remainder = dyn_cast<Instruction>(cast<User>(Ret)->getOperand(0)); in TEST() local
|
/external/llvm/lib/Transforms/Utils/ |
D | IntegerDivision.cpp | 91 Value *Remainder = Builder.CreateSub(Dividend, Product); in generatedUnsignedRemainderCode() local 394 Value *Remainder = generateSignedRemainderCode(Rem->getOperand(0), in expandRemainder() local 411 Value *Remainder = generatedUnsignedRemainderCode(Rem->getOperand(0), in expandRemainder() local
|
D | BypassSlowDivision.cpp | 40 PHINode *Remainder; member
|
/external/llvm/lib/Target/Mips/ |
D | Mips16InstrInfo.cpp | 216 int64_t Remainder = FrameSize - Base; in makeFrame() local 240 int64_t Remainder = FrameSize - Base; in restoreFrame() local
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | AMDGPUISelLowering.cpp | 230 SDValue Remainder = DAG.getNode(ISD::SUB, DL, VT, Num, Num_S_Remainder); in LowerUDIVREM() local
|
/external/llvm/lib/Support/ |
D | ScaledNumber.cpp | 70 uint64_t Remainder = Dividend64 % Divisor; in divide32() local
|
D | APInt.cpp | 1663 APInt *Quotient, APInt *Remainder) in divide() 1919 APInt Remainder(1,0); in urem() local 1936 APInt &Quotient, APInt &Remainder) { in udivrem() 1988 APInt &Quotient, APInt &Remainder) { in sdivrem()
|
/external/llvm/include/llvm/ADT/ |
D | BitVector.h | 143 if (unsigned Remainder = Size % BITWORD_SIZE) in all() local
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolutionExpander.cpp | 228 static bool FactorOutConstant(const SCEV *&S, const SCEV *&Remainder, in FactorOutConstant() 418 const SCEV *Remainder = SE.getConstant(Ty, 0); in expandAddToGEP() local
|
D | DependenceAnalysis.cpp | 1121 APInt Remainder = ConstDelta; in strongSIVtest() local 1313 APInt Remainder = APDelta; in weakCrossingSIVtest() local 2370 APInt Remainder = ConstDelta.srem(RunningGCD); in gcdMIVtest() local
|
D | ScalarEvolution.cpp | 916 const SCEV *Denominator, *Quotient, *Remainder, *Zero, *One; member
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopStrengthReduce.cpp | 3190 const SCEV *Remainder = CollectSubexprs(S, C, Ops, L, SE, Depth+1); in CollectSubexprs() local 3200 const SCEV *Remainder = CollectSubexprs(AR->getStart(), in CollectSubexprs() local 3224 const SCEV *Remainder = in CollectSubexprs() local 3241 const SCEV *Remainder = CollectSubexprs(BaseReg, nullptr, AddOps, L, SE); in GenerateReassociationsImpl() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineMulDivRem.cpp | 105 APInt Remainder(C1.getBitWidth(), /*Val=*/0ULL, IsSigned); in IsMultiple() local
|
D | InstructionCombining.cpp | 1054 APInt Quotient(Scale), Remainder(Scale); // Init ensures right bitwidth. in Descale() local
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelDAGToDAG.cpp | 599 unsigned Remainder = 0; in SelectInt64CountDirect() local 687 unsigned Remainder = 0; in SelectInt64Direct() local
|
D | PPCFastISel.cpp | 2025 unsigned Remainder = 0; in PPCMaterialize64BitInt() local
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelLowering.cpp | 1783 SDValue Remainder = DAG.getNode(ISD::SUB, DL, VT, Num, Num_S_Remainder); in LowerUDIVREM() local
|