Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUInstrInfo.cpp33 bool AMDGPUInstrInfo::isUniformMMO(const MachineMemOperand *MMO) { in isUniformMMO() function in AMDGPUInstrInfo
DAMDGPUInstrInfo.h34 static bool isUniformMMO(const MachineMemOperand *MMO);
DAMDGPURegisterBankInfo.cpp189 return AMDGPUInstrInfo::isUniformMMO(MMO); in isInstrUniform()
DSIISelLowering.cpp1145 return AMDGPUInstrInfo::isUniformMMO(MemNode->getMemOperand()); in isMemOpUniform()