Searched refs:addAttributeAtIndex (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | Attributes.h | 489 LLVM_NODISCARD AttributeList addAttributeAtIndex( 495 addAttributeAtIndex(LLVMContext &C, unsigned Index, StringRef Kind, 500 LLVM_NODISCARD AttributeList addAttributeAtIndex(LLVMContext &C, 514 return addAttributeAtIndex(C, FunctionIndex, Kind); 521 return addAttributeAtIndex(C, FunctionIndex, Attr); 528 return addAttributeAtIndex(C, FunctionIndex, Kind, Value); 542 return addAttributeAtIndex(C, ReturnIndex, Kind); 549 return addAttributeAtIndex(C, ReturnIndex, Attr); 563 return addAttributeAtIndex(C, ArgNo + FirstArgIndex, Kind); 571 return addAttributeAtIndex(C, ArgNo + FirstArgIndex, Kind, Value); [all …]
|
| H A D | InstrTypes.h | 1496 void addAttributeAtIndex(unsigned i, Attribute::AttrKind Kind) { 1497 Attrs = Attrs.addAttributeAtIndex(getContext(), i, Kind); 1501 void addAttributeAtIndex(unsigned i, Attribute Attr) { 1502 Attrs = Attrs.addAttributeAtIndex(getContext(), i, Attr);
|
| H A D | Function.h | 321 void addAttributeAtIndex(unsigned i, Attribute Attr);
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Attributes.cpp | 1220 AttributeList::addAttributeAtIndex(LLVMContext &C, unsigned Index, in addAttributeAtIndex() function in AttributeList 1231 AttributeList AttributeList::addAttributeAtIndex(LLVMContext &C, unsigned Index, in addAttributeAtIndex() function in AttributeList 1239 AttributeList AttributeList::addAttributeAtIndex(LLVMContext &C, unsigned Index, in addAttributeAtIndex() function in AttributeList
|
| H A D | Function.cpp | 534 void Function::addAttributeAtIndex(unsigned i, Attribute Attr) { in addAttributeAtIndex() function in Function 535 AttributeSets = AttributeSets.addAttributeAtIndex(getContext(), i, Attr); in addAttributeAtIndex()
|
| H A D | Core.cpp | 2439 unwrap<Function>(F)->addAttributeAtIndex(Idx, unwrap(A)); in LLVMAddAttributeAtIndex() 2846 Call->addAttributeAtIndex(Idx, AlignAttr); in LLVMSetInstrParamAlignment() 2851 unwrap<CallBase>(C)->addAttributeAtIndex(Idx, unwrap(A)); in LLVMAddCallSiteAttribute()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | Attributor.cpp | 683 Attrs = Attrs.addAttributeAtIndex(Ctx, AttrIdx, Attr); in addIfNotExistent() 692 Attrs = Attrs.addAttributeAtIndex(Ctx, AttrIdx, Attr); in addIfNotExistent() 702 Attrs = Attrs.addAttributeAtIndex(Ctx, AttrIdx, Attr); in addIfNotExistent()
|