Searched refs:getParamAttributes (Results 1 – 15 of 15) sorted by relevance
413 AttrBuilder ArgAttrs(CallerPAL.getParamAttributes(ArgNo)); in promoteCall()418 NewArgAttrs.push_back(CallerPAL.getParamAttributes(ArgNo)); in promoteCall()
119 OldAttrs.getParamAttributes(OldArg.getArgNo()); in CloneFunctionInto()
1829 VarArgsAttrs.push_back(CS.getAttributes().getParamAttributes(i)); in InlineFunction()1862 ArgAttrs.push_back(Attrs.getParamAttributes(ArgNo)); in InlineFunction()
191 ArgAttrs.push_back(PAL.getParamAttributes(ArgNo)); in DeleteDeadVarargs()759 ArgAttrVec.push_back(PAL.getParamAttributes(i)); in RemoveDeadStuffFromFunction()901 AttributeSet Attrs = CallPAL.getParamAttributes(i); in RemoveDeadStuffFromFunction()920 ArgAttrVec.push_back(CallPAL.getParamAttributes(i)); in RemoveDeadStuffFromFunction()
151 ArgAttrVec.push_back(PAL.getParamAttributes(ArgNo)); in doPromotion()255 ArgAttrVec.push_back(CallPAL.getParamAttributes(ArgNo)); in doPromotion()318 ArgAttrVec.push_back(CallPAL.getParamAttributes(ArgNo)); in doPromotion()
470 NewArgAttrs.push_back(NewPAL.getParamAttributes(argIdx)); in replaceDirectCallers()
950 NewArgAttrs.push_back(Attrs.getParamAttributes(I)); in applyICallBranchFunnel()
531 AttributeSet getParamAttributes(unsigned ArgNo) const;
4409 if (AttrBuilder(CallerPAL.getParamAttributes(i)) in transformConstExprCastCall()4487 ArgAttrs.push_back(CallerPAL.getParamAttributes(i)); in transformConstExprCastCall()4514 ArgAttrs.push_back(CallerPAL.getParamAttributes(i)); in transformConstExprCastCall()4621 AttributeSet AS = NestAttrs.getParamAttributes(NestArgNo); in transformCallThroughTrampoline()4658 NewArgAttrs.push_back(Attrs.getParamAttributes(ArgNo)); in transformCallThroughTrampoline()
437 ArgAttributes.push_back(InvokeAL.getParamAttributes(i)); in wrapInvoke()
264 ArgumentAttributes[TransformedIndex] = CallSiteAttrs.getParamAttributes(i); in TransformFunctionAttributes()270 ArgumentAttributes.push_back(CallSiteAttrs.getParamAttributes(i)); in TransformFunctionAttributes()
3386 AttributeSet ArgAttrs = Attrs.getParamAttributes(I); in printFunction()3396 printArgument(&Arg, Attrs.getParamAttributes(Arg.getArgNo())); in printFunction()3782 writeParamOperand(CI->getArgOperand(op), PAL.getParamAttributes(op)); in printInstruction()3827 writeParamOperand(II->getArgOperand(op), PAL.getParamAttributes(op)); in printInstruction()
1190 AttributeSet AttributeList::getParamAttributes(unsigned ArgNo) const { in getParamAttributes() function in AttributeList
1687 AttributeSet ArgAttrs = Attrs.getParamAttributes(i); in verifyFunctionAttrs()1972 AttributeSet ArgAttrs = Attrs.getParamAttributes(5 + i); in verifyStatepoint()2840 AttributeSet ArgAttrs = Attrs.getParamAttributes(Idx); in visitCallBase()
3910 newArgAttrs.push_back(oldAttrs.getParamAttributes(argNo)); in replaceUsesOfNonProtoConstant()