Home
last modified time | relevance | path

Searched refs:FUNC_CODE_INST_SWITCH (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClLLVMBitCodes.h322 FUNC_CODE_INST_SWITCH = 12, // SWITCH: [opty, op0, op1, ...] enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h498 FUNC_CODE_INST_SWITCH = 12, // SWITCH: [opty, op0, op1, ...] enumerator
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_module.c1047 FUNC_CODE_INST_SWITCH = 12, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DPNaClTranslator.cpp2460 case naclbitc::FUNC_CODE_INST_SWITCH: { in ProcessRecord()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2737 Code = bitc::FUNC_CODE_INST_SWITCH; in writeInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4360 case bitc::FUNC_CODE_INST_SWITCH: { // SWITCH: [opty, op0, op1, ...] in parseFunctionBody()