Home
last modified time | relevance | path

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/
DIceParseInstsTest.cpp124 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/
DNaClLLVMBitCodes.h330 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/
DLLVMBitCodes.h506 FUNC_CODE_INST_ALLOCA = 19, // ALLOCA: [instty, opty, op, align] enumerator
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_module.c1053 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/
DPNaClTranslator.cpp2576 case naclbitc::FUNC_CODE_INST_ALLOCA: { in ProcessRecord()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2913 Code = bitc::FUNC_CODE_INST_ALLOCA; in writeInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4734 case bitc::FUNC_CODE_INST_ALLOCA: { // ALLOCA: [instty, opty, op, align] in parseFunctionBody()