Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h222 bool shouldEmitFixup(const GlobalValue *GV) const;
H A DSIISelLowering.cpp5133 bool SITargetLowering::shouldEmitFixup(const GlobalValue *GV) const { in shouldEmitFixup() function in SITargetLowering
5145 !shouldEmitFixup(GV) && in shouldEmitGOTReloc()
5150 return !shouldEmitFixup(GV) && !shouldEmitGOTReloc(GV); in shouldEmitPCReloc()
6085 if (shouldEmitFixup(GV)) in LowerGlobalAddress()
H A DAMDGPULegalizerInfo.cpp2583 if (TLI->shouldEmitFixup(GV)) { in legalizeGlobalValue()