Home
last modified time | relevance | path

Searched refs:SRet (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h460 void setInAllocaSRet(bool SRet) { in setInAllocaSRet() argument
462 InAllocaSRet = SRet; in setInAllocaSRet()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64CallingConvention.td38 // 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
197 // An SRet is passed in X8, not X0 like a normal pointer parameter.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcCallingConv.td18 // Custom assign SRet to [sp+64].
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DNeonEmitter.cpp1284 bool SRet = getReturnType().getNumVectors() >= 2; in emitBodyAsBuiltinCall() local
1291 if (!getReturnType().isVoid() && !SRet) in emitBodyAsBuiltinCall()
1296 if (SRet) in emitBodyAsBuiltinCall()
1348 if (!SRet && !RetVar.getType().isVoid()) in emitBodyAsBuiltinCall()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCall.cpp3434 llvm::Value *SRet = Builder.CreateStructGEP( in EmitFunctionEpilog() local
3437 cast<llvm::GetElementPtrInst>(SRet)->getResultElementType(); in EmitFunctionEpilog()
3438 RV = Builder.CreateAlignedLoad(Ty, SRet, getPointerAlign(), "sret"); in EmitFunctionEpilog()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp9306 SDValue SRet; in LowerFSINCOS() local
9312 SRet = DAG.getFrameIndex(FrameIdx, TLI.getPointerTy(DL)); in LowerFSINCOS()
9315 Entry.Node = SRet; in LowerFSINCOS()
9348 DAG.getLoad(ArgVT, dl, CallResult.second, SRet, MachinePointerInfo()); in LowerFSINCOS()
9351 SDValue Add = DAG.getNode(ISD::ADD, dl, PtrVT, SRet, in LowerFSINCOS()