Home
last modified time | relevance | path

Searched refs:addAttributeAtIndex (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h571 [[nodiscard]] LLVM_ABI AttributeList addAttributeAtIndex(
577 addAttributeAtIndex(LLVMContext &C, unsigned Index, StringRef Kind,
582 [[nodiscard]] LLVM_ABI AttributeList addAttributeAtIndex(LLVMContext &C,
595 return addAttributeAtIndex(C, FunctionIndex, Kind);
602 return addAttributeAtIndex(C, FunctionIndex, Attr);
610 return addAttributeAtIndex(C, FunctionIndex, Kind, Value);
624 return addAttributeAtIndex(C, ReturnIndex, Kind);
631 return addAttributeAtIndex(C, ReturnIndex, Attr);
646 return addAttributeAtIndex(C, ArgNo + FirstArgIndex, Kind);
654 return addAttributeAtIndex(C, ArgNo + FirstArgIndex, Kind, Value);
[all …]
H A DInstrTypes.h1471 void addAttributeAtIndex(unsigned i, Attribute::AttrKind Kind) {
1472 Attrs = Attrs.addAttributeAtIndex(getContext(), i, Kind);
1476 void addAttributeAtIndex(unsigned i, Attribute Attr) {
1477 Attrs = Attrs.addAttributeAtIndex(getContext(), i, Attr);
H A DFunction.h359 void addAttributeAtIndex(unsigned i, Attribute Attr);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp633 void Function::addAttributeAtIndex(unsigned i, Attribute Attr) { in addAttributeAtIndex() function in Function
634 AttributeSets = AttributeSets.addAttributeAtIndex(getContext(), i, Attr); in addAttributeAtIndex()
H A DAttributes.cpp1680 AttributeList::addAttributeAtIndex(LLVMContext &C, unsigned Index, in addAttributeAtIndex() function in AttributeList
1691 AttributeList AttributeList::addAttributeAtIndex(LLVMContext &C, unsigned Index, in addAttributeAtIndex() function in AttributeList
1699 AttributeList AttributeList::addAttributeAtIndex(LLVMContext &C, unsigned Index, in addAttributeAtIndex() function in AttributeList
H A DCore.cpp2572 unwrap<Function>(F)->addAttributeAtIndex(Idx, unwrap(A)); in LLVMAddAttributeAtIndex()
3040 Call->addAttributeAtIndex(Idx, AlignAttr); in LLVMSetInstrParamAlignment()
3045 unwrap<CallBase>(C)->addAttributeAtIndex(Idx, unwrap(A)); in LLVMAddCallSiteAttribute()
H A DAutoUpgrade.cpp5306 cast<Function>(GV)->addAttributeAtIndex( in upgradeSingleNVVMAnnotation()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp395 F->addAttributeAtIndex( in inferAttribute()
403 F->addAttributeAtIndex(AttrIndex, in inferAttribute()