Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp842 unsigned InnerBitSize = N.getOperand(0).getValueSizeInBits(); in expandRxSBG() local
843 if (!refineRxSBGMask(RxSBG, allOnes(InnerBitSize))) in expandRxSBG()
855 unsigned InnerBitSize = N.getOperand(0).getValueSizeInBits(); in expandRxSBG() local
856 if (maskMatters(RxSBG, allOnes(BitSize) - allOnes(InnerBitSize))) { in expandRxSBG()
860 RxSBG.Rotate += (BitSize - InnerBitSize); in expandRxSBG()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4040 unsigned InnerBitSize = HiLoVT.getScalarSizeInBits(); in expandMUL_LOHI() local
4075 APInt HighMask = APInt::getHighBitsSet(OuterBitSize, InnerBitSize); in expandMUL_LOHI()
4091 if (!VT.isVector() && Opcode == ISD::MUL && LHSSB > InnerBitSize && in expandMUL_LOHI()
4092 RHSSB > InnerBitSize) { in expandMUL_LOHI()
4102 unsigned ShiftAmount = OuterBitSize - InnerBitSize; in expandMUL_LOHI()