Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DirectXIRPasses/
H A DPointerTypeAnalysis.cpp93 const auto *RetInst = dyn_cast_or_null<ReturnInst>(B.getTerminator()); in classifyFunctionType() local
94 if (!RetInst) in classifyFunctionType()
97 Type *NewRetTy = classifyPointerType(RetInst->getReturnValue(), Map); in classifyFunctionType()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp1817 MCInst RetInst; in emitInstruction() local
1818 RetInst.setOpcode(RetOpcode); in emitInstruction()
1822 RetInst.addOperand(MCOp); in emitInstruction()
1834 EmitToStreamer(*OutStreamer, RetInst); in emitInstruction()
1866 RetInst = MCInst(); in emitInstruction()
1867 RetInst.setOpcode(PPC::BLR8); in emitInstruction()
1884 EmitToStreamer(*OutStreamer, RetInst); in emitInstruction()
1896 EmitToStreamer(*OutStreamer, RetInst); in emitInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DNumericalStabilitySanitizer.cpp1972 if (auto *RetInst = dyn_cast<ReturnInst>(&Inst)) { in propagateShadowValues() local
1976 Value *RV = RetInst->getReturnValue(); in propagateShadowValues()
1984 IRBuilder<> Builder(RetInst); in propagateShadowValues()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp621 if (auto *RetInst = dyn_cast<ReturnInst>(Inst)) { in invalidate() local
622 Function *F = RetInst->getParent()->getParent(); in invalidate()