Home
last modified time | relevance | path

Searched refs:GetEncodedSynchScope (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp136 static unsigned GetEncodedSynchScope(SynchronizationScope SynchScope) { in GetEncodedSynchScope() function
1889 Vals.push_back(GetEncodedSynchScope(cast<LoadInst>(I).getSynchScope())); in WriteInstruction()
1903 Vals.push_back(GetEncodedSynchScope(cast<StoreInst>(I).getSynchScope())); in WriteInstruction()
1914 Vals.push_back(GetEncodedSynchScope( in WriteInstruction()
1928 Vals.push_back(GetEncodedSynchScope( in WriteInstruction()
1934 Vals.push_back(GetEncodedSynchScope(cast<FenceInst>(I).getSynchScope())); in WriteInstruction()