Searched refs:ShiftBits (Results 1 – 6 of 6) sorted by relevance
563 unsigned ShiftBits = getEncodingValue(DestReg)*4; in lowerCRRestore() local566 .addReg(Reg1, RegState::Kill).addImm(32-ShiftBits).addImm(0) in lowerCRRestore()650 unsigned ShiftBits = getEncodingValue(DestReg); in lowerCRBitRestore() local655 .addImm(ShiftBits ? 32 - ShiftBits : 0) in lowerCRBitRestore()656 .addImm(ShiftBits) in lowerCRBitRestore()657 .addImm(ShiftBits); in lowerCRBitRestore()
405 unsigned ShiftBits = getPPCRegisterNumbering(SrcReg)*4; in StoreRegToStackSlot() local408 .addReg(ScratchReg).addImm(ShiftBits) in StoreRegToStackSlot()540 unsigned ShiftBits = getPPCRegisterNumbering(DestReg)*4; in LoadRegFromStackSlot() local543 .addReg(ScratchReg).addImm(32-ShiftBits).addImm(0) in LoadRegFromStackSlot()
372 if (unsigned ShiftBits = 64-TD->getPointerSizeInBits()) { in DecomposeGEPExpression() local373 Scale <<= ShiftBits; in DecomposeGEPExpression()374 Scale = (int64_t)Scale >> ShiftBits; in DecomposeGEPExpression()
1863 unsigned ShiftBits = AndRHSC.countTrailingZeros(); in SimplifySetCC() local1870 DAG.getConstant(ShiftBits, dl, in SimplifySetCC()1872 SDValue CmpRHS = DAG.getConstant(C1.lshr(ShiftBits), dl, CmpTy); in SimplifySetCC()1883 unsigned ShiftBits; in SimplifySetCC() local1887 ShiftBits = C1.countTrailingOnes(); in SimplifySetCC()1891 ShiftBits = C1.countTrailingZeros(); in SimplifySetCC()1893 NewC = NewC.lshr(ShiftBits); in SimplifySetCC()1894 if (ShiftBits && NewC.getMinSignedBits() <= 64 && in SimplifySetCC()1902 DAG.getConstant(ShiftBits, dl, ShiftTy)); in SimplifySetCC()
2969 unsigned ShiftBits = CShift->getZExtValue(); in visitANDLike() local2976 (ShiftBits + MaskBits <= Size / 2) && in visitANDLike()2988 assert(ShiftBits != 0 && MaskBits <= Size); in visitANDLike()2996 SDValue ShiftK = DAG.getConstant(ShiftBits, SL, ShiftVT); in visitANDLike()
329 unsigned ShiftBits = 64 - PointerSize; in adjustToPointerSize() local330 return (int64_t)((uint64_t)Offset << ShiftBits) >> ShiftBits; in adjustToPointerSize()