Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h232 bool shouldEmitPCReloc(const GlobalValue *GV) const;
H A DAMDGPULegalizerInfo.cpp2562 if (TLI->shouldEmitPCReloc(GV)) { in legalizeGlobalValue()
H A DSIISelLowering.cpp5202 bool SITargetLowering::shouldEmitPCReloc(const GlobalValue *GV) const { in shouldEmitPCReloc() function in SITargetLowering
6149 else if (shouldEmitPCReloc(GV)) in LowerGlobalAddress()