Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmTypeCheck.cpp202 auto NumPops = std::min(Stack.size() - BlockInfoStack.back().StackStartPos, in popTypes() local
204 for (size_t I = 0, E = NumPops; I != E; I++) { in popTypes()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp3725 int NumPops = Offset / SlotSize; in adjustStackWithPops() local
3727 if (NumPops != 1 && NumPops != 2) in adjustStackWithPops()
3771 if (FoundRegs == (unsigned)NumPops) in adjustStackWithPops()
3779 while (FoundRegs < (unsigned)NumPops) in adjustStackWithPops()
3782 for (int i = 0; i < NumPops; ++i) in adjustStackWithPops()