Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/M68k/
H A DM68kMachineFunction.h85 void setBytesToPopOnReturn(unsigned bytes) { BytesToPopOnReturn = bytes; } in setBytesToPopOnReturn() function
H A DM68kISelLowering.cpp1025 MMFI->setBytesToPopOnReturn(StackSize); // Callee pops everything. in LowerFormalArguments()
1027 MMFI->setBytesToPopOnReturn(0); // Callee pops nothing. in LowerFormalArguments()
1030 MMFI->setBytesToPopOnReturn(4); in LowerFormalArguments()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86MachineFunctionInfo.h168 void setBytesToPopOnReturn (unsigned bytes) { BytesToPopOnReturn = bytes;} in setBytesToPopOnReturn() function
H A DX86ISelLowering.cpp4288 FuncInfo->setBytesToPopOnReturn(StackSize); // Callee pops everything. in LowerFormalArguments()
4292 FuncInfo->setBytesToPopOnReturn(Is64Bit ? 16 : 4); in LowerFormalArguments()
4294 FuncInfo->setBytesToPopOnReturn(0); // Callee pops nothing. in LowerFormalArguments()
4297 FuncInfo->setBytesToPopOnReturn(4); in LowerFormalArguments()