Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalValue.h641 bool isAbsoluteSymbolRef() const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DGlobals.cpp373 bool GlobalValue::isAbsoluteSymbolRef() const { in isAbsoluteSymbolRef() function in GlobalValue
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerModuleLDSPass.cpp348 if (GV.isAbsoluteSymbolRef()) { in getUsesOfLDSByFunction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp727 if (GV->isAbsoluteSymbolRef()) in handleConstantAddresses()
H A DX86ISelLowering.cpp18339 if (GV && GV->isAbsoluteSymbolRef()) in getGlobalWrapperKind()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp2805 if (!GV->isAbsoluteSymbolRef() && !GV->hasExternalWeakLinkage() && in isKnownNonZero()