Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/M68k/
H A DM68kMachineFunction.h84 void setBytesToPopOnReturn(unsigned bytes) { BytesToPopOnReturn = bytes; } in setBytesToPopOnReturn() function
H A DM68kISelLowering.cpp997 MMFI->setBytesToPopOnReturn(StackSize); // Callee pops everything. in LowerFormalArguments()
999 MMFI->setBytesToPopOnReturn(0); // Callee pops nothing. in LowerFormalArguments()
1002 MMFI->setBytesToPopOnReturn(4); in LowerFormalArguments()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86MachineFunctionInfo.h162 void setBytesToPopOnReturn (unsigned bytes) { BytesToPopOnReturn = bytes;} in setBytesToPopOnReturn() function
H A DX86ISelLowering.cpp4210 FuncInfo->setBytesToPopOnReturn(StackSize); // Callee pops everything. in LowerFormalArguments()
4214 FuncInfo->setBytesToPopOnReturn(Is64Bit ? 16 : 4); in LowerFormalArguments()
4216 FuncInfo->setBytesToPopOnReturn(0); // Callee pops nothing. in LowerFormalArguments()
4219 FuncInfo->setBytesToPopOnReturn(4); in LowerFormalArguments()