/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 409 Value *Remainder = generatedUnsignedRemainderCode(Rem->getOperand(0), in expandRemainder() local
|
D | BypassSlowDivision.cpp | 40 PHINode *Remainder; member
|
/external/llvm/lib/Target/Mips/ |
D | Mips16InstrInfo.cpp | 217 int64_t Remainder = FrameSize - Base; in makeFrame() local 241 int64_t Remainder = FrameSize - Base; in restoreFrame() local
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
D | AMDGPUISelLowering.cpp | 230 SDValue Remainder = DAG.getNode(ISD::SUB, DL, VT, Num, Num_S_Remainder); in LowerUDIVREM() 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 | 1669 APInt *Quotient, APInt *Remainder) in divide() 1923 APInt Remainder(1,0); in urem() local 1940 APInt &Quotient, APInt &Remainder) { in udivrem() 1980 APInt &Quotient, APInt &Remainder) { in sdivrem()
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolutionExpander.cpp | 208 const SCEV *&Remainder, in FactorOutConstant() 270 const SCEV *Remainder = SE.getConstant(SOp->getType(), 0); in FactorOutConstant() local 424 const SCEV *Remainder = SE.getConstant(Ty, 0); in expandAddToGEP() local
|
D | DependenceAnalysis.cpp | 1052 APInt Remainder = ConstDelta; in strongSIVtest() local 1246 APInt Remainder = APDelta; in weakCrossingSIVtest() local 2303 APInt Remainder = ConstDelta.srem(RunningGCD); in gcdMIVtest() local
|
D | ScalarEvolution.cpp | 7245 const SCEV *Denominator, *Quotient, *Remainder, *Zero, *One; member
|
/external/llvm/include/llvm/ADT/ |
D | BitVector.h | 145 if (unsigned Remainder = Size % BITWORD_SIZE) in all() local
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
D | DecimalTest.cpp | 913 TEST_F(DecimalTest, Remainder) in TEST_F() argument
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopStrengthReduce.cpp | 3218 const SCEV *Remainder = CollectSubexprs(*I, C, Ops, L, SE, Depth+1); in CollectSubexprs() local 3228 const SCEV *Remainder = CollectSubexprs(AR->getStart(), in CollectSubexprs() local 3252 const SCEV *Remainder = in CollectSubexprs() local 3269 const SCEV *Remainder = CollectSubexprs(BaseReg, nullptr, AddOps, L, SE); in GenerateReassociationsImpl() local
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelDAGToDAG.cpp | 935 unsigned Remainder = 0; in Select() local
|
D | PPCFastISel.cpp | 1955 unsigned Remainder = 0; in PPCMaterialize64BitInt() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 992 APInt Quotient(Scale), Remainder(Scale); // Init ensures right bitwidth. in Descale() local
|
/external/llvm/lib/Target/R600/ |
D | AMDGPUISelLowering.cpp | 1571 SDValue Remainder = DAG.getNode(ISD::SUB, DL, VT, Num, Num_S_Remainder); in LowerUDIVREM() local
|