Searched refs:ConvertAtomicSynchScope (Results 1 - 1 of 1) sorted by path

/external/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp1103 static StringRef ConvertAtomicSynchScope(SynchronizationScope SynchScope) { function
1331 StringRef CrossThread = ConvertAtomicSynchScope(load->getSynchScope());
1349 StringRef CrossThread = ConvertAtomicSynchScope(store->getSynchScope());
1557 StringRef CrossThread = ConvertAtomicSynchScope(fi->getSynchScope());
1570 StringRef CrossThread = ConvertAtomicSynchScope(cxi->getSynchScope());
1589 StringRef CrossThread = ConvertAtomicSynchScope(rmwi->getSynchScope());

Completed in 182 milliseconds