Lines Matching defs:RetAttrs
2314 llvm::AttrBuilder RetAttrs(getLLVMContext());
2374 RetAttrs.addAttribute(llvm::Attribute::NoAlias);
2411 RetAttrs.addAttribute(llvm::Attribute::NoAlias);
2414 RetAttrs.addAttribute(llvm::Attribute::NonNull);
2555 RetAttrs.addAttribute(llvm::Attribute::NoUndef);
2561 RetAttrs.addAttribute(llvm::Attribute::SExt);
2563 RetAttrs.addAttribute(llvm::Attribute::ZExt);
2567 RetAttrs.addAttribute(llvm::Attribute::InReg);
2570 RetAttrs.addNoFPClassAttr(getNoFPClassTestMask(getLangOpts()));
2596 RetAttrs.addDereferenceableAttr(
2600 RetAttrs.addAttribute(llvm::Attribute::NonNull);
2604 RetAttrs.addAlignmentAttr(Alignment);
2856 llvm::AttributeSet::get(getLLVMContext(), RetAttrs), ArgAttrs);