Searched refs:getEncodedSyncScopeID (Results 1 – 2 of 2) sorted by relevance
359 unsigned getEncodedSyncScopeID(SyncScope::ID SSID) { return unsigned(SSID); } in getEncodedSyncScopeID() function in llvm::dxil::DXILBitcodeWriter2460 Vals.push_back(getEncodedSyncScopeID(cast<LoadInst>(I).getSyncScopeID())); in writeInstruction()2475 getEncodedSyncScopeID(cast<StoreInst>(I).getSyncScopeID())); in writeInstruction()2487 getEncodedSyncScopeID(cast<AtomicCmpXchgInst>(I).getSyncScopeID())); in writeInstruction()2501 getEncodedSyncScopeID(cast<AtomicRMWInst>(I).getSyncScopeID())); in writeInstruction()2506 Vals.push_back(getEncodedSyncScopeID(cast<FenceInst>(I).getSyncScopeID())); in writeInstruction()
450 unsigned getEncodedSyncScopeID(SyncScope::ID SSID) { in getEncodedSyncScopeID() function in __anoneb218b5c0111::ModuleBitcodeWriter3470 Vals.push_back(getEncodedSyncScopeID(cast<LoadInst>(I).getSyncScopeID())); in writeInstruction()3489 getEncodedSyncScopeID(cast<StoreInst>(I).getSyncScopeID())); in writeInstruction()3501 getEncodedSyncScopeID(cast<AtomicCmpXchgInst>(I).getSyncScopeID())); in writeInstruction()3516 getEncodedSyncScopeID(cast<AtomicRMWInst>(I).getSyncScopeID())); in writeInstruction()3522 Vals.push_back(getEncodedSyncScopeID(cast<FenceInst>(I).getSyncScopeID())); in writeInstruction()