Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
DLLVMBitCodes.h271 FUNC_CODE_INST_SWITCH = 12, // SWITCH: [opty, op0, op1, ...] enumerator
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClLLVMBitCodes.h330 FUNC_CODE_INST_SWITCH = 12, // SWITCH: [opty, op0, op1, ...] enumerator
/external/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h404 FUNC_CODE_INST_SWITCH = 12, // SWITCH: [opty, op0, op1, ...] enumerator
/external/swiftshader/third_party/LLVM/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp232 case bitc::FUNC_CODE_INST_SWITCH: return "INST_SWITCH"; in GetCodeName()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
DBitcodeWriter.cpp1108 Code = bitc::FUNC_CODE_INST_SWITCH; in WriteInstruction()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp2417 case bitc::FUNC_CODE_INST_SWITCH: { // SWITCH: [opty, op0, op1, ...] in ParseFunctionBody()
/external/swiftshader/third_party/subzero/src/
DPNaClTranslator.cpp2460 case naclbitc::FUNC_CODE_INST_SWITCH: { in ProcessRecord()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2412 Code = bitc::FUNC_CODE_INST_SWITCH; in writeInstruction()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4975 case bitc::FUNC_CODE_INST_SWITCH: { // SWITCH: [opty, op0, op1, ...] in parseFunctionBody()