Home
last modified time | relevance | path

Searched defs:Divisor (Results 1 – 25 of 37) sorted by relevance

12

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DBypassSlowDivision.cpp158 Value *Divisor = SlowDivOrRem->getOperand(1); in getReplacement() local
269 Value *Divisor = SlowDivOrRem->getOperand(1); in createSlowBB() local
292 Value *Divisor = SlowDivOrRem->getOperand(1); in createFastBB() local
352 Value *Divisor = SlowDivOrRem->getOperand(1); in insertFastDivAndRem() local
DIntegerDivision.cpp33 static Value *generateSignedRemainderCode(Value *Dividend, Value *Divisor, in generateSignedRemainderCode()
79 static Value *generatedUnsignedRemainderCode(Value *Dividend, Value *Divisor, in generatedUnsignedRemainderCode()
103 static Value *generateSignedDivisionCode(Value *Dividend, Value *Divisor, in generateSignedDivisionCode()
150 static Value *generateUnsignedDivisionCode(Value *Dividend, Value *Divisor, in generateUnsignedDivisionCode()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DBypassSlowDivision.h33 AssertingVH<Value> Divisor; member
/external/llvm/lib/Transforms/Utils/
DIntegerDivision.cpp34 static Value *generateSignedRemainderCode(Value *Dividend, Value *Divisor, in generateSignedRemainderCode()
80 static Value *generatedUnsignedRemainderCode(Value *Dividend, Value *Divisor, in generatedUnsignedRemainderCode()
104 static Value *generateSignedDivisionCode(Value *Dividend, Value *Divisor, in generateSignedDivisionCode()
151 static Value *generateUnsignedDivisionCode(Value *Dividend, Value *Divisor, in generateUnsignedDivisionCode()
DBypassSlowDivision.cpp32 Value *Divisor; member
83 Value *Divisor = I->getOperand(1); in insertFastDiv() local
/external/cronet/buildtools/third_party/libc++/trunk/include/__support/ibm/
Dgettod_zos.h46 uint64_t Divisor = 1000000; in gettimeofdayMonotonic() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DScaledNumber.h153 std::pair<DigitsT, int16_t> getQuotient(DigitsT Dividend, DigitsT Divisor) { in getQuotient()
171 uint32_t Divisor) { in getQuotient32()
177 uint64_t Divisor) { in getQuotient64()
683 static ScaledNumber getQuotient(DigitsType Dividend, DigitsType Divisor) { in getQuotient()
/external/llvm/include/llvm/Support/
DScaledNumber.h154 std::pair<DigitsT, int16_t> getQuotient(DigitsT Dividend, DigitsT Divisor) { in getQuotient()
172 uint32_t Divisor) { in getQuotient32()
178 uint64_t Divisor) { in getQuotient64()
684 static ScaledNumber getQuotient(DigitsType Dividend, DigitsType Divisor) { in getQuotient()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DScaledNumber.cpp58 uint32_t Divisor) { in divide32()
81 uint64_t Divisor) { in divide64()
/external/llvm/lib/Support/
DScaledNumber.cpp59 uint32_t Divisor) { in divide32()
82 uint64_t Divisor) { in divide64()
/external/llvm/lib/IR/
DGCOV.cpp431 static uint32_t safeDiv(uint64_t Numerator, uint64_t Divisor) { in safeDiv()
440 static uint32_t branchDiv(uint64_t Numerator, uint64_t Divisor) { in branchDiv()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DDivRemPairs.cpp56 Value *Divisor; in matchExpandedRem() local
DLICM.cpp872 auto Divisor = I.getOperand(1); in hoistRegion() local
/external/llvm/lib/CodeGen/
DTargetSchedule.cpp38 static unsigned gcd(unsigned Dividend, unsigned Divisor) { in gcd()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetSchedule.cpp47 static unsigned gcd(unsigned Dividend, unsigned Divisor) { in gcd()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DGCOV.cpp568 static uint32_t safeDiv(uint64_t Numerator, uint64_t Divisor) { in safeDiv()
577 static uint32_t branchDiv(uint64_t Numerator, uint64_t Divisor) { in branchDiv()
/external/mesa3d/src/mesa/main/
Dglthread.h84 GLuint Divisor; member
/external/grpc-grpc/src/csharp/Grpc.Examples/
DMath.cs100 public long Divisor { property in Math.DivArgs
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp2817 SDValue TargetLowering::BuildSDIVPow2(SDNode *N, const APInt &Divisor, in BuildSDIVPow2()
2831 SDValue TargetLowering::BuildSDIV(SDNode *N, const APInt &Divisor, in BuildSDIV()
2895 SDValue TargetLowering::BuildUDIV(SDNode *N, const APInt &Divisor, in BuildUDIV()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp1220 static Instruction *CvtFDivConstToReciprocal(Value *Dividend, Constant *Divisor, in CvtFDivConstToReciprocal()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp4651 APInt Divisor = C->getAPIntValue(); in BuildExactSDIV() local
4694 SDValue TargetLowering::BuildSDIVPow2(SDNode *N, const APInt &Divisor, in BuildSDIVPow2()
4733 const APInt &Divisor = C->getAPIntValue(); in BuildSDIV() local
4840 APInt Divisor = C->getAPIntValue(); in BuildUDIV() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DDependenceAnalysis.cpp1661 const SCEVConstant *Divisor) { in isRemainderZero()
/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp1584 const SCEVConstant *Divisor) { in isRemainderZero()
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringX8664.cpp1964 const int32_t Divisor = C->getValue(); in lowerArithmetic() local
2064 const int32_t Divisor = C->getValue(); in lowerArithmetic() local
DIceTargetLoweringX8632.cpp2160 const int32_t Divisor = C->getValue(); in lowerArithmetic() local
2252 const int32_t Divisor = C->getValue(); in lowerArithmetic() local

12