Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:SRet

959       // sret things on win32 aren't void, they return the sret pointer.
1193 // sret disables readnone and readonly
1217 // Skip over the sret parameter when it comes second. We already handled it
1381 ++AI; // Skip the sret parameter.
1613 ++AI; // Skip the sret parameter.
1843 // need to return the sret value in a register, though.
1849 llvm::Value *SRet =
1851 RV = Builder.CreateLoad(SRet, "sret");
2664 // Skip 'sret' if it came second.