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/
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/
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/
DLLVMBitCodes.h496 FUNC_CODE_INST_RET = 10, // RET: [opty,opval<both optional>] enumerator
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_module.c1045 FUNC_CODE_INST_RET = 10, enumerator
1110 [FUNC_ABBREV_RET_VOID] = { { LITERAL(FUNC_CODE_INST_RET) }, 1 },
1111 [FUNC_ABBREV_RET_VAL] = { { LITERAL(FUNC_CODE_INST_RET), VBR(6) }, 2 },
3139 uint64_t data[] = { FUNC_CODE_INST_RET, instr->ret.value->id }; in emit_ret()
3144 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/
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/
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/
DBitcodeReader.cpp4214 case bitc::FUNC_CODE_INST_RET: // RET: [opty,opval<optional>] in parseFunctionBody()