Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClLLVMBitCodes.h325 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-10.0/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h501 FUNC_CODE_INST_UNREACHABLE = 15, // UNREACHABLE enumerator
/external/llvm-project/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h513 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-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2869 Code = bitc::FUNC_CODE_INST_UNREACHABLE; in writeInstruction()
3421 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_UNREACHABLE)); in writeBlockInfo()
/external/llvm-project/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2948 Code = bitc::FUNC_CODE_INST_UNREACHABLE; in writeInstruction()
3499 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-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4630 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()
/external/llvm-project/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4732 case bitc::FUNC_CODE_INST_UNREACHABLE: // UNREACHABLE in parseFunctionBody()