Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIISelLowering.h168 bool shouldEmitFixup(const GlobalValue *GV) const;
DSIISelLowering.cpp3896 bool SITargetLowering::shouldEmitFixup(const GlobalValue *GV) const { in shouldEmitFixup() function in SITargetLowering
3907 !shouldEmitFixup(GV) && in shouldEmitGOTReloc()
3912 return !shouldEmitFixup(GV) && !shouldEmitGOTReloc(GV); in shouldEmitPCReloc()
4424 if (shouldEmitFixup(GV)) in LowerGlobalAddress()