Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h230 bool shouldEmitPCReloc(const GlobalValue *GV) const;
H A DAMDGPULegalizerInfo.cpp2589 if (TLI->shouldEmitPCReloc(GV)) { in legalizeGlobalValue()
H A DSIISelLowering.cpp5149 bool SITargetLowering::shouldEmitPCReloc(const GlobalValue *GV) const { in shouldEmitPCReloc() function in SITargetLowering
6087 else if (shouldEmitPCReloc(GV)) in LowerGlobalAddress()