Searched refs:isLargeGlobalValue (Results 1 – 6 of 6) sorted by relevance
43 bool TargetMachine::isLargeGlobalValue(const GlobalValue *GVal) const { in isLargeGlobalValue() function in TargetMachine
95 return TM.isLargeGlobalValue(GV) ? X86II::MO_GOTOFF : X86II::MO_NO_FLAG; in classifyLocalReference()
1923 TM.isLargeGlobalValue(AM.GV)) { in matchWrapper()1973 (!AM.GV || !TM.isLargeGlobalValue(AM.GV)) && Subtarget->is64Bit() && in matchAddress()3012 return !TM.isLargeGlobalValue(GV); in selectMOV64Imm32()3261 return Width == 32 && !TM.isLargeGlobalValue(GV); in isSExtAbsoluteSymbolRef()
719 if (TM.isLargeGlobalValue(GV)) in handleConstantAddresses()3853 if (TM.isLargeGlobalValue(GV)) in X86MaterializeGV()
241 bool isLargeGlobalValue(const GlobalValue *GV) const;
640 getSectionPrefixForGlobal(Kind, TM.isLargeGlobalValue(GO)); in getELFSectionNameForGlobal()779 if (TM.isLargeGlobalValue(GO)) in getGlobalObjectInfo()