Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:RetAttrs

1071   llvm::AttrBuilder RetAttrs;
1109 RetAttrs.addAttribute(llvm::Attribute::NoAlias);
1164 RetAttrs.addAttribute(llvm::Attribute::SExt);
1166 RetAttrs.addAttribute(llvm::Attribute::ZExt);
1170 RetAttrs.addAttribute(llvm::Attribute::InReg);
1204 RetAttrs.addAttribute(llvm::Attribute::NonNull);
1206 if (RetAttrs.hasAttributes())
1210 RetAttrs));