| /external/llvm/lib/IR/ |
| D | AutoUpgrade.cpp | 348 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/ |
| D | LEB128.h | 83 unsigned Shift = 0; variable 97 unsigned Shift = 0; variable
|
| D | MathExtras.h | 48 T Shift = std::numeric_limits<T>::digits >> 1; in count() local
|
| D | ScaledNumber.h | 89 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/ |
| D | ScaledNumber.cpp | 48 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/ |
| D | OperatorPrecedence.h | 39 Shift = 11, // <<, >> enumerator
|
| /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/ |
| D | cmshalf.c | 462 static cmsUInt8Number Shift[512] = { variable
|
| /external/lzma/C/ |
| D | Ppmd.h | 36 Byte Shift; /* Speed of Freq change; low Shift is for fast change */ member
|
| /external/llvm/lib/Transforms/InstCombine/ |
| D | InstCombinePHI.cpp | 558 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
|
| D | InstCombineShifts.cpp | 622 Value *Shift = Builder->CreateLShr(X, ShiftDiffCst); in FoldShiftByConstant() local 670 Value *Shift = Builder->CreateShl(X, ShiftDiffCst); in FoldShiftByConstant() local
|
| /external/v8/src/compiler/arm/ |
| D | instruction-selector-arm-unittest.cc | 61 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/ |
| D | AArch64ExpandPseudoInsts.cpp | 417 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
|
| D | AArch64ISelDAGToDAG.cpp | 76 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/ |
| D | IntegerDivision.cpp | 37 ConstantInt *Shift; in generateSignedRemainderCode() local 109 ConstantInt *Shift; in generateSignedDivisionCode() local
|
| /external/llvm/lib/CodeGen/SelectionDAG/ |
| D | TargetLowering.cpp | 993 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/ |
| D | RuntimeDyldMachOARM.h | 252 unsigned Shift = (HalfDiffKindBits & 0x1) ? 16 : 0; in processHALFSECTDIFFRelocation() local
|
| /external/llvm/lib/Analysis/ |
| D | BlockFrequencyInfoImpl.cpp | 180 static uint64_t shiftRightAndRound(uint64_t N, int Shift) { in shiftRightAndRound() 207 int Shift = 0; in normalize() local
|
| /external/v8/src/ |
| D | fixed-dtoa.cc | 41 void Shift(int shift_amount) { in Shift() function in v8::internal::UInt128
|
| /external/clang/lib/Format/ |
| D | WhitespaceManager.cpp | 216 int Shift = 0; in alignTrailingComments() local
|
| /external/llvm/lib/Target/X86/ |
| D | X86ISelDAGToDAG.cpp | 790 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/ |
| D | MipsMCCodeEmitter.cpp | 56 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/ |
| D | ScheduleDAG.cpp | 574 void ScheduleDAGTopologicalSort::Shift(BitVector& Visited, int LowerBound, in Shift() function in ScheduleDAGTopologicalSort
|
| /external/llvm/lib/Target/R600/ |
| D | R600ISelLowering.cpp | 1011 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/ |
| D | ARMUtils.h | 261 static inline uint32_t Shift(const uint32_t value, ARM_ShifterType type, const uint32_t amount, in Shift() function
|
| /external/llvm/lib/DebugInfo/DWARF/ |
| D | DWARFDebugInfoEntry.cpp | 83 uint64_t Shift = countTrailingZeros(Val); in dumpApplePropertyAttribute() local
|