Searched refs:isLargeGlobalValue (Results 1 – 6 of 6) sorted by relevance
56 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()
1971 TM.isLargeGlobalValue(AM.GV)) { in matchWrapper()2021 (!AM.GV || !TM.isLargeGlobalValue(AM.GV)) && Subtarget->is64Bit() && in matchAddress()3068 return !TM.isLargeGlobalValue(GV); in selectMOV64Imm32()3327 return Width == 32 && !TM.isLargeGlobalValue(GV); in isSExtAbsoluteSymbolRef()
719 if (TM.isLargeGlobalValue(GV)) in handleConstantAddresses()3869 if (TM.isLargeGlobalValue(GV)) in X86MaterializeGV()
273 bool isLargeGlobalValue(const GlobalValue *GV) const;
638 getSectionPrefixForGlobal(Kind, TM.isLargeGlobalValue(GO)); in getELFSectionNameForGlobal()794 if (TM.isLargeGlobalValue(GO)) in getGlobalObjectInfo()