Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kMachineFunction.h85 void setBytesToPopOnReturn(unsigned bytes) { BytesToPopOnReturn = bytes; } in setBytesToPopOnReturn() function
H A DM68kISelLowering.cpp1046 MMFI->setBytesToPopOnReturn(StackSize); // Callee pops everything. in LowerFormalArguments()
1048 MMFI->setBytesToPopOnReturn(0); // Callee pops nothing. in LowerFormalArguments()
1051 MMFI->setBytesToPopOnReturn(4); in LowerFormalArguments()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MachineFunctionInfo.h220 void setBytesToPopOnReturn (unsigned bytes) { BytesToPopOnReturn = bytes;}
H A DX86ISelLoweringCall.cpp1898 FuncInfo->setBytesToPopOnReturn(StackSize); // Callee pops everything. in LowerFormalArguments()
1902 FuncInfo->setBytesToPopOnReturn(Is64Bit ? 16 : 4); in LowerFormalArguments()
1904 FuncInfo->setBytesToPopOnReturn(0); // Callee pops nothing. in LowerFormalArguments()
1907 FuncInfo->setBytesToPopOnReturn(4); in LowerFormalArguments()