/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 530 APInt::sdivrem(Xtop, Xbot, Xq, Xr); in intersectConstraints() 533 APInt::sdivrem(Ytop, Ybot, Yq, Yr); in intersectConstraints() 1185 APInt::sdivrem(ConstDelta, ConstCoeff, Distance, Remainder); in strongSIVtest() 1373 APInt::sdivrem(APDelta, APCoeff, Distance, Remainder); in weakCrossingSIVtest() 1414 APInt::sdivrem(G0, G1, Q, R); in findGCD() 1419 APInt::sdivrem(G0, G1, Q, R); in findGCD() 1439 APInt::sdivrem(A, B, Q, R); in floorOfQuotient() 1452 APInt::sdivrem(A, B, Q, R); in ceilingOfQuotient()
|
D | ScalarEvolution.cpp | 972 APInt::sdivrem(NumeratorVal, DenominatorVal, QuotientVal, RemainderVal); in visitConstant()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | APInt.cpp | 1918 void APInt::sdivrem(const APInt &LHS, const APInt &RHS, in sdivrem() function in APInt 1936 void APInt::sdivrem(const APInt &LHS, int64_t RHS, in sdivrem() function in APInt 2841 APInt::sdivrem(A, B, Quo, Rem); in RoundingSDiv() 3015 APInt::sdivrem(-B - (SQ+InexactSQ), TwoA, X, Rem); in SolveQuadraticEquationWrap() 3017 APInt::sdivrem(-B + SQ, TwoA, X, Rem); in SolveQuadraticEquationWrap()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | APInt.h | 1108 static void sdivrem(const APInt &LHS, const APInt &RHS, APInt &Quotient, 1110 static void sdivrem(const APInt &LHS, int64_t RHS, APInt &Quotient,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | StraightLineStrengthReduce.cpp | 587 APInt::sdivrem(IndexOffset, ElementSize, Q, R); in emitBump()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APInt.h | 926 static void sdivrem(const APInt &LHS, const APInt &RHS, APInt &Quotient,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 124 def SDTIntBinHiLoOp : SDTypeProfile<2, 2, [ // mulhi, mullo, sdivrem, udivrem 362 def sdivrem : SDNode<"ISD::SDIVREM" , SDTIntBinHiLoOp>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineMulDivRem.cpp | 669 APInt::sdivrem(C1, C2, Quotient, Remainder); in isMultiple()
|
D | InstructionCombining.cpp | 1246 APInt::sdivrem(CI->getValue(), Scale, Quotient, Remainder); in Descale()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | APInt.cpp | 1950 void APInt::sdivrem(const APInt &LHS, const APInt &RHS, in sdivrem() function in APInt
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrCompiler.td | 1333 // If this is an anyext of the remainder of an 8-bit sdivrem, use a MOVSX 1334 // instead of a MOVZX. The sdivrem lowering will emit emit a MOVSX to move
|