Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/
H A DIceParseInstsTest.cpp249 naclbitc::FUNC_CODE_INST_LOAD, in TEST()
265 const uint64_t ReplaceIndex = 9; // index for FUNC_CODE_INST_LOAD in TEST()
281 naclbitc::FUNC_CODE_INST_LOAD, in TEST()
300 naclbitc::FUNC_CODE_INST_LOAD, in TEST()
319 naclbitc::FUNC_CODE_INST_LOAD, in TEST()
338 naclbitc::FUNC_CODE_INST_LOAD, in TEST()
402 naclbitc::FUNC_CODE_INST_LOAD, in TEST()
418 const uint64_t ReplaceIndex = 10; // index for FUNC_CODE_INST_LOAD in TEST()
434 naclbitc::FUNC_CODE_INST_LOAD, in TEST()
453 naclbitc::FUNC_CODE_INST_LOAD, in TEST()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
H A DNaClLLVMBitCodes.h331 FUNC_CODE_INST_LOAD = 20, // LOAD: [op, align, ty] enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h507 FUNC_CODE_INST_LOAD = 20, // LOAD: [opty, op, align, vol] enumerator
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_module.c1063 FUNC_CODE_INST_LOAD = 20, enumerator
1106 { LITERAL(FUNC_CODE_INST_LOAD), VBR(6), TYPE_INDEX, VBR(4),
3254 return emit_record_no_abbrev(&m->buf, FUNC_CODE_INST_LOAD, in emit_load()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DPNaClTranslator.cpp2595 case naclbitc::FUNC_CODE_INST_LOAD: { in ProcessRecord()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2934 Code = bitc::FUNC_CODE_INST_LOAD; in writeInstruction()
3342 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_LOAD)); in writeBlockInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4774 case bitc::FUNC_CODE_INST_LOAD: { // LOAD: [opty, op, align, vol] in parseFunctionBody()

Completed in 30 milliseconds