Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h573 FUNC_CODE_INST_RET = 10, // RET: [opty,opval<both optional>] enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp2323 Code = bitc::FUNC_CODE_INST_RET; in writeInstruction()
2825 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_RET)); in writeBlockInfo()
2832 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_RET)); in writeBlockInfo()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3070 Code = bitc::FUNC_CODE_INST_RET; in writeInstruction()
3881 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_RET)); in writeBlockInfo()
3888 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_RET)); in writeBlockInfo()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5462 case bitc::FUNC_CODE_INST_RET: // RET: [opty,opval<optional>] in parseFunctionBody()