Searched defs:Shift (Results 1 - 25 of 75) sorted by relevance

123

/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp43 uint64_t Shift = countTrailingZeros(Val); local
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DOperatorPrecedence.h39 Shift = 12, // <<, >> enumerator in enum:clang::prec::Level
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Dstack_trace_compressor.cpp37 uint8_t Shift = 0; local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DScaledNumber.cpp48 int Shift = 64 - LeadingZeros; local
64 int Shift = 0; local
86 int Shift = 0; local
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Tooling/ASTDiff/
H A DASTDiff.h39 int Depth, Height, Shift = 0; member in struct:clang::diff::Node
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.h473 SDValue Shift = DAG.getNode(ISD::SHL, DL, Ty, HigherPart, Cst); local
H A DMicroMipsSizeReduction.cpp53 ImmField(uint8_t Shift, int16_t LBound, int16_t HBound, argument
58 uint8_t Shift; // Shift value member in struct:__anon5246::ImmField
105 uint8_t Shift() const { return Imm.Shift; } function in struct:__anon5246::ReduceEntry
327 InRange(int64_t Value, unsigned short Shift, int LBound, int HBound) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DGISelKnownBits.cpp320 uint64_t Shift = RHSKnown.getConstant().getZExtValue(); local
321 LLVM_DEBUG(dbgs() << '[' << Depth << "] Shift is " << Shift << '\n'); local
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DARMUtils.h252 static inline uint32_t Shift(const uint32_t value, ARM_ShifterType type, function in namespace:lldb_private
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DLowLevelTypeImpl.h237 static uint64_t maskAndShift(uint64_t Val, uint64_t Mask, uint8_t Shift) { argument
H A DScaledNumber.h88 int Shift = 64 - Width - countLeadingZeros(Digits); local
623 ScaledNumber &operator<<=(int16_t Shift) { argument
627 ScaledNumber &operator>>=(int16_t Shift) { argument
700 adjustToWidth(uint64_t N, int32_t Shift) argument
730 operator <<(const ScaledNumber<DigitsT> &L, int16_t Shift) argument
736 operator >>(const ScaledNumber<DigitsT> &L, int16_t Shift) argument
833 shiftLeft(int32_t Shift) argument
860 Digits <<= Shift; local
863 shiftRight(int32_t Shift) argument
886 Digits >>= Shift; local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ExpandImm.cpp270 unsigned Shift = 0; // LSL amount for high bits with MOVZ/MOVN local
[all...]
H A DAArch64RedundantCopyElimination.cpp198 int32_t Shift = PredI.getOperand(3).getImm(); local
199 KnownImm <<= Shift; local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCCodeEmitter.cpp607 unsigned Shift = HexagonMCInstrInfo::getExtentAlignment(MCII, MI); local
648 unsigned Shift = HexagonMCInstrInfo::getExtentAlignment(MCII, MI); local
/freebsd-12-stable/contrib/libarchive/libarchive/
H A Darchive_ppmd_private.h108 Byte Shift; /* Speed of Freq change; low Shift is for fast change */ member in struct:__anon2052
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOARM.h406 unsigned Shift = (HalfDiffKindBits & 0x1) ? 16 : 0; local
/freebsd-12-stable/contrib/llvm-project/lldb/source/Utility/
H A DArgs.cpp278 void Args::Shift() { function in class:Args
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp234 int Shift = 0; local
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.cpp237 int Shift = 0; local
447 int Shift = 0; local
695 int Shift = 0; local
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/Core/
H A DReplacement.cpp536 int Shift = 0; local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCCodeEmitter.cpp453 unsigned Shift = IsLittleEndian ? i * 8 : (Size - 1 - i) * 8; local
1050 Imm >>= Shift; local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonStoreWidening.cpp401 unsigned Shift = 0; local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCCodeEmitter.cpp64 int64_t Shift = Inst.getOperand(2).getImm(); local
144 unsigned Shift = IsLittleEndian ? i * 8 : (Size - 1 - i) * 8; local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DIntegerDivision.cpp36 ConstantInt *Shift; local
108 ConstantInt *Shift; local
[all...]
/freebsd-12-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachOLinkingContext.cpp91 unsigned Shift = 30; local

Completed in 488 milliseconds

123