Searched refs:FUNC_CODE_INST_ALLOCA (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/ |
D | IceParseInstsTest.cpp | 124 naclbitc::FUNC_CODE_INST_ALLOCA, in TEST() 156 naclbitc::FUNC_CODE_INST_ALLOCA, in TEST() 171 naclbitc::FUNC_CODE_INST_ALLOCA, in TEST() 192 naclbitc::FUNC_CODE_INST_ALLOCA, in TEST()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/ |
D | NaClLLVMBitCodes.h | 330 FUNC_CODE_INST_ALLOCA = 19, // ALLOCA: [op, align] enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/ |
D | LLVMBitCodes.h | 506 FUNC_CODE_INST_ALLOCA = 19, // ALLOCA: [instty, opty, op, align] enumerator
|
/third_party/mesa3d/src/microsoft/compiler/ |
D | dxil_module.c | 1053 FUNC_CODE_INST_ALLOCA = 19, enumerator 3163 return emit_record_no_abbrev(&m->buf, FUNC_CODE_INST_ALLOCA, in emit_alloca()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | PNaClTranslator.cpp | 2576 case naclbitc::FUNC_CODE_INST_ALLOCA: { in ProcessRecord()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 2913 Code = bitc::FUNC_CODE_INST_ALLOCA; in writeInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 4734 case bitc::FUNC_CODE_INST_ALLOCA: { // ALLOCA: [instty, opty, op, align] in parseFunctionBody()
|