Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp2678 SDValue RetAddr; in LowerRETURNADDR() local
2682 RetAddr = DAG.getCopyFromReg(DAG.getEntryNode(), dl, RetReg, VT); in LowerRETURNADDR()
2683 return RetAddr; in LowerRETURNADDR()
2694 RetAddr = DAG.getLoad(VT, dl, DAG.getEntryNode(), Ptr, MachinePointerInfo()); in LowerRETURNADDR()
2696 return RetAddr; in LowerRETURNADDR()