Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DEntryExitInstrumenter.cpp49 Instruction *RetAddr = CallInst::Create( in insertCall() local
53 RetAddr->setDebugLoc(DL); in insertCall()
56 RetAddr}; in insertCall()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprAgg.cpp269 Address RetAddr = Address::invalid(); in withReturnValueSlot() local
276 RetAddr = Dest.getAddress(); in withReturnValueSlot()
278 RetAddr = CGF.CreateMemTemp(RetTy, "tmp", &RetAllocaAddr); in withReturnValueSlot()
296 EmitCall(ReturnValueSlot(RetAddr, Dest.isVolatile(), IsResultUnused, in withReturnValueSlot()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp2681 SDValue RetAddr; in LowerRETURNADDR() local
2685 RetAddr = DAG.getCopyFromReg(DAG.getEntryNode(), dl, RetReg, VT); in LowerRETURNADDR()
2686 return RetAddr; in LowerRETURNADDR()
2697 RetAddr = DAG.getLoad(VT, dl, DAG.getEntryNode(), Ptr, MachinePointerInfo()); in LowerRETURNADDR()
2699 return RetAddr; in LowerRETURNADDR()