Lines Matching refs:attrIdxToArrayIdx
1007 static unsigned attrIdxToArrayIdx(unsigned Index) { in attrIdxToArrayIdx() function
1020 for (const auto &I : Sets[attrIdxToArrayIdx(AttributeList::FunctionIndex)]) in AttributeListImpl()
1157 SmallVector<AttributeSet, 4> AttrVec(attrIdxToArrayIdx(MaxIndex) + 1); in get()
1159 AttrVec[attrIdxToArrayIdx(Pair.first)] = Pair.second; in get()
1209 Index = attrIdxToArrayIdx(Index); in get()
1308 Index = attrIdxToArrayIdx(Index); in addAttributes()
1326 unsigned MaxIndex = attrIdxToArrayIdx(ArgNos.back() + FirstArgIndex); in addParamAttribute()
1331 unsigned Index = attrIdxToArrayIdx(ArgNo + FirstArgIndex); in addParamAttribute()
1344 Index = attrIdxToArrayIdx(Index); in removeAttribute()
1357 Index = attrIdxToArrayIdx(Index); in removeAttribute()
1372 Index = attrIdxToArrayIdx(Index); in removeAttributes()
1386 WithoutIndex = attrIdxToArrayIdx(WithoutIndex); in removeAttributes()
1521 Index = attrIdxToArrayIdx(Index); in getAttributes()