Home
last modified time | relevance | path

Searched refs:FUNC_CODE_INST_CMPXCHG (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.h353 FUNC_CODE_INST_CMPXCHG = 37, // Not used in PNaCl. enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h547 FUNC_CODE_INST_CMPXCHG = 46, // CMPXCHG: [ptrty,ptr,valty,cmp,new, align, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4894 case bitc::FUNC_CODE_INST_CMPXCHG: { in parseFunctionBody()
4905 if (BitCode == bitc::FUNC_CODE_INST_CMPXCHG) { in parseFunctionBody()
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_module.c1088 FUNC_CODE_INST_CMPXCHG = 46, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2962 Code = bitc::FUNC_CODE_INST_CMPXCHG; in writeInstruction()