Home | History | Annotate | Download | only in CppBackend

Lines Matching refs:CrossThread

1089     case CrossThread: return "CrossThread";
1315 StringRef CrossThread = ConvertAtomicSynchScope(load->getSynchScope());
1317 << Ordering << ", " << CrossThread << ");";
1333 StringRef CrossThread = ConvertAtomicSynchScope(store->getSynchScope());
1335 CrossThread << ");";
1541 StringRef CrossThread = ConvertAtomicSynchScope(fi->getSynchScope());
1544 << Ordering << ", " << CrossThread << ", " << bbname
1551 StringRef CrossThread = ConvertAtomicSynchScope(cxi->getSynchScope());
1555 << Ordering << ", " << CrossThread << ", " << bbname
1565 StringRef CrossThread = ConvertAtomicSynchScope(rmwi->getSynchScope());
1585 << Ordering << ", " << CrossThread << ", " << bbname