Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
DLLVMBitCodes.h312 FUNC_CODE_INST_LOADATOMIC = 41, // LOAD: [opty, op, align, vol, enumerator
/external/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h446 FUNC_CODE_INST_LOADATOMIC = 41, // LOAD: [opty, op, align, vol, enumerator
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
DBitcodeWriter.cpp1195 Code = bitc::FUNC_CODE_INST_LOADATOMIC; in WriteInstruction()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp2610 case bitc::FUNC_CODE_INST_LOADATOMIC: { in ParseFunctionBody()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2566 Code = bitc::FUNC_CODE_INST_LOADATOMIC; in writeInstruction()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp5297 case bitc::FUNC_CODE_INST_LOADATOMIC: { in parseFunctionBody()