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/ |
D | NaClLLVMBitCodes.h | 322 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/ |
D | LLVMBitCodes.h | 498 FUNC_CODE_INST_SWITCH = 12, // SWITCH: [opty, op0, op1, ...] enumerator
|
/third_party/mesa3d/src/microsoft/compiler/ |
D | dxil_module.c | 1047 FUNC_CODE_INST_SWITCH = 12, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | PNaClTranslator.cpp | 2460 case naclbitc::FUNC_CODE_INST_SWITCH: { in ProcessRecord()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 2737 Code = bitc::FUNC_CODE_INST_SWITCH; in writeInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 4360 case bitc::FUNC_CODE_INST_SWITCH: { // SWITCH: [opty, op0, op1, ...] in parseFunctionBody()
|