Searched refs:RetAddr (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | EntryExitInstrumenter.cpp | 62 Instruction *RetAddr = CallInst::Create( in insertCall() local 66 RetAddr->setDebugLoc(DL); in insertCall() 68 Value *Args[] = {&CurFn, RetAddr}; in insertCall()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExprAgg.cpp | 292 Address RetAddr = Address::invalid(); in withReturnValueSlot() local 299 RetAddr = Dest.getAddress(); in withReturnValueSlot() 301 RetAddr = CGF.CreateMemTemp(RetTy, "tmp", &RetAllocaAddr); in withReturnValueSlot() 319 EmitCall(ReturnValueSlot(RetAddr, Dest.isVolatile(), IsResultUnused, in withReturnValueSlot()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcISelLowering.cpp | 2906 SDValue RetAddr; in LowerRETURNADDR() local 2910 RetAddr = DAG.getCopyFromReg(DAG.getEntryNode(), dl, RetReg, VT); in LowerRETURNADDR() 2911 return RetAddr; in LowerRETURNADDR() 2922 RetAddr = DAG.getLoad(VT, dl, DAG.getEntryNode(), Ptr, MachinePointerInfo()); in LowerRETURNADDR() 2924 return RetAddr; in LowerRETURNADDR()
|