Home
last modified time | relevance | path

Searched refs:FUNC_CODE_INST_BR (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClLLVMBitCodes.h321 FUNC_CODE_INST_BR = 11, // BR: [bb#, bb#, cond] or [bb#] enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h497 FUNC_CODE_INST_BR = 11, // BR: [bb#, bb#, cond] or [bb#] enumerator
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_module.c1046 FUNC_CODE_INST_BR = 11, enumerator
3056 return emit_record_no_abbrev(&m->buf, FUNC_CODE_INST_BR, &succ, 1); in emit_branch()
3068 return emit_record_no_abbrev(&m->buf, FUNC_CODE_INST_BR, in emit_branch()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DPNaClTranslator.cpp2430 case naclbitc::FUNC_CODE_INST_BR: { in ProcessRecord()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2726 Code = bitc::FUNC_CODE_INST_BR; in writeInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4234 case bitc::FUNC_CODE_INST_BR: { // BR: [bb#, bb#, opval] or [bb#] in parseFunctionBody()