Home
last modified time | relevance | path

Searched refs:sdivrem (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DDependenceAnalysis.cpp530 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()
DScalarEvolution.cpp972 APInt::sdivrem(NumeratorVal, DenominatorVal, QuotientVal, RemainderVal); in visitConstant()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPInt.cpp1918 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/
DAPInt.h1108 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/
DStraightLineStrengthReduce.cpp587 APInt::sdivrem(IndexOffset, ElementSize, Q, R); in emitBump()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h926 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/
DTargetSelectionDAG.td124 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/
DInstCombineMulDivRem.cpp669 APInt::sdivrem(C1, C2, Quotient, Remainder); in isMultiple()
DInstructionCombining.cpp1246 APInt::sdivrem(CI->getValue(), Scale, Quotient, Remainder); in Descale()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp1950 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/
DX86InstrCompiler.td1333 // 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