Searched refs:FUNC_CODE_INST_STOREATOMIC (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/ |
D | NaClLLVMBitCodes.h | 366 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-7.0/llvm/include/llvm/Bitcode/ |
D | LLVMBitCodes.h | 514 FUNC_CODE_INST_STOREATOMIC = 45, // STORE: [ptrty,ptr,val, align, vol enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 4368 case bitc::FUNC_CODE_INST_STOREATOMIC: in parseFunctionBody() 4375 (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/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 2583 Code = bitc::FUNC_CODE_INST_STOREATOMIC; in writeInstruction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 2812 Code = bitc::FUNC_CODE_INST_STOREATOMIC; in writeInstruction()
|