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/
DIceParseInstsTest.cpp249 naclbitc::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()
434 naclbitc::FUNC_CODE_INST_LOAD, in TEST()
453 naclbitc::FUNC_CODE_INST_LOAD, in TEST()
468 naclbitc::FUNC_CODE_INST_LOAD, in TEST()
487 naclbitc::FUNC_CODE_INST_LOAD, in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
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/
DLLVMBitCodes.h507 FUNC_CODE_INST_LOAD = 20, // LOAD: [opty, op, align, vol] enumerator
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_module.c1054 FUNC_CODE_INST_LOAD = 20, enumerator
1097 { LITERAL(FUNC_CODE_INST_LOAD), VBR(6), TYPE_INDEX, VBR(4),
3200 return emit_record_no_abbrev(&m->buf, FUNC_CODE_INST_LOAD, in emit_load()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
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/subzero/src/
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/Reader/
DBitcodeReader.cpp4774 case bitc::FUNC_CODE_INST_LOAD: { // LOAD: [opty, op, align, vol] in parseFunctionBody()