Home | History | Annotate | Download | only in AArch64

Lines Matching defs:FPDiff

2206   // FPDiff is the byte offset of the call's argument area from the callee's.
2211 int FPDiff = 0;
2220 // FPDiff will be negative if this tail call requires more space than we
2223 FPDiff = NumReusableBytes - NumBytes;
2230 assert(FPDiff % 16 == 0 && "unaligned stack on tail call");
2310 Offset = Offset + FPDiff;
2411 Ops.push_back(DAG.getTargetConstant(FPDiff, MVT::i32));