reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

lib/Target/AMDGPU/SIISelLowering.h
  192   bool shouldEmitFixup(const GlobalValue *GV) const;

References

lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
 1670   if (TLI->shouldEmitFixup(GV)) {
lib/Target/AMDGPU/SIISelLowering.cpp
 4424          !shouldEmitFixup(GV) &&
 4429   return !shouldEmitFixup(GV) && !shouldEmitGOTReloc(GV);
 5086   if (shouldEmitFixup(GV))