Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClLLVMBitCodes.h333 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-7.0/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h469 FUNC_CODE_INST_UNREACHABLE = 15, // UNREACHABLE enumerator
/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-7.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2738 Code = bitc::FUNC_CODE_INST_UNREACHABLE; in writeInstruction()
3261 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_UNREACHABLE)); in writeBlockInfo()
/external/swiftshader/third_party/subzero/src/
DPNaClTranslator.cpp2530 case naclbitc::FUNC_CODE_INST_UNREACHABLE: { in ProcessRecord()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4166 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()