Searched refs:FUNC_CODE_DECLAREBLOCKS (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/ |
D | IceParseInstsTest.cpp | 46 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/ |
D | NaClLLVMBitCodes.h | 306 FUNC_CODE_DECLAREBLOCKS = 1, // DECLAREBLOCKS: [n] enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/ |
D | LLVMBitCodes.h | 485 FUNC_CODE_DECLAREBLOCKS = 1, // DECLAREBLOCKS: [n] enumerator
|
/third_party/mesa3d/src/microsoft/compiler/ |
D | dxil_module.c | 1036 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/ |
D | PNaClTranslator.cpp | 2177 case naclbitc::FUNC_CODE_DECLAREBLOCKS: { in ProcessRecord()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 3187 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/ |
D | BitcodeReader.cpp | 3794 case bitc::FUNC_CODE_DECLAREBLOCKS: { // DECLAREBLOCKS: [nblocks] in parseFunctionBody()
|