Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMemoryUtils.cpp270 bool IsAbsolute = GV->isAbsoluteSymbolRef(); in getTransitiveUsesOfLDS()
H A DAMDGPULowerModuleLDSPass.cpp1006 if (GV->isAbsoluteSymbolRef()) { in lowerSpecialLDSVariables()
1256 if (GV.isAbsoluteSymbolRef()) { in superAlignLDSGlobals()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalValue.h649 LLVM_ABI bool isAbsoluteSymbolRef() const;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DGlobals.cpp423 bool GlobalValue::isAbsoluteSymbolRef() const { in isAbsoluteSymbolRef() function in GlobalValue
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp727 if (GV->isAbsoluteSymbolRef()) in handleConstantAddresses()
H A DX86ISelLowering.cpp19169 if (GV && GV->isAbsoluteSymbolRef()) in getGlobalWrapperKind()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp3482 if (!GV->isAbsoluteSymbolRef() && !GV->hasExternalWeakLinkage() && in isKnownNonZero()