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.cpp1045 MMFI->setBytesToPopOnReturn(StackSize); // Callee pops everything. in LowerFormalArguments()
1047 MMFI->setBytesToPopOnReturn(0); // Callee pops nothing. in LowerFormalArguments()
1050 MMFI->setBytesToPopOnReturn(4); in LowerFormalArguments()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MachineFunctionInfo.h214 void setBytesToPopOnReturn (unsigned bytes) { BytesToPopOnReturn = bytes;}
H A DX86ISelLoweringCall.cpp1867 FuncInfo->setBytesToPopOnReturn(StackSize); // Callee pops everything. in LowerFormalArguments()
1871 FuncInfo->setBytesToPopOnReturn(Is64Bit ? 16 : 4); in LowerFormalArguments()
1873 FuncInfo->setBytesToPopOnReturn(0); // Callee pops nothing. in LowerFormalArguments()
1876 FuncInfo->setBytesToPopOnReturn(4); in LowerFormalArguments()