Home
last modified time | relevance | path

Searched refs:hasAttributeAtIndex (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DAttributes.h742 bool hasAttributeAtIndex(unsigned Index, Attribute::AttrKind Kind) const;
745 bool hasAttributeAtIndex(unsigned Index, StringRef Kind) const;
752 return hasAttributeAtIndex(ArgNo + FirstArgIndex, Kind);
757 return hasAttributeAtIndex(ArgNo + FirstArgIndex, Kind);
767 return hasAttributeAtIndex(ReturnIndex, Kind);
772 return hasAttributeAtIndex(ReturnIndex, Kind);
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptx86ABIFixups.cpp235 if (call_attribs.hasAttributeAtIndex(I, llvm::Attribute::ByVal)) { in fixupRSAllocationStructByValCalls()
/llvm-project-15.0.7/llvm/lib/IR/
H A DAttributes.cpp1222 if (hasAttributeAtIndex(Index, Kind)) in addAttributeAtIndex()
1294 if (!hasAttributeAtIndex(Index, Kind)) in removeAttributeAtIndex()
1309 if (!hasAttributeAtIndex(Index, Kind)) in removeAttributeAtIndex()
1392 bool AttributeList::hasAttributeAtIndex(unsigned Index, in hasAttributeAtIndex() function in AttributeList
1397 bool AttributeList::hasAttributeAtIndex(unsigned Index, StringRef Kind) const { in hasAttributeAtIndex() function in AttributeList
1410 return hasAttributeAtIndex(AttributeList::FunctionIndex, Kind); in hasFnAttr()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DAttributor.cpp679 if (Attrs.hasAttributeAtIndex(AttrIdx, Kind)) in addIfNotExistent()
688 if (Attrs.hasAttributeAtIndex(AttrIdx, Kind)) in addIfNotExistent()
697 if (Attrs.hasAttributeAtIndex(AttrIdx, Kind)) in addIfNotExistent()
955 bool HasAttr = AttrList.hasAttributeAtIndex(getAttrIdx(), AK); in getAttrsFromIRAttr()
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp77 return Attrs.hasAttributeAtIndex(OpIdx, Attr); in addArgFlagsFromAttributes()
/llvm-project-15.0.7/llvm/lib/Linker/
H A DIRMover.cpp663 if (Attrs.hasAttributeAtIndex(i, TypedAttr)) { in mapAttributeTypes()