/external/swiftshader/third_party/LLVM/lib/Support/ |
D | APFloat.cpp | 912 APInt::tcShiftLeft(fullSignificand, newPartsCount, in multiplySignificand() 1001 APInt::tcShiftLeft(divisor, partsCount, bit); in divideSignificand() 1008 APInt::tcShiftLeft(dividend, partsCount, bit); in divideSignificand() 1016 APInt::tcShiftLeft(dividend, partsCount, 1); in divideSignificand() 1027 APInt::tcShiftLeft(dividend, partsCount, 1); in divideSignificand() 1081 APInt::tcShiftLeft(significandParts(), partsCount, bits); in shiftSignificandLeft() 1907 APInt::tcShiftLeft(significandParts(), newPartCount, shift); in convert() 2001 APInt::tcShiftLeft(parts, dstPartsCount, bits - semantics->precision); in convertToSignExtendedInteger() 2086 APInt::tcShiftLeft(parts, dstPartsCount, width - 1); in convertToInteger()
|
D | APInt.cpp | 2781 tcShiftLeft(srhs, parts, shiftCount); in tcDivide() 2810 APInt::tcShiftLeft(integerPart *dst, unsigned int parts, unsigned int count) in tcShiftLeft() function in APInt
|
/external/llvm/lib/Support/ |
D | APFloat.cpp | 999 APInt::tcShiftLeft(fullSignificand, newPartsCount, in multiplySignificand() 1106 APInt::tcShiftLeft(divisor, partsCount, bit); in divideSignificand() 1113 APInt::tcShiftLeft(dividend, partsCount, bit); in divideSignificand() 1121 APInt::tcShiftLeft(dividend, partsCount, 1); in divideSignificand() 1132 APInt::tcShiftLeft(dividend, partsCount, 1); in divideSignificand() 1186 APInt::tcShiftLeft(significandParts(), partsCount, bits); in shiftSignificandLeft() 2063 APInt::tcShiftLeft(significandParts(), newPartCount, shift); in convert() 2150 APInt::tcShiftLeft(parts, dstPartsCount, bits - semantics->precision); in convertToSignExtendedInteger() 2235 APInt::tcShiftLeft(parts, dstPartsCount, width - 1); in convertToInteger()
|
D | APInt.cpp | 2713 tcShiftLeft(srhs, parts, shiftCount); in tcDivide() 2744 APInt::tcShiftLeft(integerPart *dst, unsigned int parts, unsigned int count) in tcShiftLeft() function in APInt
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | APFloat.cpp | 1001 APInt::tcShiftLeft(fullSignificand, newPartsCount, in multiplySignificand() 1107 APInt::tcShiftLeft(divisor, partsCount, bit); in divideSignificand() 1114 APInt::tcShiftLeft(dividend, partsCount, bit); in divideSignificand() 1122 APInt::tcShiftLeft(dividend, partsCount, 1); in divideSignificand() 1133 APInt::tcShiftLeft(dividend, partsCount, 1); in divideSignificand() 1179 APInt::tcShiftLeft(significandParts(), partsCount, bits); in shiftSignificandLeft() 1998 APInt::tcShiftLeft(significandParts(), newPartCount, shift); in convert() 2084 APInt::tcShiftLeft(parts.data(), dstPartsCount, in convertToSignExtendedInteger() 2171 APInt::tcShiftLeft(parts.data(), dstPartsCount, width - 1); in convertToInteger()
|
D | APInt.cpp | 980 tcShiftLeft(U.pVal, getNumWords(), ShiftAmt); in shlSlowCase() 2530 tcShiftLeft(srhs, parts, shiftCount); in tcDivide() 2558 void APInt::tcShiftLeft(WordType *Dst, unsigned Words, unsigned Count) { in tcShiftLeft() function in APInt
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | APInt.h | 1494 static void tcShiftLeft(integerPart *, unsigned int parts,
|
/external/llvm/include/llvm/ADT/ |
D | APInt.h | 1698 static void tcShiftLeft(integerPart *, unsigned int parts,
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APInt.h | 1676 static void tcShiftLeft(integerPart *, unsigned int parts,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | APInt.h | 1913 static void tcShiftLeft(WordType *, unsigned Words, unsigned Count);
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | APInt.cpp | 2687 tcShiftLeft(srhs, parts, shiftCount); in tcDivide() 2718 APInt::tcShiftLeft(integerPart *dst, unsigned int parts, unsigned int count) in tcShiftLeft() function in APInt
|