Lines Matching refs:opt_t

1129             tls::Tls_optimization opt_t)  in tls_relax()  argument
1182 if (opt_t == tls::TLSOPT_NONE) { in tls_relax()
1191 } else if (opt_t == tls::TLSOPT_TO_LE) { in tls_relax()
1201 if (opt_t == tls::TLSOPT_NONE) { in tls_relax()
1208 } else if (opt_t == tls::TLSOPT_TO_LE) { in tls_relax()
1216 if (opt_t == tls::TLSOPT_NONE) { in tls_relax()
1223 } else if (opt_t == tls::TLSOPT_TO_LE) { in tls_relax()
1231 if (opt_t == tls::TLSOPT_NONE) { in tls_relax()
1238 } else if (opt_t == tls::TLSOPT_TO_LE) { in tls_relax()
1246 if (opt_t == tls::TLSOPT_NONE) { in tls_relax()
1250 } else if (opt_t == tls::TLSOPT_TO_IE in tls_relax()
1251 || opt_t == tls::TLSOPT_TO_LE) { in tls_relax()
1261 if (opt_t == tls::TLSOPT_NONE) { in tls_relax()
1264 } else if (opt_t == tls::TLSOPT_TO_IE in tls_relax()
1265 || opt_t == tls::TLSOPT_TO_LE) { in tls_relax()
1274 if (opt_t == tls::TLSOPT_NONE) { in tls_relax()
1277 } else if (opt_t == tls::TLSOPT_TO_IE in tls_relax()
1278 || opt_t == tls::TLSOPT_TO_LE) { in tls_relax()
1287 if (opt_t == tls::TLSOPT_NONE) { in tls_relax()
1290 } else if (opt_t == tls::TLSOPT_TO_IE in tls_relax()
1291 || opt_t == tls::TLSOPT_TO_LE) { in tls_relax()
1300 if (opt_t == tls::TLSOPT_NONE) { in tls_relax()
1307 } else if (opt_t == tls::TLSOPT_TO_LE) { in tls_relax()
1315 if (opt_t == tls::TLSOPT_TO_IE) { in tls_relax()
1321 } else if (opt_t == tls::TLSOPT_TO_LE) { in tls_relax()
3427 const tls::Tls_optimization opt_t = in local() local
3440 if (opt_t == tls::TLSOPT_NONE) { in local()
3478 if (opt_t == tls::TLSOPT_NONE) { in local()
3497 } else if (opt_t == tls::TLSOPT_TO_IE) { in local()
3512 } else if (opt_t != tls::TLSOPT_TO_LE) in local()
3527 if (opt_t == tls::TLSOPT_NONE) { in local()
3542 } else if (opt_t != tls::TLSOPT_TO_LE) in local()
4007 const tls::Tls_optimization opt_t = in global() local
4015 if (opt_t == tls::TLSOPT_NONE) { in global()
4054 if (opt_t == tls::TLSOPT_NONE) { in global()
4065 } else if (opt_t == tls::TLSOPT_TO_IE) { in global()
4074 } else if (opt_t != tls::TLSOPT_TO_LE) in global()
4089 if (opt_t == tls::TLSOPT_NONE) { in global()
4098 } else if (opt_t != tls::TLSOPT_TO_LE) in global()
4575 tls::Tls_optimization opt_t = in relocate() local
4584 if (opt_t == tls::TLSOPT_NONE) { in relocate()
4592 else if (opt_t == tls::TLSOPT_TO_IE in relocate()
4593 || opt_t == tls::TLSOPT_TO_LE) in relocate()
4594 TilegxReloc::tls_relax(view, r_type, opt_t); in relocate()
4606 if (opt_t == tls::TLSOPT_NONE) { in relocate()
4609 } else if (opt_t == tls::TLSOPT_TO_IE) { in relocate()
4622 if (opt_t == tls::TLSOPT_NONE) { in relocate()
4641 if (opt_t == tls::TLSOPT_NONE in relocate()
4642 || opt_t == tls::TLSOPT_TO_IE) { in relocate()
4704 TilegxReloc::tls_relax(view, r_type, opt_t); in relocate()