Home
last modified time | relevance | path

Searched refs:isSRetAfterThis (Results 1 – 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/CodeGen/
HDCGFunctionInfo.h426 bool isSRetAfterThis() const { in isSRetAfterThis() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGVTables.cpp422 int ThisArgNo = RetAI.isIndirect() && !RetAI.isSRetAfterThis() ? 1 : 0; in EmitMustTailThunk()
HDCGCall.cpp1490 SwapThisWithSRet = RetAI.isSRetAfterThis(); in construct()
3823 if (RetAI.isSRetAfterThis()) in EmitFunctionEpilog()
HDCodeGenFunction.cpp1185 if (CurFnInfo->getReturnInfo().isSRetAfterThis()) in StartFunction()
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/Targets/
HDX86.cpp1042 if (Ret.isIndirect() && Ret.isSRetAfterThis() && !IsThisCall && in rewriteWithInAlloca()