Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPerfHintAnalysis.cpp119 bool isConstantAddr(const Value *V) const;
160 if (isGlobalAddr(M) || isLocalAddr(M) || isConstantAddr(M)) { in isIndirectAccess()
341 bool AMDGPUPerfHint::isConstantAddr(const Value *V) const { in isConstantAddr() function in __anon81d8e5890111::AMDGPUPerfHint