Home
last modified time | relevance | path

Searched refs:FUNC_CODE_INST_STOREATOMIC (Results 1 – 6 of 6) 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/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h452 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/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()