Home
last modified time | relevance | path

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

1234

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Utils/
H A DAMDKernelCodeTInfo.h38 #define PRINTCOMP(GetMacro, Shift) \ argument
43 #define PARSECOMP(SetMacro, Shift) \ argument
53 #define COMPPGM(name, aname, GetMacro, SetMacro, Shift) \ argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A 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
H A DKnownBits.cpp173 unsigned Shift = RHS.getConstant().getZExtValue(); in shl() local
226 unsigned Shift = RHS.getConstant().getZExtValue(); in lshr() local
279 unsigned Shift = RHS.getConstant().getZExtValue(); in ashr() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DLEB128.h133 unsigned Shift = 0; variable
166 unsigned Shift = 0; variable
H A DScaledNumber.h88 int Shift = 64 - Width - countLeadingZeros(Digits); variable
700 static ScaledNumber adjustToWidth(uint64_t N, int32_t Shift) { in adjustToWidth()
833 template <class DigitsT> void ScaledNumber<DigitsT>::shiftLeft(int32_t Shift) { in shiftLeft()
863 template <class DigitsT> void ScaledNumber<DigitsT>::shiftRight(int32_t Shift) { in shiftRight()
H A DMathExtras.h99 T Shift = std::numeric_limits<T>::digits >> 1; in count() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ExpandImm.cpp269 unsigned Shift = 0; // LSL amount for high bits with MOVZ/MOVN in expandMOVImmSimple() local
312 for (unsigned Shift = 0; Shift < BitSize; Shift += 16) { in expandMOVImm() local
355 for (unsigned Shift = 0; Shift < BitSize; Shift += 16) { in expandMOVImm() local
H A DAArch64RedundantCopyElimination.cpp198 int32_t Shift = PredI.getOperand(3).getImm(); in knownRegValInBlock() local
H A DAArch64ISelDAGToDAG.cpp74 bool SelectArithShiftedRegister(SDValue N, SDValue &Reg, SDValue &Shift) { in SelectArithShiftedRegister()
77 bool SelectLogicalShiftedRegister(SDValue N, SDValue &Reg, SDValue &Shift) { in SelectLogicalShiftedRegister()
185 bool SelectSVEAddSubImm(SDValue N, SDValue &Imm, SDValue &Shift) { in SelectSVEAddSubImm()
396 SDValue &Shift) { in SelectArithImmed()
426 SDValue &Shift) { in SelectNegArithImmed()
527 SDValue &Reg, SDValue &Shift) { in SelectShiftedRegister()
766 SDValue &Shift) { in SelectArithExtendedRegister()
2513 for (unsigned Shift = 0; Shift < BitWidth; Shift += 16) { in tryBitfieldInsertOpFromOrAndImm() local
3101 bool AArch64DAGToDAGISel::SelectSVEAddSubImm(SDValue N, MVT VT, SDValue &Imm, SDValue &Shift) { in SelectSVEAddSubImm()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DPointerEmbeddedInt.h44 Shift = sizeof(uintptr_t) * CHAR_BIT - Bits, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DOperatorPrecedence.h39 Shift = 12, // <<, >> enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeBeadsGen.cpp103 unsigned Shift = i % 8; in run() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCCodeEmitter.cpp601 unsigned Shift = HexagonMCInstrInfo::getExtentAlignment(MCII, MI); in getExprOpValue() local
642 unsigned Shift = HexagonMCInstrInfo::getExtentAlignment(MCII, MI); in getExprOpValue() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/ASTDiff/
H A DASTDiff.h39 int Depth, Height, Shift = 0; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DWhitespaceManager.cpp268 int Shift = 0; in AlignTokenSequence() local
554 int Shift = 0; in AlignMacroSequence() local
894 int Shift = 0; in alignTrailingComments() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMicroMipsSizeReduction.cpp58 uint8_t Shift; // Shift value member
105 uint8_t Shift() const { return Imm.Shift; } in Shift() function
327 static bool InRange(int64_t Value, unsigned short Shift, int LBound, in InRange()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DIntegerDivision.cpp36 ConstantInt *Shift; in generateSignedRemainderCode() local
108 ConstantInt *Shift; in generateSignedDivisionCode() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AddressingModes.h810 for (int Shift = 0; Shift <= RegWidth - 16; Shift += 16) in isAnyMOVZMovAlias() local
817 inline static bool isMOVZMovAlias(uint64_t Value, int Shift, int RegWidth) { in isMOVZMovAlias()
828 inline static bool isMOVNMovAlias(uint64_t Value, int Shift, int RegWidth) { in isMOVNMovAlias()
H A DAArch64InstPrinter.cpp239 int Shift = MI->getOperand(2).getImm(); in printInst() local
253 int Shift = MI->getOperand(2).getImm(); in printInst() local
954 unsigned Shift = in printAddSubImm() local
1574 unsigned Shift = MI->getOperand(OpNum + 1).getImm(); in printImm8OptLsl() local
/netbsd-src/external/bsd/libarchive/dist/libarchive/
H A Darchive_ppmd_private.h108 Byte Shift; /* Speed of Freq change; low Shift is for fast change */ member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp994 unsigned Shift; // The amount shifted. member
1012 unsigned Shift; // The amount shifted. member
1115 unsigned Shift = cast<ConstantInt>(UserI->getOperand(1))->getZExtValue(); in SliceUpIllegalIntegerPHI() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Dcoff2yaml.cpp175 uint32_t Shift = (COFFSection->Characteristics >> 20) & 0xF; in dumpSections() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kFrameLowering.cpp846 unsigned Shift = MRI.getSpillRegisterOrder(Reg); in spillCalleeSavedRegisters() local
881 unsigned Shift = MRI.getSpillRegisterOrder(Reg); in restoreCalleeSavedRegisters() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DAutoUpgrade.cpp1041 Value *Op, unsigned Shift) { in UpgradeX86PSLLDQIntrinsics()
1075 unsigned Shift) { in UpgradeX86PSRLDQIntrinsics()
1156 Value *Op1, Value *Shift, in UpgradeX86ALIGNIntrinsics()
2554 unsigned Shift = cast<ConstantInt>(CI->getArgOperand(1))->getZExtValue(); in UpgradeIntrinsicCall() local
2560 unsigned Shift = cast<ConstantInt>(CI->getArgOperand(1))->getZExtValue(); in UpgradeIntrinsicCall() local
2567 unsigned Shift = cast<ConstantInt>(CI->getArgOperand(1))->getZExtValue(); in UpgradeIntrinsicCall() local
2573 unsigned Shift = cast<ConstantInt>(CI->getArgOperand(1))->getZExtValue(); in UpgradeIntrinsicCall() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp214 static uint64_t shiftRightAndRound(uint64_t N, int Shift) { in shiftRightAndRound()
242 int Shift = 0; in normalize() local

1234