Home
last modified time | relevance | path

Searched refs:InnerBitSize (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp866 unsigned InnerBitSize = N.getOperand(0).getValueSizeInBits(); in expandRxSBG() local
867 if (!refineRxSBGMask(RxSBG, allOnes(InnerBitSize))) in expandRxSBG()
879 unsigned InnerBitSize = N.getOperand(0).getValueSizeInBits(); in expandRxSBG() local
880 if (maskMatters(RxSBG, allOnes(BitSize) - allOnes(InnerBitSize))) { in expandRxSBG()
884 RxSBG.Rotate += (BitSize - InnerBitSize); in expandRxSBG()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp7421 unsigned InnerBitSize = HiLoVT.getScalarSizeInBits(); in expandMUL_LOHI() local
7454 APInt HighMask = APInt::getHighBitsSet(OuterBitSize, InnerBitSize); in expandMUL_LOHI()
7471 DAG.ComputeMaxSignificantBits(LHS) <= InnerBitSize && in expandMUL_LOHI()
7472 DAG.ComputeMaxSignificantBits(RHS) <= InnerBitSize) { in expandMUL_LOHI()
7482 unsigned ShiftAmount = OuterBitSize - InnerBitSize; in expandMUL_LOHI()