Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h245 bool shouldUseLDSConstAddress(const GlobalValue *GV) const;
H A DAMDGPULegalizerInfo.cpp2985 if (!TLI->shouldUseLDSConstAddress(GV)) { in legalizeGlobalValue()
H A DSIISelLowering.cpp6534 bool SITargetLowering::shouldUseLDSConstAddress(const GlobalValue *GV) const { in shouldUseLDSConstAddress() function in SITargetLowering
7617 shouldUseLDSConstAddress(GV)) || in LowerGlobalAddress()