Home | History | Annotate | Download | only in SystemZ

Lines Matching defs:BitSize

37   unsigned BitSize = Ty->getPrimitiveSizeInBits();
40 if (BitSize == 0)
43 if (BitSize > 64)
70 unsigned BitSize = Ty->getPrimitiveSizeInBits();
73 if (BitSize == 0)
76 if (BitSize > 64)
92 if (BitSize == 8)
141 if (BitSize <= 32)
152 if (TII->isRxSBGMask(Imm.getZExtValue(), BitSize, Start, End))
188 unsigned BitSize = Ty->getPrimitiveSizeInBits();
191 if (BitSize == 0)
194 if (BitSize > 64)