/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
H A D | SIDefinesUtils.h | 28 unsigned Shift = 0; in getShiftMask() local 45 uint32_t Shift, MCContext &Ctx) { in maskShiftSet() 64 uint32_t Shift, MCContext &Ctx) { in maskShiftGet()
|
H A D | AMDKernelCodeTInfo.h | 52 #define PRINTCOMP(GetMacro, Shift) \ argument 60 #define PARSECOMP(SetMacro, Shift) \ argument 72 #define COMPPGM(name, aname, GetMacro, SetMacro, Shift) \ argument
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | ScaledNumber.cpp | 48 int Shift = 64 - LeadingZeros; in multiply64() local 64 int Shift = 0; in divide32() local 86 int Shift = 0; in divide64() local 169 int Shift = 63 - (NewE - E); in toStringAPFloat() local 214 if (int Shift = std::min(int16_t(countLeadingZeros64(D)), E)) { in toString() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
H A D | AMDGPUMCKernelDescriptor.cpp | 83 uint32_t Shift, uint32_t Mask, in bits_set() 92 const MCExpr *MCKernelDescriptor::bits_get(const MCExpr *Src, uint32_t Shift, in bits_get()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | LEB128.h | 136 unsigned Shift = 0; variable 170 unsigned Shift = 0; variable
|
H A D | ScaledNumber.h | 88 int Shift = llvm::bit_width(Digits) - Width; variable 701 static ScaledNumber adjustToWidth(uint64_t N, int32_t Shift) { in adjustToWidth() 834 template <class DigitsT> void ScaledNumber<DigitsT>::shiftLeft(int32_t Shift) { in shiftLeft() 864 template <class DigitsT> void ScaledNumber<DigitsT>::shiftRight(int32_t Shift) { in shiftRight()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | PointerEmbeddedInt.h | 44 Shift = sizeof(uintptr_t) * CHAR_BIT - Bits, enumerator
|
H A D | bit.h | 124 T Shift = std::numeric_limits<T>::digits >> 1; count() local [all...] |
/freebsd/contrib/arm-optimized-routines/math/aarch64/ |
H A D | cospi_3u5.c | 25 #define Shift 0x1.8p+52 macro
|
H A D | sinpi_3u5.c | 27 #define Shift 0x1.8p+52 macro
|
H A D | sinpif_2u5.c | 21 #define Shift 0x1.0p+23f macro
|
H A D | cospif_2u6.c | 21 #define Shift 0x1.0p+23f macro
|
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/ |
H A D | expm1f_1u6.c | 13 #define Shift (0x1.8p23f) macro
|
H A D | erff_2u.c | 13 #define Shift 0x1p16f macro
|
H A D | expm1_2u5.c | 16 #define Shift 0x1.8p52 macro
|
H A D | tanh_3u.c | 16 #define Shift 0x1.8p52 macro
|
H A D | tanhf_2u6.c | 16 #define Shift (0x1.8p23f) macro
|
H A D | erfcf_1u7.c | 12 #define Shift 0x1p17f macro
|
H A D | erf_2u5.c | 13 #define Shift 0x1p45 macro
|
H A D | exp_inline.h | 20 #define Shift __exp_data.shift macro
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCELFExtras.h | 31 const int Shift = llvm::countr_zero(OffsetMask); in encodeCrel() local
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | OperatorPrecedence.h | 39 Shift = 12, // <<, >> enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ExpandImm.cpp | 490 unsigned Shift = 0; // LSL amount for high bits with MOVZ/MOVN in expandMOVImmSimple() local 541 for (unsigned Shift = 0; Shift < BitSize; Shift += 16) { in expandMOVImm() local 584 for (unsigned Shift = 0; Shift < BitSize; Shift += 16) { in expandMOVImm() local
|
/freebsd/contrib/arm-optimized-routines/math/ |
H A D | exp2.c | 16 #define Shift __exp_data.exp2_shift macro
|
H A D | exp10.c | 19 #define Shift __exp_data.shift macro
|