/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/DebugInfo/CodeView/ |
D | ListRecordBuilder.cpp | 38 uint32_t Remainder = in finishSubRecord() local
|
/external/llvm/lib/DebugInfo/PDB/Raw/ |
D | Hash.cpp | 30 const uint8_t *Remainder = reinterpret_cast<const uint8_t *>(Longs.end()); in hashStringV1() local
|
/external/llvm/lib/Transforms/Utils/ |
D | IntegerDivision.cpp | 91 Value *Remainder = Builder.CreateSub(Dividend, Product); in generatedUnsignedRemainderCode() local 390 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 | 214 int64_t Remainder = FrameSize - Base; in makeFrame() local 238 int64_t Remainder = FrameSize - Base; in restoreFrame() local
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsELFObjectWriter.cpp | 420 std::list<ELFRelocationEntry> Remainder; in sortRelocs() local
|
/external/llvm/lib/Support/ |
D | ScaledNumber.cpp | 71 uint64_t Remainder = Dividend64 % Divisor; in divide32() local
|
D | APInt.cpp | 1668 unsigned rhsWords, APInt *Quotient, APInt *Remainder) { in divide() 1923 APInt Remainder(1,0); in urem() local 1940 APInt &Quotient, APInt &Remainder) { in udivrem() 1992 APInt &Quotient, APInt &Remainder) { in sdivrem()
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ScalarEvolutionExpander.cpp | 186 const SCEV *&Remainder, in FactorOutConstant() 248 const SCEV *Remainder = SE.getConstant(SOp->getType(), 0); in FactorOutConstant() local 399 const SCEV *Remainder = SE.getConstant(Ty, 0); in expandAddToGEP() local
|
/external/llvm/include/llvm/ADT/ |
D | BitVector.h | 144 if (unsigned Remainder = Size % BITWORD_SIZE) in all() local
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | BitVector.h | 144 if (unsigned Remainder = Size % BITWORD_SIZE) in all() local
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | APInt.cpp | 1642 unsigned rhsWords, APInt *Quotient, APInt *Remainder) { in divide() 1897 APInt Remainder(1,0); in urem() local 1914 APInt &Quotient, APInt &Remainder) { in udivrem() 1966 APInt &Quotient, APInt &Remainder) { in sdivrem()
|
/external/swiftshader/third_party/subzero/src/ |
D | IceBitVector.h | 377 if (unsigned Remainder = Size % BITWORD_SIZE) in all() local
|
/external/spirv-llvm/lib/SPIRV/libSPIRV/ |
D | OpenCL.std.h | 87 Remainder = 51, enumerator
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | APInt.cpp | 1767 APInt *Quotient, APInt *Remainder) in divide() 2010 APInt Remainder(1,0); in urem() local 2016 APInt &Quotient, APInt &Remainder) { in udivrem()
|
/external/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 1107 APInt Remainder = ConstDelta; in strongSIVtest() local 1295 APInt Remainder = APDelta; in weakCrossingSIVtest() local 2328 APInt Remainder = ConstDelta.srem(RunningGCD); in gcdMIVtest() local
|
D | ScalarEvolutionExpander.cpp | 226 static bool FactorOutConstant(const SCEV *&S, const SCEV *&Remainder, in FactorOutConstant() 416 const SCEV *Remainder = SE.getConstant(Ty, 0); in expandAddToGEP() local
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCISelDAGToDAG.cpp | 749 unsigned Remainder = 0; in Select() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopStrengthReduce.cpp | 3171 const SCEV *Remainder = CollectSubexprs(S, C, Ops, L, SE, Depth+1); in CollectSubexprs() local 3181 const SCEV *Remainder = CollectSubexprs(AR->getStart(), in CollectSubexprs() local 3205 const SCEV *Remainder = in CollectSubexprs() local 3222 const SCEV *Remainder = CollectSubexprs(BaseReg, nullptr, AddOps, L, SE); in GenerateReassociationsImpl() local
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | APInt.h | 809 APInt &Quotient, APInt &Remainder) { in sdivrem()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineMulDivRem.cpp | 105 APInt Remainder(C1.getBitWidth(), /*Val=*/0ULL, IsSigned); in IsMultiple() local
|
D | InstructionCombining.cpp | 1050 APInt Quotient(Scale), Remainder(Scale); // Init ensures right bitwidth. in Descale() local
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelDAGToDAG.cpp | 594 unsigned Remainder = 0; in getInt64CountDirect() local 683 unsigned Remainder = 0; in getInt64Direct() local
|
D | PPCFastISel.cpp | 2040 unsigned Remainder = 0; in PPCMaterialize64BitInt() local
|