Home
last modified time | relevance | path

Searched refs:RetInst (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/DirectXIRPasses/
H A DPointerTypeAnalysis.cpp91 const auto *RetInst = dyn_cast_or_null<ReturnInst>(B.getTerminator()); in classifyFunctionType() local
92 if (!RetInst) in classifyFunctionType()
95 Type *NewRetTy = classifyPointerType(RetInst->getReturnValue(), Map); in classifyFunctionType()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp1614 MCInst RetInst; in emitInstruction() local
1615 RetInst.setOpcode(RetOpcode); in emitInstruction()
1619 RetInst.addOperand(MCOp); in emitInstruction()
1631 EmitToStreamer(*OutStreamer, RetInst); in emitInstruction()
1663 RetInst = MCInst(); in emitInstruction()
1664 RetInst.setOpcode(PPC::BLR8); in emitInstruction()
1681 EmitToStreamer(*OutStreamer, RetInst); in emitInstruction()
1693 EmitToStreamer(*OutStreamer, RetInst); in emitInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp516 if (auto *RetInst = dyn_cast<ReturnInst>(Inst)) { in invalidate() local
517 Function *F = RetInst->getParent()->getParent(); in invalidate()