Lines Matching refs:opt_t
1115 tls::Tls_optimization opt_t) in tls_relax() argument
1168 if (opt_t == tls::TLSOPT_NONE) { in tls_relax()
1177 } else if (opt_t == tls::TLSOPT_TO_LE) { in tls_relax()
1187 if (opt_t == tls::TLSOPT_NONE) { in tls_relax()
1194 } else if (opt_t == tls::TLSOPT_TO_LE) { in tls_relax()
1202 if (opt_t == tls::TLSOPT_NONE) { in tls_relax()
1209 } else if (opt_t == tls::TLSOPT_TO_LE) { in tls_relax()
1217 if (opt_t == tls::TLSOPT_NONE) { in tls_relax()
1224 } else if (opt_t == tls::TLSOPT_TO_LE) { in tls_relax()
1232 if (opt_t == tls::TLSOPT_NONE) { in tls_relax()
1236 } else if (opt_t == tls::TLSOPT_TO_IE in tls_relax()
1237 || opt_t == tls::TLSOPT_TO_LE) { in tls_relax()
1247 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()
1260 if (opt_t == tls::TLSOPT_NONE) { in tls_relax()
1263 } else if (opt_t == tls::TLSOPT_TO_IE in tls_relax()
1264 || opt_t == tls::TLSOPT_TO_LE) { in tls_relax()
1273 if (opt_t == tls::TLSOPT_NONE) { in tls_relax()
1276 } else if (opt_t == tls::TLSOPT_TO_IE in tls_relax()
1277 || opt_t == tls::TLSOPT_TO_LE) { in tls_relax()
1286 if (opt_t == tls::TLSOPT_NONE) { in tls_relax()
1293 } else if (opt_t == tls::TLSOPT_TO_LE) { in tls_relax()
1301 if (opt_t == tls::TLSOPT_TO_IE) { in tls_relax()
1307 } else if (opt_t == tls::TLSOPT_TO_LE) { in tls_relax()
3413 const tls::Tls_optimization opt_t = in local() local
3426 if (opt_t == tls::TLSOPT_NONE) { in local()
3464 if (opt_t == tls::TLSOPT_NONE) { in local()
3483 } else if (opt_t == tls::TLSOPT_TO_IE) { in local()
3498 } else if (opt_t != tls::TLSOPT_TO_LE) in local()
3513 if (opt_t == tls::TLSOPT_NONE) { in local()
3528 } else if (opt_t != tls::TLSOPT_TO_LE) in local()
3993 const tls::Tls_optimization opt_t = in global() local
4001 if (opt_t == tls::TLSOPT_NONE) { in global()
4040 if (opt_t == tls::TLSOPT_NONE) { in global()
4051 } else if (opt_t == tls::TLSOPT_TO_IE) { in global()
4060 } else if (opt_t != tls::TLSOPT_TO_LE) in global()
4075 if (opt_t == tls::TLSOPT_NONE) { in global()
4084 } else if (opt_t != tls::TLSOPT_TO_LE) in global()
4556 tls::Tls_optimization opt_t = in relocate() local
4565 if (opt_t == tls::TLSOPT_NONE) { in relocate()
4573 else if (opt_t == tls::TLSOPT_TO_IE in relocate()
4574 || opt_t == tls::TLSOPT_TO_LE) in relocate()
4575 TilegxReloc::tls_relax(view, r_type, opt_t); in relocate()
4587 if (opt_t == tls::TLSOPT_NONE) { in relocate()
4590 } else if (opt_t == tls::TLSOPT_TO_IE) { in relocate()
4603 if (opt_t == tls::TLSOPT_NONE) { in relocate()
4621 if (opt_t == tls::TLSOPT_NONE in relocate()
4622 || opt_t == tls::TLSOPT_TO_IE) { in relocate()
4686 TilegxReloc::tls_relax(view, r_type, opt_t); in relocate()