Home
last modified time | relevance | path

Searched refs:setFunctionNumUsedSgprs (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUPALMetadata.h96 void setFunctionNumUsedSgprs(const MachineFunction &MF, unsigned Val);
H A DAMDGPUPALMetadata.cpp261 void AMDGPUPALMetadata::setFunctionNumUsedSgprs(const MachineFunction &MF, in setFunctionNumUsedSgprs() function in AMDGPUPALMetadata
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.cpp966 MD->setFunctionNumUsedSgprs(MF, CurrentProgramInfo.NumSGPRsForWavesPerEU); in emitPALFunctionMetadata()