Home
last modified time | relevance | path

Searched refs:ORDERING_SEQCST (Results 1 – 9 of 9) 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-7.0/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h437 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/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp565 case AtomicOrdering::SequentiallyConsistent: return bitc::ORDERING_SEQCST; in getEncodedOrdering()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1030 case bitc::ORDERING_SEQCST: return AtomicOrdering::SequentiallyConsistent; in getDecodedOrdering()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp857 case bitc::ORDERING_SEQCST: return AtomicOrdering::SequentiallyConsistent; in getDecodedOrdering()