Home
last modified time | relevance | path

Searched refs:FUNC_CODE_INST_CALL (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClLLVMBitCodes.h349 FUNC_CODE_INST_CALL = 34, // CALL: [cc, fnid, args...] enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h528 FUNC_CODE_INST_CALL = 34, // CALL: [attr, cc, fnty, fnid, args...] enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/
DIceParseInstsTest.cpp48 3, naclbitc::FUNC_CODE_INST_CALL, 0, 4, 2, 100, Terminator, 3, in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DPNaClTranslator.cpp2629 case naclbitc::FUNC_CODE_INST_CALL: in ProcessRecord()
2641 if (Record.GetCode() == naclbitc::FUNC_CODE_INST_CALL) { in ProcessRecord()
2658 if (Record.GetCode() == naclbitc::FUNC_CODE_INST_CALL) { in ProcessRecord()
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_module.c1076 FUNC_CODE_INST_CALL = 34, enumerator
3182 return emit_record_no_abbrev(&m->buf, FUNC_CODE_INST_CALL, in emit_call()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2998 Code = bitc::FUNC_CODE_INST_CALL; in writeInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4990 case bitc::FUNC_CODE_INST_CALL: { in parseFunctionBody()