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/ |
D | NaClLLVMBitCodes.h | 321 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/ |
D | LLVMBitCodes.h | 497 FUNC_CODE_INST_BR = 11, // BR: [bb#, bb#, cond] or [bb#] enumerator
|
/third_party/mesa3d/src/microsoft/compiler/ |
D | dxil_module.c | 1046 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/ |
D | PNaClTranslator.cpp | 2430 case naclbitc::FUNC_CODE_INST_BR: { in ProcessRecord()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 2726 Code = bitc::FUNC_CODE_INST_BR; in writeInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 4234 case bitc::FUNC_CODE_INST_BR: { // BR: [bb#, bb#, opval] or [bb#] in parseFunctionBody()
|