Home
last modified time | relevance | path

Searched refs:FUNC_CODE_INST_CMPXCHG_OLD (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h532 FUNC_CODE_INST_CMPXCHG_OLD = 37, // CMPXCHG: [ptrty,ptr,cmp,new, align, vol, enumerator
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_module.c1070 FUNC_CODE_INST_CMPXCHG_OLD = 37, enumerator
3235 return emit_record_no_abbrev(&m->buf, FUNC_CODE_INST_CMPXCHG_OLD, in emit_cmpxchg()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4893 case bitc::FUNC_CODE_INST_CMPXCHG_OLD: in parseFunctionBody()