Searched refs:FUNC_CODE_INST_LOADATOMIC (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/ |
D | LLVMBitCodes.h | 312 FUNC_CODE_INST_LOADATOMIC = 41, // LOAD: [opty, op, align, vol, enumerator
|
/external/llvm/include/llvm/Bitcode/ |
D | LLVMBitCodes.h | 446 FUNC_CODE_INST_LOADATOMIC = 41, // LOAD: [opty, op, align, vol, enumerator
|
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 1195 Code = bitc::FUNC_CODE_INST_LOADATOMIC; in WriteInstruction()
|
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 2610 case bitc::FUNC_CODE_INST_LOADATOMIC: { in ParseFunctionBody()
|
/external/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 2566 Code = bitc::FUNC_CODE_INST_LOADATOMIC; in writeInstruction()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 5297 case bitc::FUNC_CODE_INST_LOADATOMIC: { in parseFunctionBody()
|