Lines Matching defs:SecondSPAdjustAmount
951 uint64_t SecondSPAdjustAmount = 0;
954 SecondSPAdjustAmount = getStackSizeWithRVVPadding(MF) - FirstSPAdjustAmount;
955 assert(SecondSPAdjustAmount > 0 &&
956 "SecondSPAdjustAmount should be greater than zero");
958 allocateStack(MBB, MBBI, MF, SecondSPAdjustAmount,
1017 if (SecondSPAdjustAmount < ProbeSize &&
1018 SecondSPAdjustAmount + MaxAlignment.value() >= ProbeSize) {
1130 uint64_t SecondSPAdjustAmount =
1132 assert(SecondSPAdjustAmount > 0 &&
1133 "SecondSPAdjustAmount should be greater than zero");
1139 StackOffset::getFixed(SecondSPAdjustAmount),