Lines Matching refs:RetAttrs
1992 llvm::AttrBuilder RetAttrs;
2039 RetAttrs.addAttribute(llvm::Attribute::NoAlias);
2065 RetAttrs
2091 RetAttrs.addAttribute(llvm::Attribute::NoAlias);
2094 RetAttrs.addAttribute(llvm::Attribute::NonNull);
2248 RetAttrs.addAttribute(llvm::Attribute::NoUndef);
2254 RetAttrs.addAttribute(llvm::Attribute::SExt);
2256 RetAttrs.addAttribute(llvm::Attribute::ZExt);
2260 RetAttrs.addAttribute(llvm::Attribute::InReg);
2286 RetAttrs.addDereferenceableAttr(
2290 RetAttrs.addAttribute(llvm::Attribute::NonNull);
2294 RetAttrs.addAlignmentAttr(Alignment);
2525 llvm::AttributeSet::get(getLLVMContext(), RetAttrs), ArgAttrs);