Home
last modified time | relevance | path

Searched defs:Remainder (Results 1 – 25 of 27) sorted by relevance

12

/external/llvm/unittests/Transforms/Utils/
DIntegerDivision.cpp109 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/
DListRecordBuilder.cpp38 uint32_t Remainder = in finishSubRecord() local
/external/llvm/lib/DebugInfo/PDB/Raw/
DHash.cpp30 const uint8_t *Remainder = reinterpret_cast<const uint8_t *>(Longs.end()); in hashStringV1() local
/external/llvm/lib/Transforms/Utils/
DIntegerDivision.cpp91 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
DBypassSlowDivision.cpp40 PHINode *Remainder; member
/external/llvm/lib/Target/Mips/
DMips16InstrInfo.cpp214 int64_t Remainder = FrameSize - Base; in makeFrame() local
238 int64_t Remainder = FrameSize - Base; in restoreFrame() local
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsELFObjectWriter.cpp420 std::list<ELFRelocationEntry> Remainder; in sortRelocs() local
/external/llvm/lib/Support/
DScaledNumber.cpp71 uint64_t Remainder = Dividend64 % Divisor; in divide32() local
DAPInt.cpp1668 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/
DScalarEvolutionExpander.cpp186 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/
DBitVector.h144 if (unsigned Remainder = Size % BITWORD_SIZE) in all() local
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DBitVector.h144 if (unsigned Remainder = Size % BITWORD_SIZE) in all() local
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp1642 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/
DIceBitVector.h377 if (unsigned Remainder = Size % BITWORD_SIZE) in all() local
/external/spirv-llvm/lib/SPIRV/libSPIRV/
DOpenCL.std.h87 Remainder = 51, enumerator
/external/swiftshader/third_party/LLVM/lib/Support/
DAPInt.cpp1767 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/
DDependenceAnalysis.cpp1107 APInt Remainder = ConstDelta; in strongSIVtest() local
1295 APInt Remainder = APDelta; in weakCrossingSIVtest() local
2328 APInt Remainder = ConstDelta.srem(RunningGCD); in gcdMIVtest() local
DScalarEvolutionExpander.cpp226 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/
DPPCISelDAGToDAG.cpp749 unsigned Remainder = 0; in Select() local
/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp3171 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/
DAPInt.h809 APInt &Quotient, APInt &Remainder) { in sdivrem()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp105 APInt Remainder(C1.getBitWidth(), /*Val=*/0ULL, IsSigned); in IsMultiple() local
DInstructionCombining.cpp1050 APInt Quotient(Scale), Remainder(Scale); // Init ensures right bitwidth. in Descale() local
/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp594 unsigned Remainder = 0; in getInt64CountDirect() local
683 unsigned Remainder = 0; in getInt64Direct() local
DPPCFastISel.cpp2040 unsigned Remainder = 0; in PPCMaterialize64BitInt() local

12