Home | History | Annotate | Download | only in CppBackend

Lines Matching defs:CrossThread

1106     case CrossThread: return "CrossThread";
1331 StringRef CrossThread = ConvertAtomicSynchScope(load->getSynchScope());
1333 << Ordering << ", " << CrossThread << ");";
1349 StringRef CrossThread = ConvertAtomicSynchScope(store->getSynchScope());
1351 << Ordering << ", " << CrossThread << ");";
1557 StringRef CrossThread = ConvertAtomicSynchScope(fi->getSynchScope());
1560 << Ordering << ", " << CrossThread << ", " << bbname
1570 StringRef CrossThread = ConvertAtomicSynchScope(cxi->getSynchScope());
1575 << CrossThread << ", " << bbname
1589 StringRef CrossThread = ConvertAtomicSynchScope(rmwi->getSynchScope());
1609 << Ordering << ", " << CrossThread << ", " << bbname