Home
last modified time | relevance | path

Searched refs:CallerPAL (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp398 const AttributeList &CallerPAL = CS.getAttributes(); in promoteCall() local
413 AttrBuilder ArgAttrs(CallerPAL.getParamAttributes(ArgNo)); in promoteCall()
418 NewArgAttrs.push_back(CallerPAL.getParamAttributes(ArgNo)); in promoteCall()
424 AttrBuilder RAttrs(CallerPAL, AttributeList::ReturnIndex); in promoteCall()
433 CS.setAttributes(AttributeList::get(Ctx, CallerPAL.getFnAttributes(), in promoteCall()
/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp4342 const AttributeList &CallerPAL = CS.getAttributes(); in transformConstExprCastCall() local
4367 if (!CallerPAL.isEmpty() && !Caller->use_empty()) { in transformConstExprCastCall()
4368 AttrBuilder RAttrs(CallerPAL, AttributeList::ReturnIndex); in transformConstExprCastCall()
4409 if (AttrBuilder(CallerPAL.getParamAttributes(i)) in transformConstExprCastCall()
4418 if (ParamTy != ActTy && CallerPAL.hasParamAttribute(i, Attribute::ByVal)) { in transformConstExprCastCall()
4453 !CallerPAL.isEmpty()) { in transformConstExprCastCall()
4458 if (CallerPAL.hasAttrSomewhere(Attribute::StructRet, &SRetIdx) && in transformConstExprCastCall()
4471 AttrBuilder RAttrs(CallerPAL, AttributeList::ReturnIndex); in transformConstExprCastCall()
4487 ArgAttrs.push_back(CallerPAL.getParamAttributes(i)); in transformConstExprCastCall()
4514 ArgAttrs.push_back(CallerPAL.getParamAttributes(i)); in transformConstExprCastCall()
[all …]