Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/
DIceParseInstsTest.cpp46 Terminator, 3, naclbitc::FUNC_CODE_DECLAREBLOCKS, 1, Terminator, in TEST()
120 naclbitc::FUNC_CODE_DECLAREBLOCKS, in TEST()
245 naclbitc::FUNC_CODE_DECLAREBLOCKS, in TEST()
398 naclbitc::FUNC_CODE_DECLAREBLOCKS, in TEST()
548 naclbitc::FUNC_CODE_DECLAREBLOCKS, in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClLLVMBitCodes.h306 FUNC_CODE_DECLAREBLOCKS = 1, // DECLAREBLOCKS: [n] enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h485 FUNC_CODE_DECLAREBLOCKS = 1, // DECLAREBLOCKS: [n] enumerator
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_module.c1036 FUNC_CODE_DECLAREBLOCKS = 1, enumerator
3315 !emit_record_int(m, FUNC_CODE_DECLAREBLOCKS, m->curr_block)) in emit_function()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DPNaClTranslator.cpp2177 case naclbitc::FUNC_CODE_DECLAREBLOCKS: { in ProcessRecord()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp3187 Stream.EmitRecord(bitc::FUNC_CODE_DECLAREBLOCKS, Vals); in writeFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp3794 case bitc::FUNC_CODE_DECLAREBLOCKS: { // DECLAREBLOCKS: [nblocks] in parseFunctionBody()