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

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kMachineFunction.h81 void setBytesToPopOnReturn(unsigned bytes) { BytesToPopOnReturn = bytes; } function in class:llvm::M68kMachineFunctionInfo
H A DM68kISelLowering.cpp991 MMFI->setBytesToPopOnReturn(StackSize); // Callee pops everything.
993 MMFI->setBytesToPopOnReturn(0); // Callee pops nothing.
996 MMFI->setBytesToPopOnReturn(4);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86MachineFunctionInfo.h150 void setBytesToPopOnReturn (unsigned bytes) { BytesToPopOnReturn = bytes;} function in class:llvm::X86MachineFunctionInfo
H A DX86ISelLowering.cpp3800 FuncInfo->setBytesToPopOnReturn(StackSize); // Callee pops everything.
3804 FuncInfo->setBytesToPopOnReturn(Is64Bit ? 16 : 4);
3806 FuncInfo->setBytesToPopOnReturn(0); // Callee pops nothing.
3811 FuncInfo->setBytesToPopOnReturn(4);
[all...]

Completed in 284 milliseconds