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

12

/freebsd-10.1-release/contrib/llvm/include/llvm/Support/
H A DLEB128.h83 unsigned Shift = 0; local
H A DMathExtras.h59 T Shift = std::numeric_limits<T>::digits >> 1; local
63 Val >>= Shift; local
67 Mask >>= Shift; local
[all...]
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DOperatorPrecedence.h39 Shift = 11, // <<, >> enumerator in enum:clang::prec::Level
/freebsd-10.1-release/contrib/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCCodeEmitter.cpp67 unsigned Shift = IsLittleEndian ? i * 8 : (Size - 1 - i) * 8; local
153 int64_t Shift = Inst.getOperand(2).getImm(); local
/freebsd-10.1-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:__anon1631
/freebsd-10.1-release/contrib/llvm/include/llvm/Analysis/
H A DBlockFrequencyImpl.h250 unsigned Shift = 32 - countLeadingZeros(D); local
251 D >>= Shift; local
252 N >>= Shift; local
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DArgs.cpp457 Args::Shift () function in class:Args
/freebsd-10.1-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-10.1-release/contrib/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.cpp1070 bool A64Imms::isMOVZImm(int RegWidth, uint64_t Value, int &UImm16, int &Shift) { argument
1087 bool A64Imms::isMOVNImm(int RegWidth, uint64_t Value, int &UImm16, int &Shift) { argument
1101 isOnlyMOVNImm(int RegWidth, uint64_t Value, int &UImm16, int &Shift) argument
/freebsd-10.1-release/contrib/llvm/lib/Target/R600/
H A DAMDILISelLowering.cpp343 SDValue Shift = DAG.getConstant(shiftBits, DVT); local
H A DAMDGPUISelLowering.cpp551 SDValue Shift = DAG.getConstant(MemEltBits * i, PackedVT); local
H A DR600ISelLowering.cpp1077 SDValue Shift = DAG.getNode(ISD::SHL, DL, VT, ByteIndex, local
/freebsd-10.1-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp604 Value *Shift = Builder->CreateLShr(X, ShiftDiffCst); local
H A DInstCombinePHI.cpp558 unsigned Shift; // The amount shifted. member in struct:__anon2715::PHIUsageRecord
576 unsigned Shift; // The amount shifted. member in struct:__anon2715::LoweredPHIRecord
676 unsigned Shift = cast<ConstantInt>(User->getOperand(1))->getZExtValue(); local
[all...]
H A DInstCombineCasts.cpp1531 static bool CollectInsertionElements(Value *V, unsigned Shift, argument
[all...]
/freebsd-10.1-release/contrib/llvm/lib/Target/AArch64/InstPrinter/
H A DAArch64InstPrinter.cpp256 printShiftOperand(const MCInst *MI, unsigned OpNum, raw_ostream &O, A64SE::ShiftExtSpecifiers Shift) argument
/freebsd-10.1-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp75 bool SelectMOVWAddressRef(SDValue N, SDValue &Imm, SDValue &Shift) { argument
238 int UImm16, Shift; local
/freebsd-10.1-release/contrib/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp608 unsigned Shift = FullImm >> 16; local
/freebsd-10.1-release/contrib/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp941 bool Shift = false; local
/freebsd-10.1-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp364 unsigned Shift = 32; local
894 unsigned Shift = 0; local
[all...]
H A DPPCFastISel.cpp1941 unsigned Shift = 0; local
/freebsd-10.1-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1821 unsigned Shift = 7; local
H A DTargetLowering.cpp953 SDValue Shift = In.getOperand(1); local
1571 SDValue Shift = DAG.getNode(ISD::SRL, dl, CmpTy, N0.getOperand(0), local
1599 SDValue Shift = DAG.getNode(ISD::SRL, dl, CmpTy, N0, local
2621 unsigned Shift local
[all...]
/freebsd-10.1-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp828 unsigned Shift = Log2_32(IVBump); local
H A DHexagonISelDAGToDAG.cpp981 SDValue Shift = N->getOperand(0); local

Completed in 337 milliseconds

12