Lines Matching refs:TLSModel
18785 const EVT PtrVT, TLSModel::Model model, in LowerToTLSExecModel()
18801 if (model == TLSModel::LocalExec) { in LowerToTLSExecModel()
18803 } else if (model == TLSModel::InitialExec) { in LowerToTLSExecModel()
18822 if (model == TLSModel::InitialExec) { in LowerToTLSExecModel()
18851 TLSModel::Model model = DAG.getTarget().getTLSModel(GV); in LowerGlobalTLSAddress()
18853 case TLSModel::GeneralDynamic: in LowerGlobalTLSAddress()
18860 case TLSModel::LocalDynamic: in LowerGlobalTLSAddress()
18863 case TLSModel::InitialExec: in LowerGlobalTLSAddress()
18864 case TLSModel::LocalExec: in LowerGlobalTLSAddress()
18987 TLSModel::Model Model = TM.getTLSModel(&GV); in addressingModeSupportsTLS()
18989 case TLSModel::LocalExec: in addressingModeSupportsTLS()
18990 case TLSModel::InitialExec: in addressingModeSupportsTLS()
18993 case TLSModel::LocalDynamic: in addressingModeSupportsTLS()
18994 case TLSModel::GeneralDynamic: in addressingModeSupportsTLS()