Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp695 bool IsLargeFrame = !isInt<16>(NegFrameSize); in twoUniqueScratchRegsRequired() local
700 return (IsLargeFrame || !HasRedZone) && HasBP && MaxAlign > 1; in twoUniqueScratchRegsRequired()