Searched refs:FUNC_CODE_INST_LOADATOMIC (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/ |
D | NaClLLVMBitCodes.h | 357 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-10.0/llvm/include/llvm/Bitcode/ |
D | LLVMBitCodes.h | 540 FUNC_CODE_INST_LOADATOMIC = 41, // LOAD: [opty, op, align, vol, enumerator
|
/external/llvm-project/llvm/include/llvm/Bitcode/ |
D | LLVMBitCodes.h | 553 FUNC_CODE_INST_LOADATOMIC = 41, // LOAD: [opty, op, align, vol, enumerator
|
/external/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 2566 Code = bitc::FUNC_CODE_INST_LOADATOMIC; in writeInstruction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 2931 Code = bitc::FUNC_CODE_INST_LOADATOMIC; in writeInstruction()
|
/external/llvm-project/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 3009 Code = bitc::FUNC_CODE_INST_LOADATOMIC; in writeInstruction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 4801 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()
|
/external/llvm-project/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 4911 case bitc::FUNC_CODE_INST_LOADATOMIC: { in parseFunctionBody()
|