Home | History | Annotate | Download | only in Utils

Lines Matching refs:AWI

39   AttributeWithIndex AWI[2];
40 AWI[0] = AttributeWithIndex::get(1, Attribute::NoCapture);
41 AWI[1] = AttributeWithIndex::get(~0u, Attribute::ReadOnly |
45 Constant *StrLen = M->getOrInsertFunction("strlen", AttrListPtr::get(AWI, 2),
62 AttributeWithIndex AWI =
67 Constant *StrChr = M->getOrInsertFunction("strchr", AttrListPtr::get(&AWI, 1),
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 |
87 Value *StrNCmp = M->getOrInsertFunction("strncmp", AttrListPtr::get(AWI, 3),
106 AttributeWithIndex AWI[2];
107 AWI[0] = AttributeWithIndex::get(2, Attribute::NoCapture);
108 AWI[1] = AttributeWithIndex::get(~0u, Attribute::NoUnwind);
110 Value *StrCpy = M->getOrInsertFunction(Name, AttrListPtr::get(AWI, 2),
124 AttributeWithIndex AWI[2];
125 AWI[0] = AttributeWithIndex::get(2, Attribute::NoCapture);
126 AWI[1] = AttributeWithIndex::get(~0u, Attribute::NoUnwind);
128 Value *StrNCpy = M->getOrInsertFunction(Name, AttrListPtr::get(AWI, 2),
144 AttributeWithIndex AWI;
145 AWI = AttributeWithIndex::get(~0u, Attribute::NoUnwind);
148 AttrListPtr::get(&AWI, 1),
167 AttributeWithIndex AWI;
168 AWI = AttributeWithIndex::get(~0u, Attribute::ReadOnly | Attribute::NoUnwind);
170 Value *MemChr = M->getOrInsertFunction("memchr", AttrListPtr::get(&AWI, 1),
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 |
195 Value *MemCmp = M->getOrInsertFunction("memcmp", AttrListPtr::get(AWI, 3),
259 AttributeWithIndex AWI[2];
260 AWI[0] = AttributeWithIndex::get(1, Attribute::NoCapture);
261 AWI[1] = AttributeWithIndex::get(~0u, Attribute::NoUnwind);
263 Value *PutS = M->getOrInsertFunction("puts", AttrListPtr::get(AWI, 2),
278 AttributeWithIndex AWI[2];
279 AWI[0] = AttributeWithIndex::get(2, Attribute::NoCapture);
280 AWI[1] = AttributeWithIndex::get(~0u, Attribute::NoUnwind);
283 F = M->getOrInsertFunction("fputc", AttrListPtr::get(AWI, 2),
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);
312 F = M->getOrInsertFunction(FPutsName, AttrListPtr::get(AWI, 3),
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);
340 F = M->getOrInsertFunction(FWriteName, AttrListPtr::get(AWI, 3),