Searched refs:FUNC_CODE_INST_STOREATOMIC (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/ |
D | NaClLLVMBitCodes.h | 358 FUNC_CODE_INST_STOREATOMIC = 42, // Not used in PNaCl. enumerator
|
/external/llvm/include/llvm/Bitcode/ |
D | LLVMBitCodes.h | 452 FUNC_CODE_INST_STOREATOMIC = 45, // STORE: [ptrty,ptr,val, align, vol enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/ |
D | LLVMBitCodes.h | 546 FUNC_CODE_INST_STOREATOMIC = 45, // STORE: [ptrty,ptr,val, align, vol enumerator
|
/external/llvm-project/llvm/include/llvm/Bitcode/ |
D | LLVMBitCodes.h | 559 FUNC_CODE_INST_STOREATOMIC = 45, // STORE: [ptrty,ptr,val, align, vol enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 4860 case bitc::FUNC_CODE_INST_STOREATOMIC: in parseFunctionBody() 4868 (BitCode == bitc::FUNC_CODE_INST_STOREATOMIC in parseFunctionBody()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 5353 case bitc::FUNC_CODE_INST_STOREATOMIC: in parseFunctionBody() 5360 (BitCode == bitc::FUNC_CODE_INST_STOREATOMIC in parseFunctionBody()
|
/external/llvm-project/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 4977 case bitc::FUNC_CODE_INST_STOREATOMIC: in parseFunctionBody() 4985 (BitCode == bitc::FUNC_CODE_INST_STOREATOMIC in parseFunctionBody()
|
/external/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 2583 Code = bitc::FUNC_CODE_INST_STOREATOMIC; in writeInstruction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 2948 Code = bitc::FUNC_CODE_INST_STOREATOMIC; in writeInstruction()
|
/external/llvm-project/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 3026 Code = bitc::FUNC_CODE_INST_STOREATOMIC; in writeInstruction()
|