Home
last modified time | relevance | path

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

/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp545 static unsigned getEncodedSynchScope(SynchronizationScope SynchScope) { in getEncodedSynchScope() function
2578 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()