Home
last modified time | relevance | path

Searched refs:computeOccupancy (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSubtarget.cpp407 GCNSubtarget::computeOccupancy(const Function &F, unsigned LDSSize, in computeOccupancy() function in GCNSubtarget
H A DGCNSubtarget.h1423 std::pair<unsigned, unsigned> computeOccupancy(const Function &F,
H A DSIMachineFunctionInfo.cpp57 Occupancy = ST.computeOccupancy(F, getLDSSize()).second; in SIMachineFunctionInfo()
H A DAMDGPUAsmPrinter.cpp1260 STM.computeOccupancy(F, ProgInfo.LDSSize).second, in getSIProgramInfo()