Home | History | Annotate | Download | only in Utils

Lines Matching refs:AttributeWithIndex

39   AttributeWithIndex AWI[2];
40 AWI[0] = AttributeWithIndex::get(1, Attribute::NoCapture);
41 AWI[1] = AttributeWithIndex::get(~0u, Attribute::ReadOnly |
62 AttributeWithIndex AWI =
63 AttributeWithIndex::get(~0u, Attribute::ReadOnly | Attribute::NoUnwind);
80 AttributeWithIndex AWI[3];
81 AWI[0] = AttributeWithIndex::get(1, Attribute::NoCapture);
82 AWI[1] = AttributeWithIndex::get(2, Attribute::NoCapture);
83 AWI[2] = AttributeWithIndex::get(~0u, Attribute::ReadOnly |
106 AttributeWithIndex AWI[2];
107 AWI[0] = AttributeWithIndex::get(2, Attribute::NoCapture);
108 AWI[1] = AttributeWithIndex::get(~0u, Attribute::NoUnwind);
124 AttributeWithIndex AWI[2];
125 AWI[0] = AttributeWithIndex::get(2, Attribute::NoCapture);
126 AWI[1] = AttributeWithIndex::get(~0u, Attribute::NoUnwind);
144 AttributeWithIndex AWI;
145 AWI = AttributeWithIndex::get(~0u, Attribute::NoUnwind);
167 AttributeWithIndex AWI;
168 AWI = AttributeWithIndex::get(~0u, Attribute::ReadOnly | Attribute::NoUnwind);
188 AttributeWithIndex AWI[3];
189 AWI[0] = AttributeWithIndex::get(1, Attribute::NoCapture);
190 AWI[1] = AttributeWithIndex::get(2, Attribute::NoCapture);
191 AWI[2] = AttributeWithIndex::get(~0u, Attribute::ReadOnly |
259 AttributeWithIndex AWI[2];
260 AWI[0] = AttributeWithIndex::get(1, Attribute::NoCapture);
261 AWI[1] = AttributeWithIndex::get(~0u, Attribute::NoUnwind);
278 AttributeWithIndex AWI[2];
279 AWI[0] = AttributeWithIndex::get(2, Attribute::NoCapture);
280 AWI[1] = AttributeWithIndex::get(~0u, Attribute::NoUnwind);
305 AttributeWithIndex AWI[3];
306 AWI[0] = AttributeWithIndex::get(1, Attribute::NoCapture);
307 AWI[1] = AttributeWithIndex::get(2, Attribute::NoCapture);
308 AWI[2] = AttributeWithIndex::get(~0u, Attribute::NoUnwind);
332 AttributeWithIndex AWI[3];
333 AWI[0] = AttributeWithIndex::get(1, Attribute::NoCapture);
334 AWI[1] = AttributeWithIndex::get(4, Attribute::NoCapture);
335 AWI[2] = AttributeWithIndex::get(~0u, Attribute::NoUnwind);