Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.h52 uint64_t getFunctionCodeSize(const MachineFunction &MF) const;
H A DAMDGPUAsmPrinter.cpp526 Info.PrivateSegmentSize, getFunctionCodeSize(MF), MFI); in runOnMachineFunction()
536 CurrentProgramInfo.ScratchSize, getFunctionCodeSize(MF), MFI); in runOnMachineFunction()
659 uint64_t AMDGPUAsmPrinter::getFunctionCodeSize(const MachineFunction &MF) const { in getFunctionCodeSize() function in AMDGPUAsmPrinter