Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUPerfHintAnalysis.cpp121 bool isGlobalAddr(const Value *V) const;
151 if (isGlobalAddr(MO)) in isIndirectAccess()
164 if (isGlobalAddr(M) || isLocalAddr(M) || isConstantAddr(M)) { in isIndirectAccess()
305 bool AMDGPUPerfHint::isGlobalAddr(const Value *V) const { in isGlobalAddr() function in __anon2f55d1980111::AMDGPUPerfHint