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

References

lib/Target/PowerPC/PPCISelLowering.cpp
 3470   CCInfo.AllocateStack(LinkageSize, PtrByteSize);
 3472     CCInfo.PreAnalyzeFormalArguments(Ins);
 3474   CCInfo.AnalyzeFormalArguments(Ins, CC_PPC32_SVR4);
 3475   CCInfo.clearWasPPCF128();
 3579   CCByValInfo.AllocateStack(CCInfo.getNextStackOffset(), PtrByteSize);
 3615     FuncInfo->setVarArgsNumGPR(CCInfo.getFirstUnallocated(GPArgRegs));
 3616     FuncInfo->setVarArgsNumFPR(CCInfo.getFirstUnallocated(FPArgRegs));
 3624                             CCInfo.getNextStackOffset(), true));