Lines Matching refs:RetAttrs
2417 llvm::AttrBuilder RetAttrs(getLLVMContext()); in ConstructAttributeList() local
2476 RetAttrs.addAttribute(llvm::Attribute::NoAlias); in ConstructAttributeList()
2514 RetAttrs.addAttribute(llvm::Attribute::NoAlias); in ConstructAttributeList()
2517 RetAttrs.addAttribute(llvm::Attribute::NonNull); in ConstructAttributeList()
2688 RetAttrs.addAttribute(llvm::Attribute::NoUndef); in ConstructAttributeList()
2694 RetAttrs.addAttribute(llvm::Attribute::SExt); in ConstructAttributeList()
2696 RetAttrs.addAttribute(llvm::Attribute::ZExt); in ConstructAttributeList()
2698 RetAttrs.addAttribute(llvm::Attribute::NoExt); in ConstructAttributeList()
2702 RetAttrs.addAttribute(llvm::Attribute::InReg); in ConstructAttributeList()
2705 RetAttrs.addNoFPClassAttr(getNoFPClassTestMask(getLangOpts())); in ConstructAttributeList()
2731 RetAttrs.addDereferenceableAttr( in ConstructAttributeList()
2735 RetAttrs.addAttribute(llvm::Attribute::NonNull); in ConstructAttributeList()
2739 RetAttrs.addAlignmentAttr(Alignment); in ConstructAttributeList()
2996 llvm::AttributeSet::get(getLLVMContext(), RetAttrs), ArgAttrs); in ConstructAttributeList()