Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/AArch64/
Ddivrem.ll17 ; CHECK-DAG: sdivrem
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Ddivrem.ll17 ; CHECK-DAG: sdivrem
/external/llvm/unittests/ADT/
DAPIntTest.cpp211 APInt::sdivrem(nine, two, q, r); in TEST()
214 APInt::sdivrem(-nine, two, q, r); in TEST()
217 APInt::sdivrem(nine, -two, q, r); in TEST()
220 APInt::sdivrem(-nine, -two, q, r); in TEST()
438 APInt::sdivrem(p, a, q, r); in testDiv()
454 APInt::sdivrem(p, b, q, r); in testDiv()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DAPIntTest.cpp335 APInt::sdivrem(nine, two, q, r); in TEST()
338 APInt::sdivrem(-nine, two, q, r); in TEST()
341 APInt::sdivrem(nine, -two, q, r); in TEST()
344 APInt::sdivrem(-nine, -two, q, r); in TEST()
927 APInt::sdivrem(p, a, q, r); in testDiv()
943 APInt::sdivrem(p, b, q, r); in testDiv()
1028 APInt::sdivrem(p, b, q, sr); in testDiv()
1069 APInt::sdivrem(A, B, Q, R); in TEST()
1078 APInt::sdivrem(O, B, Q, R); in TEST()
1087 APInt::sdivrem(A, I, Q, R); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DDependenceAnalysis.cpp510 APInt::sdivrem(Xtop, Xbot, Xq, Xr); in intersectConstraints()
513 APInt::sdivrem(Ytop, Ybot, Yq, Yr); in intersectConstraints()
1174 APInt::sdivrem(ConstDelta, ConstCoeff, Distance, Remainder); in strongSIVtest()
1362 APInt::sdivrem(APDelta, APCoeff, Distance, Remainder); in weakCrossingSIVtest()
1403 APInt::sdivrem(G0, G1, Q, R); in findGCD()
1408 APInt::sdivrem(G0, G1, Q, R); in findGCD()
1428 APInt::sdivrem(A, B, Q, R); in floorOfQuotient()
1441 APInt::sdivrem(A, B, Q, R); in ceilingOfQuotient()
DScalarEvolution.cpp935 APInt::sdivrem(NumeratorVal, DenominatorVal, QuotientVal, RemainderVal); in visitConstant()
/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp509 APInt::sdivrem(Xtop, Xbot, Xq, Xr); in intersectConstraints()
512 APInt::sdivrem(Ytop, Ybot, Yq, Yr); in intersectConstraints()
1108 APInt::sdivrem(ConstDelta, ConstCoeff, Distance, Remainder); in strongSIVtest()
1296 APInt::sdivrem(APDelta, APCoeff, Distance, Remainder); in weakCrossingSIVtest()
1337 APInt::sdivrem(G0, G1, Q, R); in findGCD()
1342 APInt::sdivrem(G0, G1, Q, R); in findGCD()
1362 APInt::sdivrem(A, B, Q, R); in floorOfQuotient()
1375 APInt::sdivrem(A, B, Q, R); in ceilingOfQuotient()
DScalarEvolution.cpp777 APInt::sdivrem(NumeratorVal, DenominatorVal, QuotientVal, RemainderVal); in visitConstant()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DAPInt.h1091 static void sdivrem(const APInt &LHS, const APInt &RHS, APInt &Quotient,
1093 static void sdivrem(const APInt &LHS, int64_t RHS, APInt &Quotient,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DStraightLineStrengthReduce.cpp587 APInt::sdivrem(IndexOffset, ElementSize, Q, R); in emitBump()
/external/llvm/lib/Transforms/Scalar/
DStraightLineStrengthReduce.cpp553 APInt::sdivrem(IndexOffset, ElementSize, Q, R); in emitBump()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DAPInt.cpp1847 void APInt::sdivrem(const APInt &LHS, const APInt &RHS, in sdivrem() function in APInt
1865 void APInt::sdivrem(const APInt &LHS, int64_t RHS, in sdivrem() function in APInt
2687 APInt::sdivrem(A, B, Quo, Rem); in RoundingSDiv()
/external/llvm/include/llvm/ADT/
DAPInt.h950 static void sdivrem(const APInt &LHS, const APInt &RHS, APInt &Quotient,
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DAPInt.h808 static void sdivrem(const APInt &LHS, const APInt &RHS, in sdivrem() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h926 static void sdivrem(const APInt &LHS, const APInt &RHS, APInt &Quotient,
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetSelectionDAG.td102 def SDTIntBinHiLoOp : SDTypeProfile<2, 2, [ // mulhi, mullo, sdivrem, udivrem
328 def sdivrem : SDNode<"ISD::SDIVREM" , SDTIntBinHiLoOp>;
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td122 def SDTIntBinHiLoOp : SDTypeProfile<2, 2, [ // mulhi, mullo, sdivrem, udivrem
378 def sdivrem : SDNode<"ISD::SDIVREM" , SDTIntBinHiLoOp>;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/
DTargetSelectionDAG.td122 def SDTIntBinHiLoOp : SDTypeProfile<2, 2, [ // mulhi, mullo, sdivrem, udivrem
356 def sdivrem : SDNode<"ISD::SDIVREM" , SDTIntBinHiLoOp>;
/external/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp107 APInt::sdivrem(C1, C2, Quotient, Remainder); in IsMultiple()
DInstructionCombining.cpp1051 APInt::sdivrem(CI->getValue(), Scale, Quotient, Remainder); in Descale()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp646 APInt::sdivrem(C1, C2, Quotient, Remainder); in isMultiple()
DInstructionCombining.cpp1166 APInt::sdivrem(CI->getValue(), Scale, Quotient, Remainder); in Descale()
/external/llvm/lib/Support/
DAPInt.cpp1991 void APInt::sdivrem(const APInt &LHS, const APInt &RHS, in sdivrem() function in APInt
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp1965 void APInt::sdivrem(const APInt &LHS, const APInt &RHS, in sdivrem() function in APInt