Home | History | Annotate | Download | only in Mips

Lines Matching full:argsizeinbytes

1970   unsigned ArgSizeInBytes =
1974 DAG.getConstant(alignTo(ArgSizeInBytes, ArgSlotSizeInBytes),
1985 if (!Subtarget.isLittle() && ArgSizeInBytes < ArgSlotSizeInBytes) {
1986 unsigned Adjustment = ArgSlotSizeInBytes - ArgSizeInBytes;