Lines Matching refs:AS

30   unsigned AS = V->getType()->getPointerAddressSpace();  in CastToCStr()  local
31 return B.CreateBitCast(V, B.getInt8PtrTy(AS), "cstr"); in CastToCStr()
42 AttributeSet AS[2]; in EmitStrLen() local
43 AS[0] = AttributeSet::get(M->getContext(), 1, Attribute::NoCapture); in EmitStrLen()
45 AS[1] = AttributeSet::get(M->getContext(), AttributeSet::FunctionIndex, AVs); in EmitStrLen()
50 AS), in EmitStrLen()
70 AttributeSet AS[2]; in EmitStrNLen() local
71 AS[0] = AttributeSet::get(M->getContext(), 1, Attribute::NoCapture); in EmitStrNLen()
73 AS[1] = AttributeSet::get(M->getContext(), AttributeSet::FunctionIndex, AVs); in EmitStrNLen()
78 AS), in EmitStrNLen()
100 AttributeSet AS = in EmitStrChr() local
107 AS), in EmitStrChr()
124 AttributeSet AS[3]; in EmitStrNCmp() local
125 AS[0] = AttributeSet::get(M->getContext(), 1, Attribute::NoCapture); in EmitStrNCmp()
126 AS[1] = AttributeSet::get(M->getContext(), 2, Attribute::NoCapture); in EmitStrNCmp()
128 AS[2] = AttributeSet::get(M->getContext(), AttributeSet::FunctionIndex, AVs); in EmitStrNCmp()
133 AS), in EmitStrNCmp()
156 AttributeSet AS[2]; in EmitStrCpy() local
157 AS[0] = AttributeSet::get(M->getContext(), 2, Attribute::NoCapture); in EmitStrCpy()
158 AS[1] = AttributeSet::get(M->getContext(), AttributeSet::FunctionIndex, in EmitStrCpy()
162 AttributeSet::get(M->getContext(), AS), in EmitStrCpy()
180 AttributeSet AS[2]; in EmitStrNCpy() local
181 AS[0] = AttributeSet::get(M->getContext(), 2, Attribute::NoCapture); in EmitStrNCpy()
182 AS[1] = AttributeSet::get(M->getContext(), AttributeSet::FunctionIndex, in EmitStrNCpy()
187 AS), in EmitStrNCpy()
207 AttributeSet AS; in EmitMemCpyChk() local
208 AS = AttributeSet::get(M->getContext(), AttributeSet::FunctionIndex, in EmitMemCpyChk()
212 AttributeSet::get(M->getContext(), AS), in EmitMemCpyChk()
235 AttributeSet AS; in EmitMemChr() local
237 AS = AttributeSet::get(M->getContext(), AttributeSet::FunctionIndex, AVs); in EmitMemChr()
240 AttributeSet::get(M->getContext(), AS), in EmitMemChr()
262 AttributeSet AS[3]; in EmitMemCmp() local
263 AS[0] = AttributeSet::get(M->getContext(), 1, Attribute::NoCapture); in EmitMemCmp()
264 AS[1] = AttributeSet::get(M->getContext(), 2, Attribute::NoCapture); in EmitMemCmp()
266 AS[2] = AttributeSet::get(M->getContext(), AttributeSet::FunctionIndex, AVs); in EmitMemCmp()
270 AttributeSet::get(M->getContext(), AS), in EmitMemCmp()
370 AttributeSet AS[2]; in EmitPutS() local
371 AS[0] = AttributeSet::get(M->getContext(), 1, Attribute::NoCapture); in EmitPutS()
372 AS[1] = AttributeSet::get(M->getContext(), AttributeSet::FunctionIndex, in EmitPutS()
376 AttributeSet::get(M->getContext(), AS), in EmitPutS()
394 AttributeSet AS[2]; in EmitFPutC() local
395 AS[0] = AttributeSet::get(M->getContext(), 2, Attribute::NoCapture); in EmitFPutC()
396 AS[1] = AttributeSet::get(M->getContext(), AttributeSet::FunctionIndex, in EmitFPutC()
401 AttributeSet::get(M->getContext(), AS), in EmitFPutC()
427 AttributeSet AS[3]; in EmitFPutS() local
428 AS[0] = AttributeSet::get(M->getContext(), 1, Attribute::NoCapture); in EmitFPutS()
429 AS[1] = AttributeSet::get(M->getContext(), 2, Attribute::NoCapture); in EmitFPutS()
430 AS[2] = AttributeSet::get(M->getContext(), AttributeSet::FunctionIndex, in EmitFPutS()
436 AttributeSet::get(M->getContext(), AS), in EmitFPutS()
460 AttributeSet AS[3]; in EmitFWrite() local
461 AS[0] = AttributeSet::get(M->getContext(), 1, Attribute::NoCapture); in EmitFWrite()
462 AS[1] = AttributeSet::get(M->getContext(), 4, Attribute::NoCapture); in EmitFWrite()
463 AS[2] = AttributeSet::get(M->getContext(), AttributeSet::FunctionIndex, in EmitFWrite()
470 AttributeSet::get(M->getContext(), AS), in EmitFWrite()