Home | History | Annotate | Download | only in AArch64

Lines Matching full:opsize

1266       uint32_t OpSize = Flags.isByVal() ? Flags.getByValSize() :
1268 OpSize = (OpSize + 7) / 8;
1270 int FI = MF.getFrameInfo()->CreateFixedObject(OpSize, Offset, true);