Searched refs:RetAddr (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | EntryExitInstrumenter.cpp | 49 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 D | CGExprAgg.cpp | 269 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 D | SparcISelLowering.cpp | 2678 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()
|