Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.h49 uint64_t getFunctionCodeSize(const MachineFunction &MF) const;
H A DAMDGPUAsmPrinter.cpp590 Info.PrivateSegmentSize, getFunctionCodeSize(MF), MFI); in runOnMachineFunction()
599 CurrentProgramInfo.ScratchSize, getFunctionCodeSize(MF), MFI); in runOnMachineFunction()
735 uint64_t AMDGPUAsmPrinter::getFunctionCodeSize(const MachineFunction &MF) const { in getFunctionCodeSize() function in AMDGPUAsmPrinter