Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DBypassSlowDivision.h33 AssertingVH<Value> Divisor; member
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DScaledNumber.cpp58 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/
DDivRemPairs.cpp56 Value *Divisor; in matchExpandedRem() local
DLICM.cpp872 auto Divisor = I.getOperand(1); in hoistRegion() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetSchedule.cpp47 static unsigned gcd(unsigned Dividend, unsigned Divisor) { in gcd()
/third_party/skia/third_party/externals/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()
/third_party/grpc/src/csharp/Grpc.Examples/
DMath.cs104 public long Divisor { property in Math.DivArgs
/third_party/mesa3d/src/mesa/main/
Dglthread.h88 GLuint Divisor; member
/third_party/skia/third_party/externals/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
DSelectionDAG.cpp4870 SDValue Divisor = Ops[1]; in isUndef() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DDependenceAnalysis.cpp1661 const SCEVConstant *Divisor) { in isRemainderZero()
/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsISelLowering.cpp1274 MachineOperand &Divisor = MI.getOperand(2); in insertDivByZeroTrap() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp4201 Value *Divisor = I.getOperand(1); in mayDivideByZero() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp8986 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/
DARMAsmParser.cpp1750 unsigned Divisor = 1U << Bits; in isMemImm7ShiftedOffset() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp14410 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/
DAArch64ISelLowering.cpp9692 AArch64TargetLowering::BuildSDIVPow2(SDNode *N, const APInt &Divisor, in BuildSDIVPow2()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.cpp3756 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/
DX86ISelLowering.cpp21014 X86TargetLowering::BuildSDIVPow2(SDNode *N, const APInt &Divisor, in BuildSDIVPow2()