Searched refs:getEncodedSyncScopeID (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp405 unsigned getEncodedSyncScopeID(SyncScope::ID SSID) { function in class:__anon1718::ModuleBitcodeWriter
3068 Vals.push_back(getEncodedSyncScopeID(cast<LoadInst>(I).getSyncScopeID()));
3083 getEncodedSyncScopeID(cast<StoreInst>(I).getSyncScopeID()));
3095 getEncodedSyncScopeID(cast<AtomicCmpXchgInst>(I).getSyncScopeID()));
3110 getEncodedSyncScopeID(cast<AtomicRMWInst>(I).getSyncScopeID()));
3116 Vals.push_back(getEncodedSyncScopeID(cast<FenceInst>(I).getSyncScopeID()));

Completed in 146 milliseconds