Searched refs:getAttributeAtIndex (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Attributes.h | 778 Attribute Attr = getAttributeAtIndex(ArgNo, Kind); 888 LLVM_ABI Attribute getAttributeAtIndex(unsigned Index, 892 LLVM_ABI Attribute getAttributeAtIndex(unsigned Index, StringRef Kind) const; 896 return getAttributeAtIndex(ArgNo + FirstArgIndex, Kind); 901 return getAttributeAtIndex(ArgNo + FirstArgIndex, Kind); 906 return getAttributeAtIndex(FunctionIndex, Kind); 911 return getAttributeAtIndex(FunctionIndex, Kind); 916 return getAttributeAtIndex(ReturnIndex, Kind);
|
| H A D | Function.h | 439 Attribute getAttributeAtIndex(unsigned i, Attribute::AttrKind Kind) const; 442 Attribute getAttributeAtIndex(unsigned i, StringRef Kind) const;
|
| H A D | InstrTypes.h | 1622 Attribute getAttributeAtIndex(unsigned i, Attribute::AttrKind Kind) const { 1623 return getAttributes().getAttributeAtIndex(i, Kind); 1627 Attribute getAttributeAtIndex(unsigned i, StringRef Kind) const { 1628 return getAttributes().getAttributeAtIndex(i, Kind);
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Function.cpp | 748 Attribute Function::getAttributeAtIndex(unsigned i, in getAttributeAtIndex() function in Function 750 return AttributeSets.getAttributeAtIndex(i, Kind); in getAttributeAtIndex() 753 Attribute Function::getAttributeAtIndex(unsigned i, StringRef Kind) const { in getAttributeAtIndex() function in Function 754 return AttributeSets.getAttributeAtIndex(i, Kind); in getAttributeAtIndex()
|
| H A D | Attributes.cpp | 1901 Attribute AttributeList::getAttributeAtIndex(unsigned Index, in getAttributeAtIndex() function in AttributeList 1906 Attribute AttributeList::getAttributeAtIndex(unsigned Index, in getAttributeAtIndex() function in AttributeList
|
| H A D | Core.cpp | 2590 return wrap(unwrap<Function>(F)->getAttributeAtIndex( in LLVMGetEnumAttributeAtIndex() 2598 unwrap<Function>(F)->getAttributeAtIndex(Idx, StringRef(K, KLen))); in LLVMGetStringAttributeAtIndex() 3066 return wrap(unwrap<CallBase>(C)->getAttributeAtIndex( in LLVMGetCallSiteEnumAttribute() 3074 unwrap<CallBase>(C)->getAttributeAtIndex(Idx, StringRef(K, KLen))); in LLVMGetCallSiteStringAttribute()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | ValueMapper.cpp | 1037 Attrs.getAttributeAtIndex(i, TypedAttr).getValueAsType()) { in remapInstruction()
|
| H A D | SCCPSolver.cpp | 391 Attribute OldAttr = F->getAttributeAtIndex(AttrIndex, Attribute::Range); in inferAttribute()
|
| /freebsd/contrib/llvm-project/llvm/lib/Linker/ |
| H A D | IRMover.cpp | 576 Attrs.getAttributeAtIndex(i, TypedAttr).getValueAsType()) { in mapAttributeTypes()
|