Home
last modified time | relevance | path

Searched defs:Shift (Results 1 – 25 of 141) sorted by relevance

123456

/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DSIDefinesUtils.h28 unsigned Shift = 0; in getShiftMask() local
45 uint32_t Shift, MCContext &Ctx) { in maskShiftSet()
64 uint32_t Shift, MCContext &Ctx) { in maskShiftGet()
H A DAMDKernelCodeTInfo.h52 #define PRINTCOMP(GetMacro, Shift) \ argument
60 #define PARSECOMP(SetMacro, Shift) \ argument
72 #define COMPPGM(name, aname, GetMacro, SetMacro, Shift) \ argument
H A DAMDGPUAsmUtils.h38 unsigned Shift; member
/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUMCKernelDescriptor.cpp83 uint32_t Shift, uint32_t Mask, in bits_set() argument
92 const MCExpr *MCKernelDescriptor::bits_get(const MCExpr *Src, uint32_t Shift, in bits_get() argument
/llvm-project/llvm/lib/Support/
H A DScaledNumber.cpp48 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
/llvm-project/llvm/include/llvm/Support/
H A DLEB128.h136 unsigned Shift = 0; variable
170 unsigned Shift = 0; variable
H A DScaledNumber.h88 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()
/llvm-project/llvm/include/llvm/ADT/
H A DPointerEmbeddedInt.h44 Shift = sizeof(uintptr_t) * CHAR_BIT - Bits, enumerator
H A Dbit.h160 T Shift = std::numeric_limits<T>::digits >> 1; in count() local
/llvm-project/llvm/include/llvm/MC/
H A DMCELFExtras.h31 const int Shift = llvm::countr_zero(OffsetMask); in encodeCrel() local
/llvm-project/clang/include/clang/Basic/
H A DOperatorPrecedence.h39 Shift = 12, // <<, >> enumerator
/llvm-project/libc/AOR_v20.02/math/
H A Dv_sinf.c29 #define Shift v_f32 (0x1.8p+23f) macro
H A Dv_cosf.c29 #define Shift v_f32 (0x1.8p+23f) macro
H A Dv_cos.c38 #define Shift v_f64 (0x1.8p52) macro
H A Dv_sin.c37 #define Shift v_f64 (0x1.8p52) macro
H A Dv_expf_1u.c27 #define Shift v_f32 (0x1.8p23f) macro
H A Dv_exp2f_1u.c24 #define Shift v_f32 (0x1.8p23f) macro
H A Dv_exp2f.c27 #define Shift v_f32 (0x1.8p23f) macro
H A Dexp2.c15 #define Shift __exp_data.exp2_shift macro
H A Dv_expf.c27 #define Shift v_f32 (0x1.8p23f) macro
H A Dv_exp.c39 #define Shift v_f64 (0x1.8p+52) macro
H A Dexp.c18 #define Shift __exp_data.shift macro
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ExpandImm.cpp490 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
/llvm-project/compiler-rt/lib/gwp_asan/
H A Dstack_trace_compressor.cpp37 uint8_t Shift = 0; in varIntDecode() local
/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIProgramInfo.cpp151 static const MCExpr *MaskShift(const MCExpr *Val, uint32_t Mask, uint32_t Shift, in MaskShift()

123456