Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DEntryExitInstrumenter.cpp65 Instruction *RetAddr = CallInst::Create( in insertCall() local
69 RetAddr->setDebugLoc(DL); in insertCall()
71 Value *Args[] = {&CurFn, RetAddr}; in insertCall()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprAgg.cpp294 Address RetAddr = Address::invalid(); in withReturnValueSlot() local
301 RetAddr = Dest.getAddress(); in withReturnValueSlot()
303 RetAddr = CGF.CreateMemTemp(RetTy, "tmp", &RetAllocaAddr); in withReturnValueSlot()
321 EmitCall(ReturnValueSlot(RetAddr, Dest.isVolatile(), IsResultUnused, in withReturnValueSlot()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp2898 SDValue RetAddr; in LowerRETURNADDR() local
2902 RetAddr = DAG.getCopyFromReg(DAG.getEntryNode(), dl, RetReg, VT); in LowerRETURNADDR()
2903 return RetAddr; in LowerRETURNADDR()
2914 RetAddr = DAG.getLoad(VT, dl, DAG.getEntryNode(), Ptr, MachinePointerInfo()); in LowerRETURNADDR()
2916 return RetAddr; in LowerRETURNADDR()