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.cpp1839 MCInst RetInst; in emitInstruction() local
1840 RetInst.setOpcode(RetOpcode); in emitInstruction()
1844 RetInst.addOperand(MCOp); in emitInstruction()
1856 EmitToStreamer(*OutStreamer, RetInst); in emitInstruction()
1888 RetInst = MCInst(); in emitInstruction()
1889 RetInst.setOpcode(PPC::BLR8); in emitInstruction()
1906 EmitToStreamer(*OutStreamer, RetInst); in emitInstruction()
1918 EmitToStreamer(*OutStreamer, RetInst); in emitInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DNumericalStabilitySanitizer.cpp1915 if (auto *RetInst = dyn_cast<ReturnInst>(&Inst)) { in propagateShadowValues() local
1919 Value *RV = RetInst->getReturnValue(); in propagateShadowValues()
1927 IRBuilder<> Builder(RetInst); in propagateShadowValues()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp540 if (auto *RetInst = dyn_cast<ReturnInst>(Inst)) { in invalidate() local
541 Function *F = RetInst->getParent()->getParent(); in invalidate()