Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
DLLVMBitCodes.h314 FUNC_CODE_INST_STOREATOMIC = 42 // STORE: [ptrty,ptr,val, align, vol enumerator
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClLLVMBitCodes.h366 FUNC_CODE_INST_STOREATOMIC = 42, // Not used in PNaCl. enumerator
/external/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h452 FUNC_CODE_INST_STOREATOMIC = 45, // STORE: [ptrty,ptr,val, align, vol enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h514 FUNC_CODE_INST_STOREATOMIC = 45, // STORE: [ptrty,ptr,val, align, vol enumerator
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
DBitcodeWriter.cpp1211 Code = bitc::FUNC_CODE_INST_STOREATOMIC; in WriteInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4368 case bitc::FUNC_CODE_INST_STOREATOMIC: in parseFunctionBody()
4375 (BitCode == bitc::FUNC_CODE_INST_STOREATOMIC in parseFunctionBody()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp2645 case bitc::FUNC_CODE_INST_STOREATOMIC: { in ParseFunctionBody()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp5353 case bitc::FUNC_CODE_INST_STOREATOMIC: in parseFunctionBody()
5360 (BitCode == bitc::FUNC_CODE_INST_STOREATOMIC in parseFunctionBody()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2583 Code = bitc::FUNC_CODE_INST_STOREATOMIC; in writeInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2812 Code = bitc::FUNC_CODE_INST_STOREATOMIC; in writeInstruction()