Home
last modified time | relevance | path

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

123

/external/llvm/lib/IR/
DAutoUpgrade.cpp348 unsigned Shift) { in UpgradeX86PSLLDQIntrinsics()
385 unsigned Shift) { in UpgradeX86PSRLDQIntrinsics()
548 unsigned Shift = cast<ConstantInt>(CI->getArgOperand(1))->getZExtValue(); in UpgradeIntrinsicCall() local
553 unsigned Shift = cast<ConstantInt>(CI->getArgOperand(1))->getZExtValue(); in UpgradeIntrinsicCall() local
558 unsigned Shift = cast<ConstantInt>(CI->getArgOperand(1))->getZExtValue(); in UpgradeIntrinsicCall() local
563 unsigned Shift = cast<ConstantInt>(CI->getArgOperand(1))->getZExtValue(); in UpgradeIntrinsicCall() local
568 unsigned Shift = cast<ConstantInt>(CI->getArgOperand(1))->getZExtValue(); in UpgradeIntrinsicCall() local
573 unsigned Shift = cast<ConstantInt>(CI->getArgOperand(1))->getZExtValue(); in UpgradeIntrinsicCall() local
578 unsigned Shift = cast<ConstantInt>(CI->getArgOperand(1))->getZExtValue(); in UpgradeIntrinsicCall() local
583 unsigned Shift = cast<ConstantInt>(CI->getArgOperand(1))->getZExtValue(); in UpgradeIntrinsicCall() local
/external/llvm/include/llvm/Support/
DLEB128.h83 unsigned Shift = 0; variable
97 unsigned Shift = 0; variable
DMathExtras.h48 T Shift = std::numeric_limits<T>::digits >> 1; in count() local
DScaledNumber.h89 int Shift = 64 - Width - countLeadingZeros(Digits); variable
708 static ScaledNumber adjustToWidth(uint64_t N, int32_t Shift) { in adjustToWidth()
831 template <class DigitsT> void ScaledNumber<DigitsT>::shiftLeft(int32_t Shift) { in shiftLeft()
862 template <class DigitsT> void ScaledNumber<DigitsT>::shiftRight(int32_t Shift) { in shiftRight()
/external/llvm/lib/Support/
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
/external/clang/include/clang/Basic/
DOperatorPrecedence.h39 Shift = 11, // <<, >> enumerator
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
Dcmshalf.c462 static cmsUInt8Number Shift[512] = { variable
/external/lzma/C/
DPpmd.h36 Byte Shift; /* Speed of Freq change; low Shift is for fast change */ member
/external/llvm/lib/Transforms/InstCombine/
DInstCombinePHI.cpp558 unsigned Shift; // The amount shifted. member
576 unsigned Shift; // The amount shifted. member
674 unsigned Shift = cast<ConstantInt>(UserI->getOperand(1))->getZExtValue(); in SliceUpIllegalIntegerPHI() local
DInstCombineShifts.cpp622 Value *Shift = Builder->CreateLShr(X, ShiftDiffCst); in FoldShiftByConstant() local
670 Value *Shift = Builder->CreateShl(X, ShiftDiffCst); in FoldShiftByConstant() local
/external/v8/src/compiler/arm/
Dinstruction-selector-arm-unittest.cc61 struct Shift { struct
62 Constructor constructor;
63 const char* constructor_name;
64 int32_t i_low; // lowest possible immediate
65 int32_t i_high; // highest possible immediate
66 AddressingMode i_mode; // Operand2_R_<shift>_I
67 AddressingMode r_mode; // Operand2_R_<shift>_R
/external/llvm/lib/Target/AArch64/
DAArch64ExpandPseudoInsts.cpp417 for (unsigned Shift = 0; Shift < BitSize; Shift += 16) { in expandMOVImm() local
514 unsigned Shift = 0; // LSL amount for high bits with MOVZ/MOVN in expandMOVImm() local
DAArch64ISelDAGToDAG.cpp76 bool SelectArithShiftedRegister(SDValue N, SDValue &Reg, SDValue &Shift) { in SelectArithShiftedRegister()
79 bool SelectLogicalShiftedRegister(SDValue N, SDValue &Reg, SDValue &Shift) { in SelectLogicalShiftedRegister()
234 SDValue &Shift) { in SelectArithImmed()
263 SDValue &Shift) { in SelectNegArithImmed()
324 SDValue &Reg, SDValue &Shift) { in SelectShiftedRegister()
541 SDValue &Shift) { in SelectArithExtendedRegister()
/external/llvm/lib/Transforms/Utils/
DIntegerDivision.cpp37 ConstantInt *Shift; in generateSignedRemainderCode() local
109 ConstantInt *Shift; in generateSignedDivisionCode() local
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp993 SDValue Shift = In.getOperand(1); in SimplifyDemandedBits() local
1703 SDValue Shift = DAG.getNode(ISD::SRL, dl, CmpTy, N0.getOperand(0), in SimplifySetCC() local
1731 SDValue Shift = DAG.getNode(ISD::SRL, dl, CmpTy, N0, in SimplifySetCC() local
2750 unsigned Shift = Divisor.countTrailingZeros(); in BuildUDIV() local
2875 SDValue Shift = DAG.getConstant(ShiftAmt, getShiftAmountTy(VT)); in expandMUL() local
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOARM.h252 unsigned Shift = (HalfDiffKindBits & 0x1) ? 16 : 0; in processHALFSECTDIFFRelocation() local
/external/llvm/lib/Analysis/
DBlockFrequencyInfoImpl.cpp180 static uint64_t shiftRightAndRound(uint64_t N, int Shift) { in shiftRightAndRound()
207 int Shift = 0; in normalize() local
/external/v8/src/
Dfixed-dtoa.cc41 void Shift(int shift_amount) { in Shift() function in v8::internal::UInt128
/external/clang/lib/Format/
DWhitespaceManager.cpp216 int Shift = 0; in alignTrailingComments() local
/external/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp790 SDValue Shift, SDValue X, in FoldMaskAndShiftToExtract()
833 SDValue Shift, SDValue X, in FoldMaskedShiftToScaledMask()
900 SDValue Shift, SDValue X, in FoldMaskAndShiftToScale()
1266 SDValue Shift = N.getOperand(0); in MatchAddressRecursively() local
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsMCCodeEmitter.cpp56 int64_t Shift = Inst.getOperand(2).getImm(); in LowerLargeShift() local
134 unsigned Shift = IsLittleEndian ? i * 8 : (Size - 1 - i) * 8; in EmitInstruction() local
/external/llvm/lib/CodeGen/
DScheduleDAG.cpp574 void ScheduleDAGTopologicalSort::Shift(BitVector& Visited, int LowerBound, in Shift() function in ScheduleDAGTopologicalSort
/external/llvm/lib/Target/R600/
DR600ISelLowering.cpp1011 SDValue Shift = Op.getOperand(2); in LowerSHLParts() local
1047 SDValue Shift = Op.getOperand(2); in LowerSRXParts() local
1341 SDValue Shift = DAG.getNode(ISD::SHL, DL, VT, ByteIndex, in LowerSTORE() local
/external/lldb/source/Plugins/Process/Utility/
DARMUtils.h261 static inline uint32_t Shift(const uint32_t value, ARM_ShifterType type, const uint32_t amount, in Shift() function
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugInfoEntry.cpp83 uint64_t Shift = countTrailingZeros(Val); in dumpApplePropertyAttribute() local

123