Lines Matching defs:Leads
354 const AMDGPULibFunc::Param (&Leads)[2]) {
355 AMDGPULibFunc::Param Res = Leads[0];
368 const AMDGPULibFunc::Param (&Leads)[2];
374 : Leads(leads), Rule(rule) {}
402 if (Index == (Rule.Lead[1] - 1)) P = Leads[1];
403 else P = Leads[0];
512 Leads[0].reset();
513 Leads[1].reset();
526 Leads[0] = copyFrom.Leads[0];
527 Leads[1] = copyFrom.Leads[1];
535 Leads[0] = Param::getFromTy(FT->getParamType(0), SignedInts);
537 Leads[1] = Param::getFromTy(FT->getParamType(1), SignedInts);
679 if ((I + 1) == Rule.Lead[0]) Leads[0] = P;
680 if ((I + 1) == Rule.Lead[1]) Leads[1] = P;
878 ParamIterator I(Leads, manglingRules[FuncId]);
997 ParamIterator I(Leads, manglingRules[FuncId]);
1007 Type *RetTy = getIntrinsicParamType(C, getRetType(FuncId, Leads), true);
1186 return cast<AMDGPUMangledLibFunc>(Impl.get())->Leads;
1190 return cast<const AMDGPUMangledLibFunc>(Impl.get())->Leads;