Searched refs:RetInst (Results 1 – 2 of 2) sorted by relevance
91 const auto *RetInst = dyn_cast_or_null<ReturnInst>(B.getTerminator()); in classifyFunctionType() local92 if (!RetInst) in classifyFunctionType()95 Type *NewRetTy = classifyPointerType(RetInst->getReturnValue(), Map); in classifyFunctionType()
1555 MCInst RetInst; in emitInstruction() local1556 RetInst.setOpcode(RetOpcode); in emitInstruction()1560 RetInst.addOperand(MCOp); in emitInstruction()1572 EmitToStreamer(*OutStreamer, RetInst); in emitInstruction()1604 RetInst = MCInst(); in emitInstruction()1605 RetInst.setOpcode(PPC::BLR8); in emitInstruction()1622 EmitToStreamer(*OutStreamer, RetInst); in emitInstruction()1634 EmitToStreamer(*OutStreamer, RetInst); in emitInstruction()