reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/TargetInfo.cpp
 1795   CCState State(FI.getCallingConvention());
 1803   } else if (FI.getHasRegParm())
 1804     State.FreeRegs = FI.getRegParm();
 1811   if (!::classifyReturnType(getCXXABI(), FI, *this)) {
 1812     FI.getReturnInfo() = classifyReturnType(FI.getReturnType(), State);
 1812     FI.getReturnInfo() = classifyReturnType(FI.getReturnType(), State);
 1813   } else if (FI.getReturnInfo().isIndirect()) {
 1819         FI.getReturnInfo().setInReg(true);
 1824   if (FI.isChainCall())
 1829     computeVectorCallArgs(FI, State, UsedInAlloca);
 1832     for (auto &I : FI.arguments()) {
 1841     rewriteWithInAlloca(FI);