Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h228 int getMUBUFOpcode(unsigned BaseOpc, unsigned Dwords);
H A DAMDGPUBaseInfo.cpp149 int getMUBUFOpcode(unsigned BaseOpc, unsigned Dwords) { in getMUBUFOpcode() function
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSILoadStoreOptimizer.cpp944 return AMDGPU::getMUBUFOpcode(CI.InstClass, Width); in getNewOpcode()