Home
last modified time | relevance | path

Searched refs:FUNC_CODE_INST_RET (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/
H A DIceParseInstsTest.cpp49 naclbitc::FUNC_CODE_INST_RET, Terminator, 0, naclbitc::BLK_CODE_EXIT, in TEST()
129 naclbitc::FUNC_CODE_INST_RET, in TEST()
255 naclbitc::FUNC_CODE_INST_RET, in TEST()
408 naclbitc::FUNC_CODE_INST_RET, in TEST()
558 naclbitc::FUNC_CODE_INST_RET, in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
H A DNaClLLVMBitCodes.h320 FUNC_CODE_INST_RET = 10, // RET: [opval<optional>] enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h496 FUNC_CODE_INST_RET = 10, // RET: [opty,opval<both optional>] enumerator
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_module.c1054 FUNC_CODE_INST_RET = 10, enumerator
1119 [FUNC_ABBREV_RET_VOID] = { { LITERAL(FUNC_CODE_INST_RET) }, 1 },
1120 [FUNC_ABBREV_RET_VAL] = { { LITERAL(FUNC_CODE_INST_RET), VBR(6) }, 2 },
3193 uint64_t data[] = { FUNC_CODE_INST_RET, instr->ret.value->id }; in emit_ret()
3198 uint64_t data[] = { FUNC_CODE_INST_RET }; in emit_ret()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2711 Code = bitc::FUNC_CODE_INST_RET; in writeInstruction()
3406 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_RET)); in writeBlockInfo()
3413 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_RET)); in writeBlockInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DPNaClTranslator.cpp2417 case naclbitc::FUNC_CODE_INST_RET: { in ProcessRecord()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4214 case bitc::FUNC_CODE_INST_RET: // RET: [opty,opval<optional>] in parseFunctionBody()

Completed in 28 milliseconds