Searched refs:setArgumentStackSize (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kMachineFunction.h102 void setArgumentStackSize(unsigned size) { ArgumentStackSize = size; } function in class:llvm::M68kMachineFunctionInfo
H A DM68kISelLowering.cpp999 MMFI->setArgumentStackSize(StackSize);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMMachineFunctionInfo.h196 void setArgumentStackSize(unsigned size) { ArgumentStackSize = size; } function in class:llvm::ARMFunctionInfo
H A DARMISelLowering.cpp4457 AFI->setArgumentStackSize(CCInfo.getNextStackOffset());
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86MachineFunctionInfo.h180 void setArgumentStackSize(unsigned size) { ArgumentStackSize = size; } function in class:llvm::X86MachineFunctionInfo
H A DX86ISelLowering.cpp3819 FuncInfo->setArgumentStackSize(StackSize);
[all...]

Completed in 386 milliseconds