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

References

tools/clang/lib/CodeGen/TargetInfo.cpp
 7620       return getIndirectResult(Ty, /*ByVal=*/false, State);
 7629       return getIndirectResult(Ty, /*ByVal=*/true, State);
 7637     if (SizeInRegs <= State.FreeRegs) {
 7641       State.FreeRegs -= SizeInRegs;
 7644       State.FreeRegs = 0;
 7646     return getIndirectResult(Ty, true, State);
 7653   bool InReg = shouldUseInReg(Ty, State);