Lines Matching refs:NewAttr
4193 Attribute NewAttr; in parseFunctionRecord() local
4196 NewAttr = Attribute::getWithByValType(Context, PtrEltTy); in parseFunctionRecord()
4199 NewAttr = Attribute::getWithStructRetType(Context, PtrEltTy); in parseFunctionRecord()
4202 NewAttr = Attribute::getWithInAllocaType(Context, PtrEltTy); in parseFunctionRecord()
4208 Func->addParamAttr(i, NewAttr); in parseFunctionRecord()
4218 Attribute NewAttr = Attribute::getWithByValType(Context, ByValTy); in parseFunctionRecord() local
4219 Func->addParamAttr(0, NewAttr); in parseFunctionRecord()
4742 Attribute NewAttr; in propagateAttributeTypes() local
4745 NewAttr = Attribute::getWithByValType(Context, PtrEltTy); in propagateAttributeTypes()
4748 NewAttr = Attribute::getWithStructRetType(Context, PtrEltTy); in propagateAttributeTypes()
4751 NewAttr = Attribute::getWithInAllocaType(Context, PtrEltTy); in propagateAttributeTypes()
4757 Attrs = Attrs.addParamAttribute(Context, i, NewAttr); in propagateAttributeTypes()
4808 Attribute NewAttr = Attribute::get(Context, Attribute::ElementType, ElTy); in propagateAttributeTypes() local
4809 Attrs = Attrs.addParamAttribute(Context, ArgNo, NewAttr); in propagateAttributeTypes()