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/ |
D | IceParseInstsTest.cpp | 49 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/ |
D | NaClLLVMBitCodes.h | 320 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/ |
D | LLVMBitCodes.h | 496 FUNC_CODE_INST_RET = 10, // RET: [opty,opval<both optional>] enumerator
|
/third_party/mesa3d/src/microsoft/compiler/ |
D | dxil_module.c | 1045 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/ |
D | BitcodeWriter.cpp | 2711 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/ |
D | PNaClTranslator.cpp | 2417 case naclbitc::FUNC_CODE_INST_RET: { in ProcessRecord()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 4214 case bitc::FUNC_CODE_INST_RET: // RET: [opty,opval<optional>] in parseFunctionBody()
|