Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
DLLVMBitCodes.h269 FUNC_CODE_INST_RET = 10, // RET: [opty,opval<both optional>] enumerator
/external/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h402 FUNC_CODE_INST_RET = 10, // RET: [opty,opval<both optional>] enumerator
/external/swiftshader/third_party/LLVM/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp230 case bitc::FUNC_CODE_INST_RET: return "INST_RET"; in GetCodeName()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
DBitcodeWriter.cpp1083 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/
DBitcodeWriter.cpp2386 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/lib/Bitcode/Reader/
DBitcodeReader.cpp2376 case bitc::FUNC_CODE_INST_RET: // RET: [opty,opval<optional>] in ParseFunctionBody()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4829 case bitc::FUNC_CODE_INST_RET: // RET: [opty,opval<optional>] in parseFunctionBody()