Searched refs:isLocalAddr (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPerfHintAnalysis.cpp121 bool isLocalAddr(const Value *V) const;
163 if (isGlobalAddr(M) || isLocalAddr(M) || isConstantAddr(M)) {
310 bool AMDGPUPerfHint::isLocalAddr(const Value *V) const { function in class:AMDGPUPerfHint
334 if (isLocalAddr(MO))

Completed in 101 milliseconds