/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
D | BypassSlowDivision.h | 33 AssertingVH<Value> Divisor; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | BypassSlowDivision.cpp | 158 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
|
D | IntegerDivision.cpp | 33 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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | ScaledNumber.h | 153 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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | ScaledNumber.cpp | 58 uint32_t Divisor) { in divide32() 81 uint64_t Divisor) { in divide64()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | DivRemPairs.cpp | 56 Value *Divisor; in matchExpandedRem() local
|
D | LICM.cpp | 872 auto Divisor = I.getOperand(1); in hoistRegion() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TargetSchedule.cpp | 47 static unsigned gcd(unsigned Dividend, unsigned Divisor) { in gcd()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
D | GCOV.cpp | 568 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()
|
/third_party/grpc/src/csharp/Grpc.Examples/ |
D | Math.cs | 104 public long Divisor { property in Math.DivArgs
|
/third_party/mesa3d/src/mesa/main/ |
D | glthread.h | 88 GLuint Divisor; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 4651 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
|
D | SelectionDAG.cpp | 4870 SDValue Divisor = Ops[1]; in isUndef() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 1661 const SCEVConstant *Divisor) { in isRemainderZero()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceTargetLoweringX8664.cpp | 1964 const int32_t Divisor = C->getValue(); in lowerArithmetic() local 2064 const int32_t Divisor = C->getValue(); in lowerArithmetic() local
|
D | IceTargetLoweringX8632.cpp | 2160 const int32_t Divisor = C->getValue(); in lowerArithmetic() local 2252 const int32_t Divisor = C->getValue(); in lowerArithmetic() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 1274 MachineOperand &Divisor = MI.getOperand(2); in insertDivByZeroTrap() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 4201 Value *Divisor = I.getOperand(1); in mayDivideByZero() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 8986 ARMTargetLowering::BuildSDIVPow2(SDNode *N, const APInt &Divisor, in BuildSDIVPow2() 16253 const SDValue Divisor = Op->getOperand(1); in LowerDivRem() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/AsmParser/ |
D | ARMAsmParser.cpp | 1750 unsigned Divisor = 1U << Bits; in isMemImm7ShiftedOffset() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 14410 PPCTargetLowering::BuildSDIVPow2(SDNode *N, const APInt &Divisor, in BuildSDIVPow2()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 9692 AArch64TargetLowering::BuildSDIVPow2(SDNode *N, const APInt &Divisor, in BuildSDIVPow2()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cEnhancedLayoutsTests.cpp | 3756 void VertexArray::Divisor(const Functions& gl, GLuint index, GLuint divisor) in Divisor() function in gl4cts::EnhancedLayouts::Utils::VertexArray
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 21014 X86TargetLowering::BuildSDIVPow2(SDNode *N, const APInt &Divisor, in BuildSDIVPow2()
|