Home
last modified time | relevance | path

Searched refs:MaxTCDelta (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/M68k/
H A DM68kExpandPseudo.cpp206 int MaxTCDelta = MFI->getTCReturnAddrDelta(); in ExpandMI() local
208 assert(MaxTCDelta <= 0 && "MaxTCDelta should never be positive"); in ExpandMI()
211 Offset = StackAdj - MaxTCDelta; in ExpandMI()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ExpandPseudo.cpp284 int MaxTCDelta = X86FI->getTCReturnAddrDelta(); in ExpandMI() local
286 assert(MaxTCDelta <= 0 && "MaxTCDelta should never be positive"); in ExpandMI()
289 Offset = StackAdj - MaxTCDelta; in ExpandMI()