Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Passes/
H A DStackAllocationAnalysis.cpp99 if (int Sz = MIB->getPopSize(Point)) { in computeNext()
H A DShrinkWrapping.cpp1482 Res.first -= BC.MIB->getPopSize(Point); in compNextAux()
1934 if (int Sz = BC.MIB->getPopSize(Inst)) { in processDeletions()
/llvm-project-15.0.7/bolt/include/bolt/Passes/
H A DStackPointerTracking.h87 if (int Sz = MIB->getPopSize(Point)) { in computeNextSP()
/llvm-project-15.0.7/bolt/lib/Target/X86/
H A DX86MCPlusBuilder.cpp224 return getPopSize(Inst) == 0 ? false : true; in isPop()
231 int getPopSize(const MCInst &Inst) const override { in getPopSize() function in __anoncef8f4420111::X86MCPlusBuilder
1058 if (int Sz = getPopSize(Inst)) { in isStackAccess()
1496 switch (getPopSize(Inst)) { in replaceMemOperandWithImm()
1637 switch (getPopSize(Inst)) { in replaceMemOperandWithReg()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DMCPlusBuilder.h507 virtual int getPopSize(const MCInst &Inst) const { in getPopSize() function