Lines Matching refs:Leads
354 const AMDGPULibFunc::Param (&Leads)[2]) { in getRetType()
355 AMDGPULibFunc::Param Res = Leads[0]; in getRetType()
368 const AMDGPULibFunc::Param (&Leads)[2]; member in __anonbcd55a340111::ParamIterator
374 : Leads(leads), Rule(rule) {} in ParamIterator()
402 if (Index == (Rule.Lead[1] - 1)) P = Leads[1]; in getNextParam()
403 else P = Leads[0]; in getNextParam()
512 Leads[0].reset(); in AMDGPUMangledLibFunc()
513 Leads[1].reset(); in AMDGPUMangledLibFunc()
526 Leads[0] = copyFrom.Leads[0]; in AMDGPUMangledLibFunc()
527 Leads[1] = copyFrom.Leads[1]; in AMDGPUMangledLibFunc()
535 Leads[0] = Param::getFromTy(FT->getParamType(0), SignedInts); in AMDGPUMangledLibFunc()
537 Leads[1] = Param::getFromTy(FT->getParamType(1), SignedInts); in AMDGPUMangledLibFunc()
679 if ((I + 1) == Rule.Lead[0]) Leads[0] = P; in parseFuncName()
680 if ((I + 1) == Rule.Lead[1]) Leads[1] = P; in parseFuncName()
878 ParamIterator I(Leads, manglingRules[FuncId]); in mangleNameItanium()
977 ParamIterator I(Leads, manglingRules[FuncId]); in getFunctionType()
983 getIntrinsicParamType(C, getRetType(FuncId, Leads), true), in getFunctionType()
1123 return cast<AMDGPUMangledLibFunc>(Impl.get())->Leads; in getLeads()
1127 return cast<const AMDGPUMangledLibFunc>(Impl.get())->Leads; in getLeads()