Searched refs:SRet (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/clang/include/clang/CodeGen/ |
| H A D | CGFunctionInfo.h | 460 void setInAllocaSRet(bool SRet) { in setInAllocaSRet() argument 462 InAllocaSRet = SRet; in setInAllocaSRet()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64CallingConvention.td | 38 // In AAPCS, an SRet is passed in X8, not X0 like a normal pointer parameter. 39 // However, on windows, in some circumstances, the SRet is passed in X0 or X1 40 // instead. The presence of the inreg attribute indicates that SRet is 183 // An SRet is passed in X8, not X0 like a normal pointer parameter.
|
| /llvm-project-15.0.7/llvm/lib/Target/Sparc/ |
| H A D | SparcCallingConv.td | 18 // Custom assign SRet to [sp+64].
|
| /llvm-project-15.0.7/clang/utils/TableGen/ |
| H A D | NeonEmitter.cpp | 1292 bool SRet = getReturnType().getNumVectors() >= 2; in emitBodyAsBuiltinCall() local 1299 if (!getReturnType().isVoid() && !SRet) in emitBodyAsBuiltinCall() 1304 if (SRet) in emitBodyAsBuiltinCall() 1356 if (!SRet && !RetVar.getType().isVoid()) in emitBodyAsBuiltinCall()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGCall.cpp | 3519 llvm::Value *SRet = Builder.CreateStructGEP( in EmitFunctionEpilog() local 3522 cast<llvm::GetElementPtrInst>(SRet)->getResultElementType(); in EmitFunctionEpilog() 3523 RV = Builder.CreateAlignedLoad(Ty, SRet, getPointerAlign(), "sret"); in EmitFunctionEpilog()
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 9789 SDValue SRet; in LowerFSINCOS() local 9795 SRet = DAG.getFrameIndex(FrameIdx, TLI.getPointerTy(DL)); in LowerFSINCOS() 9798 Entry.Node = SRet; in LowerFSINCOS() 9831 DAG.getLoad(ArgVT, dl, CallResult.second, SRet, MachinePointerInfo()); in LowerFSINCOS() 9834 SDValue Add = DAG.getNode(ISD::ADD, dl, PtrVT, SRet, in LowerFSINCOS()
|