Home
last modified time | relevance | path

Searched defs:ResourceID (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600OpenCLImageTypeLoweringPass.cpp150 bool replaceImageUses(Argument &ImageArg, uint32_t ResourceID, in replaceImageUses()
185 bool replaceSamplerUses(Argument &SamplerArg, uint32_t ResourceID) { in replaceSamplerUses()
228 uint32_t ResourceID; in replaceImageAndSamplerUses() local
243 uint32_t ResourceID = NumSamplerArgs++; in replaceImageAndSamplerUses() local
/freebsd/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DResourceManager.cpp177 ResourceRef ResourceManager::selectPipe(uint64_t ResourceID) { in selectPipe() argument
393 void ResourceManager::reserveResource(uint64_t ResourceID) { in reserveResource() argument
402 void ResourceManager::releaseResource(uint64_t ResourceID) { in releaseResource() argument
[all...]
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DResourceManager.h392 unsigned ResourceID) { in setCustomStrategy() argument