Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FrameLowering.cpp2725 int NumPops = Offset / SlotSize; in adjustStackWithPops() local
2727 if (NumPops != 1 && NumPops != 2) in adjustStackWithPops()
2772 if (FoundRegs == (unsigned)NumPops) in adjustStackWithPops()
2780 while (FoundRegs < (unsigned)NumPops) in adjustStackWithPops()
2783 for (int i = 0; i < NumPops; ++i) in adjustStackWithPops()