Searched refs:RetAttrs (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURewriteOutArguments.cpp374 AttrBuilder RetAttrs; local
375 RetAttrs.addAttribute(Attribute::SExt);
376 RetAttrs.addAttribute(Attribute::ZExt);
377 RetAttrs.addAttribute(Attribute::NoAlias);
378 NewFunc->removeAttributes(AttributeList::ReturnIndex, RetAttrs);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp847 AttributeSet RetAttrs = AttributeSet::get(F->getContext(), RAttrs); local
856 AttributeList::get(F->getContext(), FnAttrs, RetAttrs, ArgAttrVec);
889 AttributeSet RetAttrs = AttributeSet::get(F->getContext(), RAttrs); local
932 F->getContext(), FnAttrs, RetAttrs, ArgAttrVec);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp1701 AttributeSet RetAttrs = Attrs.getRetAttributes(); local
1702 Assert((!RetAttrs.hasAttribute(Attribute::ByVal) &&
1703 !RetAttrs.hasAttribute(Attribute::Nest) &&
1704 !RetAttrs.hasAttribute(Attribute::StructRet) &&
1705 !RetAttrs.hasAttribute(Attribute::NoCapture) &&
1706 !RetAttrs.hasAttribute(Attribute::NoFree) &&
1707 !RetAttrs.hasAttribute(Attribute::Returned) &&
1708 !RetAttrs.hasAttribute(Attribute::InAlloca) &&
1709 !RetAttrs.hasAttribute(Attribute::SwiftSelf) &&
1710 !RetAttrs
[all...]
H A DAttributes.cpp1040 AttributeSet RetAttrs,
1055 if (RetAttrs.hasAttributes())
1070 AttrSets.push_back(RetAttrs);
1039 get(LLVMContext &C, AttributeSet FnAttrs, AttributeSet RetAttrs, ArrayRef<AttributeSet> ArgAttrs) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp1840 llvm::AttrBuilder RetAttrs;
1910 RetAttrs.addAttribute(llvm::Attribute::NoAlias);
1913 RetAttrs.addAttribute(llvm::Attribute::NonNull);
1998 RetAttrs.addAttribute(llvm::Attribute::SExt);
2000 RetAttrs.addAttribute(llvm::Attribute::ZExt);
2004 RetAttrs.addAttribute(llvm::Attribute::InReg);
2027 RetAttrs.addDereferenceableAttr(getContext().getTypeSizeInChars(PTy)
2031 RetAttrs.addAttribute(llvm::Attribute::NonNull);
2194 llvm::AttributeSet::get(getLLVMContext(), RetAttrs), ArgAttrs);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h366 AttributeSet RetAttrs,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp5316 AttrBuilder RetAttrs;
5323 ParseOptionalCallingConv(CC) || ParseOptionalReturnAttrs(RetAttrs) ||
5435 AttributeSet::get(Context, RetAttrs), Attrs);
6046 AttrBuilder RetAttrs, FnAttrs;
6058 if (ParseOptionalCallingConv(CC) || ParseOptionalReturnAttrs(RetAttrs) ||
6127 AttributeSet::get(Context, RetAttrs), ArgAttrs);
6357 AttrBuilder RetAttrs, FnAttrs;
6368 if (ParseOptionalCallingConv(CC) || ParseOptionalReturnAttrs(RetAttrs) ||
6457 AttributeSet::get(Context, RetAttrs), ArgAttrs);
6779 AttrBuilder RetAttrs, FnAttr
[all...]

Completed in 271 milliseconds