Searched refs:FUNC_CODE_INST_LOADATOMIC (Results 1 – 10 of 10) 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/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/ |
D | NaClLLVMBitCodes.h | 365 FUNC_CODE_INST_LOADATOMIC = 41, // Not used in PNaCl. 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-7.0/llvm/include/llvm/Bitcode/ |
D | LLVMBitCodes.h | 508 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/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 2795 Code = bitc::FUNC_CODE_INST_LOADATOMIC; in writeInstruction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 4313 case bitc::FUNC_CODE_INST_LOADATOMIC: { in parseFunctionBody()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 5297 case bitc::FUNC_CODE_INST_LOADATOMIC: { in parseFunctionBody()
|