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

123

/freebsd-11.0-release/contrib/llvm/include/llvm/Support/
H A DLEB128.h83 unsigned Shift = 0; local
97 unsigned Shift = 0; local
H A DMathExtras.h52 T Shift = std::numeric_limits<T>::digits >> 1; local
56 Val >>= Shift; local
60 Mask >>= Shift; local
[all...]
H A DScaledNumber.h89 int Shift = 64 - Width - countLeadingZeros(Digits); local
624 ScaledNumber &operator<<=(int16_t Shift) { argument
628 ScaledNumber &operator>>=(int16_t Shift) { argument
701 adjustToWidth(uint64_t N, int32_t Shift) argument
731 operator <<(const ScaledNumber<DigitsT> &L, int16_t Shift) argument
737 operator >>(const ScaledNumber<DigitsT> &L, int16_t Shift) argument
834 shiftLeft(int32_t Shift) argument
861 Digits <<= Shift; local
865 shiftRight(int32_t Shift) argument
888 Digits >>= Shift; local
[all...]
/freebsd-11.0-release/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugInfoEntry.cpp83 uint64_t Shift = countTrailingZeros(Val); local
/freebsd-11.0-release/contrib/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCCodeEmitter.cpp57 int64_t Shift = Inst.getOperand(2).getImm(); local
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DOperatorPrecedence.h39 Shift = 11, // <<, >> enumerator in enum:clang::prec::Level
/freebsd-11.0-release/contrib/llvm/lib/Support/
H A DScaledNumber.cpp48 int Shift = 64 - LeadingZeros; local
64 int Shift = 0; local
86 int Shift = 0; local
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DArgs.cpp387 Args::Shift () function in class:Args
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DARMUtils.h261 static inline uint32_t Shift(const uint32_t value, ARM_ShifterType type, const uint32_t amount, function in namespace:lldb_private
/freebsd-11.0-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOARM.h253 unsigned Shift = (HalfDiffKindBits & 0x1) ? 16 : 0; local
/freebsd-11.0-release/contrib/libarchive/libarchive/
H A Darchive_ppmd_private.h115 Byte Shift; /* Speed of Freq change; low Shift is for fast change */ member in struct:__anon1845
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Format/
H A DWhitespaceManager.cpp169 int Shift = 0; local
420 int Shift = 0; local
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp207 int Shift = 0; local
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp622 Value *Shift = Builder->CreateLShr(X, ShiftDiffCst); local
H A DInstCombinePHI.cpp648 unsigned Shift; // The amount shifted. member in struct:__anon3146::PHIUsageRecord
666 unsigned Shift; // The amount shifted. member in struct:__anon3146::LoweredPHIRecord
764 unsigned Shift = cast<ConstantInt>(UserI->getOperand(1))->getZExtValue(); local
[all...]
/freebsd-11.0-release/contrib/llvm/lib/IR/
H A DAutoUpgrade.cpp522 unsigned Shift = cast<ConstantInt>(CI->getArgOperand(1))->getZExtValue(); local
527 unsigned Shift local
288 UpgradeX86PSLLDQIntrinsics(IRBuilder< &Builder, LLVMContext &C, Value *Op, unsigned NumLanes, unsigned Shift) argument
325 UpgradeX86PSRLDQIntrinsics(IRBuilder< &Builder, LLVMContext &C, Value *Op, unsigned NumLanes, unsigned Shift) argument
532 unsigned Shift = cast<ConstantInt>(CI->getArgOperand(1))->getZExtValue(); local
537 unsigned Shift = cast<ConstantInt>(CI->getArgOperand(1))->getZExtValue(); local
542 unsigned Shift = cast<ConstantInt>(CI->getArgOperand(1))->getZExtValue(); local
547 unsigned Shift = cast<ConstantInt>(CI->getArgOperand(1))->getZExtValue(); local
552 unsigned Shift = cast<ConstantInt>(CI->getArgOperand(1))->getZExtValue(); local
557 unsigned Shift = cast<ConstantInt>(CI->getArgOperand(1))->getZExtValue(); local
[all...]
/freebsd-11.0-release/contrib/llvm/lib/MC/
H A DMCAsmStreamer.cpp730 uint64_t Shift = 64 - EmissionSize * 8; local
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Utils/
H A DIntegerDivision.cpp37 ConstantInt *Shift; local
109 ConstantInt *Shift; local
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonStoreWidening.cpp407 unsigned Shift = 0; local
/freebsd-11.0-release/contrib/llvm/lib/Target/AArch64/InstPrinter/
H A DAArch64InstPrinter.cpp982 unsigned Shift = local
/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCCodeEmitter.cpp426 unsigned Shift = IsLittleEndian ? i * 8 : (Size - 1 - i) * 8; local
/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.cpp101 unsigned Shift = HexagonMCInstrInfo::getExtentAlignment(MCII, MCI); local
/freebsd-11.0-release/contrib/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp936 bool Shift = false; local
/freebsd-11.0-release/contrib/llvm/utils/TableGen/
H A DAsmWriterEmitter.cpp400 unsigned Table = 0, Shift = 0; local
424 BitsOS << "OpInfo" << Table << "[MI->getOpcode()] << " << Shift << ";\n"; local
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2011 unsigned Shift = 7; local

Completed in 180 milliseconds

123