Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DBypassSlowDivision.h33 Value *Divisor; member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DBypassSlowDivision.cpp159 Value *Divisor = SlowDivOrRem->getOperand(1); in getReplacement() local
270 Value *Divisor = SlowDivOrRem->getOperand(1); in createSlowBB() local
293 Value *Divisor = SlowDivOrRem->getOperand(1); in createFastBB() local
353 Value *Divisor = SlowDivOrRem->getOperand(1); in insertFastDivAndRem() local
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()
/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/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-7.0/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/llvm/lib/Support/
DScaledNumber.cpp59 uint32_t Divisor) { in divide32()
82 uint64_t Divisor) { in divide64()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DScaledNumber.cpp59 uint32_t Divisor) { in divide32()
82 uint64_t Divisor) { in divide64()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/
DGCOV.cpp449 static uint32_t safeDiv(uint64_t Numerator, uint64_t Divisor) { in safeDiv()
458 static uint32_t branchDiv(uint64_t Numerator, uint64_t Divisor) { in branchDiv()
/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/llvm/lib/CodeGen/
DTargetSchedule.cpp38 static unsigned gcd(unsigned Dividend, unsigned Divisor) { in gcd()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetSchedule.cpp48 static unsigned gcd(unsigned Dividend, unsigned Divisor) { in gcd()
/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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp3452 SDValue TargetLowering::BuildSDIVPow2(SDNode *N, const APInt &Divisor, in BuildSDIVPow2()
3466 SDValue TargetLowering::BuildSDIV(SDNode *N, const APInt &Divisor, in BuildSDIV()
3531 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-7.0/llvm/lib/Transforms/Scalar/
DLICM.cpp499 auto Divisor = I.getOperand(1); in hoistRegion() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DDependenceAnalysis.cpp1650 const SCEVConstant *Divisor) { in isRemainderZero()
/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp1584 const SCEVConstant *Divisor) { in isRemainderZero()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp948 MachineOperand &Divisor = MI.getOperand(2); in insertDivByZeroTrap() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsISelLowering.cpp1259 MachineOperand &Divisor = MI.getOperand(2); in insertDivByZeroTrap() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp3872 Value *Divisor = I.getOperand(1); in mayDivideByZero() local
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp7493 AArch64TargetLowering::BuildSDIVPow2(SDNode *N, const APInt &Divisor, in BuildSDIVPow2()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp11202 PPCTargetLowering::BuildSDIVPow2(SDNode *N, const APInt &Divisor, in BuildSDIVPow2()

12