Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUPALMetadata.h91 void setFunctionNumUsedVgprs(const MachineFunction &MF, unsigned Val);
H A DAMDGPUPALMetadata.cpp254 void AMDGPUPALMetadata::setFunctionNumUsedVgprs(const MachineFunction &MF, in setFunctionNumUsedVgprs() function in AMDGPUPALMetadata
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.cpp965 MD->setFunctionNumUsedVgprs(MF, CurrentProgramInfo.NumVGPRsForWavesPerEU); in emitPALFunctionMetadata()