Searched refs:getParamAttributes (Results 1 – 18 of 18) sorted by relevance
226 Attributes getParamAttributes(unsigned Idx) const { in getParamAttributes() function
1064 unsigned Attrs = CallerPAL.getParamAttributes(i + 1); in transformConstExprCastCall()1148 if (Attributes PAttrs = CallerPAL.getParamAttributes(i + 1)) in transformConstExprCastCall()1176 if (Attributes PAttrs = CallerPAL.getParamAttributes(i + 1)) in transformConstExprCastCall()1275 NestAttr = NestAttrs.getParamAttributes(NestIdx); in transformCallThroughTrampoline()1312 if (Attributes Attr = Attrs.getParamAttributes(Idx)) in transformCallThroughTrampoline()
743 if (Attributes Attrs = PAL.getParamAttributes(i + 1)) in RemoveDeadStuffFromFunction()804 if (Attributes Attrs = CallPAL.getParamAttributes(i + 1)) in RemoveDeadStuffFromFunction()811 if (Attributes Attrs = CallPAL.getParamAttributes(i + 1)) in RemoveDeadStuffFromFunction()
540 if (Attributes attrs = PAL.getParamAttributes(ArgIndex)) in DoPromotion()660 if (Attributes Attrs = CallPAL.getParamAttributes(ArgIndex)) in DoPromotion()724 if (Attributes Attrs = CallPAL.getParamAttributes(ArgIndex)) in DoPromotion()
320 AttributeSet getParamAttributes(unsigned Index) const;
1512 printArgument(I, Attrs.getParamAttributes(Idx)); in printFunction()1524 Attributes ArgAttrs = Attrs.getParamAttributes(i+1); in printFunction()1821 writeParamOperand(CI->getArgOperand(op), PAL.getParamAttributes(op + 1)); in printInstruction()1871 writeParamOperand(II->getArgOperand(op), PAL.getParamAttributes(op + 1)); in printInstruction()
1139 Attributes Attr = Attrs.getParamAttributes(Idx); in VerifyCallSite()
1426 Attributes attr = A->getParent()->getAttributes().getParamAttributes( in LLVMGetAttribute()
2693 if (AttrBuilder(CallerPAL.getParamAttributes(i + 1), i + 1). in transformConstExprCastCall()2703 CallerPAL.getParamAttributes(i + 1).hasAttribute(i + 1, in transformConstExprCastCall()2785 AttrBuilder PAttrs(CallerPAL.getParamAttributes(i + 1), i + 1); in transformConstExprCastCall()2813 AttrBuilder PAttrs(CallerPAL.getParamAttributes(i + 1), i + 1); in transformConstExprCastCall()2921 NestAttr = NestAttrs.getParamAttributes(NestIdx); in transformCallThroughTrampoline()2960 AttributeSet Attr = Attrs.getParamAttributes(Idx); in transformCallThroughTrampoline()
319 AttributeSet getParamAttributes(unsigned Index) const;
96 .getParamAttributes(I->getArgNo() + 1)); in CloneFunctionInto()
110 OldAttrs.getParamAttributes(OldArg.getArgNo() + 1); in CloneFunctionInto()
684 AttributeSet attrs = PAL.getParamAttributes(ArgIndex); in DoPromotion()
1625 AttributeSet Attrs = NewFuncAttrs.getParamAttributes(argIdx); in replaceDirectCallers()
1066 AttributeSet AttributeSet::getParamAttributes(unsigned Index) const { in getParamAttributes() function in AttributeSet
2788 oldAttrs.getParamAttributes(argNo + 1))); in replaceUsesOfNonProtoConstant()
1401 * [llvm::Attributes::getParamAttributes] *)
1579 [llvm::Attributes::getParamAttributes] *)