Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
DLLVMBitCodes.h246 ORDERING_SEQCST = 6 enumerator
/external/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h369 ORDERING_SEQCST = 6 enumerator
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
DBitcodeWriter.cpp129 case SequentiallyConsistent: return bitc::ORDERING_SEQCST; in GetEncodedOrdering()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp160 case bitc::ORDERING_SEQCST: return SequentiallyConsistent; in GetDecodedOrdering()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp540 case AtomicOrdering::SequentiallyConsistent: return bitc::ORDERING_SEQCST; in getEncodedOrdering()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp857 case bitc::ORDERING_SEQCST: return AtomicOrdering::SequentiallyConsistent; in getDecodedOrdering()