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

/openbsd-current/gnu/llvm/llvm/lib/Transforms/Utils/
H A DEntryExitInstrumenter.cpp65 Instruction *RetAddr = CallInst::Create( local
69 RetAddr->setDebugLoc(DL);
72 RetAddr};
/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCGExprAgg.cpp287 Address RetAddr = Address::invalid(); local
294 RetAddr = Dest.getAddress();
296 RetAddr = CGF.CreateMemTemp(RetTy, "tmp", &RetAllocaAddr);
314 EmitCall(ReturnValueSlot(RetAddr, Dest.isVolatile(), IsResultUnused,
/openbsd-current/gnu/llvm/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp2852 SDValue RetAddr; local
2856 RetAddr = DAG.getCopyFromReg(DAG.getEntryNode(), dl, RetReg, VT);
2857 return RetAddr;
2868 RetAddr = DAG.getLoad(VT, dl, DAG.getEntryNode(), Ptr, MachinePointerInfo());
2870 return RetAddr;

Completed in 141 milliseconds