Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUPerfHintAnalysis.cpp121 bool isConstantAddr(const Value *V) const;
162 if (isGlobalAddr(M) || isLocalAddr(M) || isConstantAddr(M)) { in isIndirectAccess()
342 bool AMDGPUPerfHint::isConstantAddr(const Value *V) const { in isConstantAddr() function in __anone97d0fd90111::AMDGPUPerfHint
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUPerfHintAnalysis.cpp122 bool isConstantAddr(const Value *V) const;
163 if (isGlobalAddr(M) || isLocalAddr(M) || isConstantAddr(M)) { in isIndirectAccess()
342 bool AMDGPUPerfHint::isConstantAddr(const Value *V) const { in isConstantAddr() function in __anon7acf5cc50111::AMDGPUPerfHint