Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86MachineFunctionInfo.h128 void setBytesToPopOnReturn (unsigned bytes) { BytesToPopOnReturn = bytes;} in setBytesToPopOnReturn() function
H A DX86ISelLowering.cpp3468 FuncInfo->setBytesToPopOnReturn(StackSize); // Callee pops everything. in LowerFormalArguments()
3472 FuncInfo->setBytesToPopOnReturn(Is64Bit ? 16 : 4); in LowerFormalArguments()
3474 FuncInfo->setBytesToPopOnReturn(0); // Callee pops nothing. in LowerFormalArguments()
3479 FuncInfo->setBytesToPopOnReturn(4); in LowerFormalArguments()