Home
last modified time | relevance | path

Searched refs:FUNC_CODE_INST_ATOMICRMW (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClLLVMBitCodes.h354 FUNC_CODE_INST_ATOMICRMW = 38, // Not used in PNaCl. enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h534 FUNC_CODE_INST_ATOMICRMW = 38, // ATOMICRMW: [ptrty,ptr,val, operation, enumerator
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_module.c1071 FUNC_CODE_INST_ATOMICRMW = 38, enumerator
3253 return emit_record_no_abbrev(&m->buf, FUNC_CODE_INST_ATOMICRMW, in emit_atomicrmw()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2976 Code = bitc::FUNC_CODE_INST_ATOMICRMW; in writeInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4952 case bitc::FUNC_CODE_INST_ATOMICRMW: { in parseFunctionBody()