Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp3332 int NumPops = Offset / SlotSize; in adjustStackWithPops() local
3334 if (NumPops != 1 && NumPops != 2) in adjustStackWithPops()
3378 if (FoundRegs == (unsigned)NumPops) in adjustStackWithPops()
3386 while (FoundRegs < (unsigned)NumPops) in adjustStackWithPops()
3389 for (int i = 0; i < NumPops; ++i) in adjustStackWithPops()