Searched refs:hasAttributeAtIndex (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | Attributes.h | 742 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 D | RenderScriptx86ABIFixups.cpp | 235 if (call_attribs.hasAttributeAtIndex(I, llvm::Attribute::ByVal)) { in fixupRSAllocationStructByValCalls()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Attributes.cpp | 1222 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 D | Attributor.cpp | 679 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 D | CallLowering.cpp | 77 return Attrs.hasAttributeAtIndex(OpIdx, Attr); in addArgFlagsFromAttributes()
|
| /llvm-project-15.0.7/llvm/lib/Linker/ |
| H A D | IRMover.cpp | 663 if (Attrs.hasAttributeAtIndex(i, TypedAttr)) { in mapAttributeTypes()
|