Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp853 unsigned InnerBitSize = N.getOperand(0).getValueSizeInBits(); in expandRxSBG() local
854 if (!refineRxSBGMask(RxSBG, allOnes(InnerBitSize))) in expandRxSBG()
866 unsigned InnerBitSize = N.getOperand(0).getValueSizeInBits(); in expandRxSBG() local
867 if (maskMatters(RxSBG, allOnes(BitSize) - allOnes(InnerBitSize))) { in expandRxSBG()
871 RxSBG.Rotate += (BitSize - InnerBitSize); in expandRxSBG()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp5755 unsigned InnerBitSize = HiLoVT.getScalarSizeInBits(); in expandMUL_LOHI() local
5790 APInt HighMask = APInt::getHighBitsSet(OuterBitSize, InnerBitSize); in expandMUL_LOHI()
5806 if (!VT.isVector() && Opcode == ISD::MUL && LHSSB > InnerBitSize && in expandMUL_LOHI()
5807 RHSSB > InnerBitSize) { in expandMUL_LOHI()
5817 unsigned ShiftAmount = OuterBitSize - InnerBitSize; in expandMUL_LOHI()