Searched refs:MaxTCDelta (Results 1 – 3 of 3) sorted by relevance
92 int MaxTCDelta = X86FI->getTCReturnAddrDelta(); in ExpandMI() local94 assert(MaxTCDelta <= 0 && "MaxTCDelta should never be positive"); in ExpandMI()97 Offset = StackAdj-MaxTCDelta; in ExpandMI()
194 int MaxTCDelta = X86FI->getTCReturnAddrDelta(); in ExpandMI() local196 assert(MaxTCDelta <= 0 && "MaxTCDelta should never be positive"); in ExpandMI()199 Offset = StackAdj - MaxTCDelta; in ExpandMI()
1057 int MaxTCDelta = X86FI->getTCReturnAddrDelta(); in emitEpilogue() local1059 assert(MaxTCDelta <= 0 && "MaxTCDelta should never be positive"); in emitEpilogue()1062 Offset = StackAdj-MaxTCDelta; in emitEpilogue()