Home
last modified time | relevance | path

Searched refs:GVRequiresExtraLoad (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
DSystemZSubtarget.h43 bool GVRequiresExtraLoad(const GlobalValue* GV, const TargetMachine& TM,
DSystemZSubtarget.cpp39 bool SystemZSubtarget::GVRequiresExtraLoad(const GlobalValue* GV, in GVRequiresExtraLoad() function in SystemZSubtarget
DSystemZInstrInfo.cpp40 return TM.getSubtarget<SystemZSubtarget>().GVRequiresExtraLoad(GV, TM, false); in isGVStub()
DSystemZISelLowering.cpp733 Subtarget.GVRequiresExtraLoad(GV, getTargetMachine(), false); in LowerGlobalAddress()