Lines Matching refs:attrIdxToArrayIdx
961 static unsigned attrIdxToArrayIdx(unsigned Index) { in attrIdxToArrayIdx() function
974 for (const auto &I : Sets[attrIdxToArrayIdx(AttributeList::FunctionIndex)]) in AttributeListImpl()
1103 SmallVector<AttributeSet, 4> AttrVec(attrIdxToArrayIdx(MaxIndex) + 1); in get()
1105 AttrVec[attrIdxToArrayIdx(Pair.first)] = Pair.second; in get()
1155 Index = attrIdxToArrayIdx(Index); in get()
1249 Index = attrIdxToArrayIdx(Index); in setAttributesAtIndex()
1277 unsigned MaxIndex = attrIdxToArrayIdx(ArgNos.back() + FirstArgIndex); in addParamAttribute()
1282 unsigned Index = attrIdxToArrayIdx(ArgNo + FirstArgIndex); in addParamAttribute()
1297 Index = attrIdxToArrayIdx(Index); in removeAttributeAtIndex()
1312 Index = attrIdxToArrayIdx(Index); in removeAttributeAtIndex()
1336 WithoutIndex = attrIdxToArrayIdx(WithoutIndex); in removeAttributesAtIndex()
1502 Index = attrIdxToArrayIdx(Index); in getAttributes()