Home
last modified time | relevance | path

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

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