Home
last modified time | relevance | path

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

123

/external/swiftshader/third_party/llvm-7.0/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/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/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DHash.cpp31 const uint8_t *Remainder = reinterpret_cast<const uint8_t *>(Longs.end()); in hashStringV1() 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/swiftshader/third_party/llvm-7.0/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.cpp49 Value *Remainder; member
61 Value *Remainder = nullptr; member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMips16InstrInfo.cpp235 int64_t Remainder = FrameSize - Base; in makeFrame() local
259 int64_t Remainder = FrameSize - Base; in restoreFrame() local
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DAPInt.cpp1408 unsigned rhsWords, WordType *Quotient, WordType *Remainder) { in divide()
1656 APInt Remainder(BitWidth, 0); in urem() local
1688 uint64_t Remainder; in urem() local
1716 APInt &Quotient, APInt &Remainder) { in udivrem()
1787 uint64_t &Remainder) { in udivrem()
1848 APInt &Quotient, APInt &Remainder) { in sdivrem()
1866 APInt &Quotient, int64_t &Remainder) { in sdivrem()
DScaledNumber.cpp71 uint64_t Remainder = Dividend64 % Divisor; in divide32() local
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsELFObjectWriter.cpp420 std::list<ELFRelocationEntry> Remainder; in sortRelocs() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsELFObjectWriter.cpp462 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/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DBitVector.h144 if (unsigned Remainder = Size % BITWORD_SIZE) in all() local
/external/llvm/include/llvm/ADT/
DBitVector.h144 if (unsigned Remainder = Size % BITWORD_SIZE) in all() local
/external/grpc-grpc/src/csharp/Grpc.Examples/
DMath.cs257 public long Remainder { property in Math.DivReply
/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/shaderc/spirv-headers/include/spirv/unified1/
DOpenCL.std.h86 Remainder = 51, enumerator
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/
DOpenCL.std.h83 Remainder = 51, enumerator
/external/shaderc/spirv-headers/include/spirv/1.1/
DOpenCL.std.h83 Remainder = 51, enumerator

123