Searched refs:FUNC_CODE_INST_RET (Results 1 – 13 of 13) sorted by relevance
/external/swiftshader/third_party/subzero/unittest/ |
D | IceParseInstsTest.cpp | 53 3, naclbitc::FUNC_CODE_INST_RET, Terminator, in TEST() 92 3, naclbitc::FUNC_CODE_INST_RET, Terminator, in TEST() 159 3, naclbitc::FUNC_CODE_INST_RET, 1, Terminator, in TEST() 241 3, naclbitc::FUNC_CODE_INST_RET, 1, Terminator, in TEST() 322 3, naclbitc::FUNC_CODE_INST_RET, 1, Terminator, in TEST()
|
/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/ |
D | LLVMBitCodes.h | 269 FUNC_CODE_INST_RET = 10, // RET: [opty,opval<both optional>] enumerator
|
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/ |
D | NaClLLVMBitCodes.h | 328 FUNC_CODE_INST_RET = 10, // RET: [opval<optional>] enumerator
|
/external/llvm/include/llvm/Bitcode/ |
D | LLVMBitCodes.h | 402 FUNC_CODE_INST_RET = 10, // RET: [opty,opval<both optional>] enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/ |
D | LLVMBitCodes.h | 464 FUNC_CODE_INST_RET = 10, // RET: [opty,opval<both optional>] enumerator
|
/external/swiftshader/third_party/LLVM/tools/llvm-bcanalyzer/ |
D | llvm-bcanalyzer.cpp | 230 case bitc::FUNC_CODE_INST_RET: return "INST_RET"; in GetCodeName()
|
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 1083 Code = bitc::FUNC_CODE_INST_RET; in WriteInstruction() 1552 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_RET)); in WriteBlockInfo() 1559 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_RET)); in WriteBlockInfo()
|
/external/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 2386 Code = bitc::FUNC_CODE_INST_RET; in writeInstruction() 3084 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_RET)); in writeBlockInfo() 3091 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_RET)); in writeBlockInfo()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 2615 Code = bitc::FUNC_CODE_INST_RET; in writeInstruction() 3246 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_RET)); in writeBlockInfo() 3253 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_RET)); in writeBlockInfo()
|
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 2376 case bitc::FUNC_CODE_INST_RET: // RET: [opty,opval<optional>] in ParseFunctionBody()
|
/external/swiftshader/third_party/subzero/src/ |
D | PNaClTranslator.cpp | 2417 case naclbitc::FUNC_CODE_INST_RET: { in ProcessRecord()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 3841 case bitc::FUNC_CODE_INST_RET: // RET: [opty,opval<optional>] in parseFunctionBody()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 4829 case bitc::FUNC_CODE_INST_RET: // RET: [opty,opval<optional>] in parseFunctionBody()
|