Lines Matching defs:RetAttrs
2343 llvm::AttrBuilder RetAttrs(getLLVMContext());
2403 RetAttrs.addAttribute(llvm::Attribute::NoAlias);
2440 RetAttrs.addAttribute(llvm::Attribute::NoAlias);
2443 RetAttrs.addAttribute(llvm::Attribute::NonNull);
2589 RetAttrs.addAttribute(llvm::Attribute::NoUndef);
2595 RetAttrs.addAttribute(llvm::Attribute::SExt);
2597 RetAttrs.addAttribute(llvm::Attribute::ZExt);
2599 RetAttrs.addAttribute(llvm::Attribute::NoExt);
2603 RetAttrs.addAttribute(llvm::Attribute::InReg);
2606 RetAttrs.addNoFPClassAttr(getNoFPClassTestMask(getLangOpts()));
2632 RetAttrs.addDereferenceableAttr(
2636 RetAttrs.addAttribute(llvm::Attribute::NonNull);
2640 RetAttrs.addAlignmentAttr(Alignment);
2898 llvm::AttributeSet::get(getLLVMContext(), RetAttrs), ArgAttrs);