reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3481 CCInfo.AllocateStack(ABI.GetCalleeAllocdArgSizeInBytes(CallConv), 1); 3489 CCInfo.AnalyzeFormalArguments(Ins, CC_Mips_FixedArg); 3490 MipsFI->setFormalArgInfo(CCInfo.getNextStackOffset(), 3491 CCInfo.getInRegsParamsCount() > 0); 3494 CCInfo.rewindByValRegsInfo(); 3509 unsigned ByValIdx = CCInfo.getInRegsParamsProcessed(); 3510 CCInfo.getInRegsParamInfo(ByValIdx, FirstByValReg, LastByValReg); 3514 assert(ByValIdx < CCInfo.getInRegsParamsCount()); 3516 FirstByValReg, LastByValReg, VA, CCInfo); 3517 CCInfo.nextInRegsParam(); 3602 writeVarArgRegs(OutChains, Chain, DL, DAG, CCInfo);