Lines Matching refs:Leads
350 const AMDGPULibFunc::Param (&Leads)[2]) { in getRetType()
351 AMDGPULibFunc::Param Res = Leads[0]; in getRetType()
364 const AMDGPULibFunc::Param (&Leads)[2]; member in __anona98c6f240111::ParamIterator
370 : Leads(leads), Rule(rule), Index(0) {} in ParamIterator()
398 if (Index == (Rule.Lead[1] - 1)) P = Leads[1]; in getNextParam()
399 else P = Leads[0]; in getNextParam()
507 Leads[0].reset(); in AMDGPUMangledLibFunc()
508 Leads[1].reset(); in AMDGPUMangledLibFunc()
521 Leads[0] = copyFrom.Leads[0]; in AMDGPUMangledLibFunc()
522 Leads[1] = copyFrom.Leads[1]; in AMDGPUMangledLibFunc()
664 if ((I + 1) == Rule.Lead[0]) Leads[0] = P; in parseFuncName()
665 if ((I + 1) == Rule.Lead[1]) Leads[1] = P; in parseFuncName()
861 ParamIterator I(Leads, manglingRules[FuncId]); in mangleNameItanium()
916 ParamIterator I(Leads, manglingRules[FuncId]); in getFunctionType()
922 getIntrinsicParamType(C, getRetType(FuncId, Leads), true), in getFunctionType()
1049 return cast<AMDGPUMangledLibFunc>(Impl.get())->Leads; in getLeads()
1053 return cast<const AMDGPUMangledLibFunc>(Impl.get())->Leads; in getLeads()