Home
last modified time | relevance | path

Searched refs:FUNC_CODE_INST_UNREACHABLE (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
DLLVMBitCodes.h274 FUNC_CODE_INST_UNREACHABLE = 15, // UNREACHABLE enumerator
/external/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h407 FUNC_CODE_INST_UNREACHABLE = 15, // UNREACHABLE enumerator
/external/swiftshader/third_party/LLVM/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp235 case bitc::FUNC_CODE_INST_UNREACHABLE: return "INST_UNREACHABLE"; in GetCodeName()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
DBitcodeWriter.cpp1153 Code = bitc::FUNC_CODE_INST_UNREACHABLE; in WriteInstruction()
1567 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_UNREACHABLE)); in WriteBlockInfo()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2509 Code = bitc::FUNC_CODE_INST_UNREACHABLE; in writeInstruction()
3099 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_UNREACHABLE)); in writeBlockInfo()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp2524 case bitc::FUNC_CODE_INST_UNREACHABLE: // UNREACHABLE in ParseFunctionBody()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp5154 case bitc::FUNC_CODE_INST_UNREACHABLE: // UNREACHABLE in parseFunctionBody()