Searched refs:getEncodedSynchScope (Results 1 – 1 of 1) sorted by relevance
545 static unsigned getEncodedSynchScope(SynchronizationScope SynchScope) { in getEncodedSynchScope() function2578 Vals.push_back(getEncodedSynchScope(cast<LoadInst>(I).getSynchScope())); in writeInstruction()2592 Vals.push_back(getEncodedSynchScope(cast<StoreInst>(I).getSynchScope())); in writeInstruction()2604 getEncodedSynchScope(cast<AtomicCmpXchgInst>(I).getSynchScope())); in writeInstruction()2618 getEncodedSynchScope(cast<AtomicRMWInst>(I).getSynchScope())); in writeInstruction()2623 Vals.push_back(getEncodedSynchScope(cast<FenceInst>(I).getSynchScope())); in writeInstruction()