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

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

Completed in 87 milliseconds