• Home
  • Raw
  • Download

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()
49 "strlen", AttributeSet::get(M->getContext(), AS), in EmitStrLen()
68 AttributeSet AS = in EmitStrChr() local
75 AS), in EmitStrChr()
91 AttributeSet AS[3]; in EmitStrNCmp() local
92 AS[0] = AttributeSet::get(M->getContext(), 1, Attribute::NoCapture); in EmitStrNCmp()
93 AS[1] = AttributeSet::get(M->getContext(), 2, Attribute::NoCapture); in EmitStrNCmp()
95 AS[2] = AttributeSet::get(M->getContext(), AttributeSet::FunctionIndex, AVs); in EmitStrNCmp()
99 "strncmp", AttributeSet::get(M->getContext(), AS), B.getInt32Ty(), in EmitStrNCmp()
118 AttributeSet AS[2]; in EmitStrCpy() local
119 AS[0] = AttributeSet::get(M->getContext(), 2, Attribute::NoCapture); in EmitStrCpy()
120 AS[1] = AttributeSet::get(M->getContext(), AttributeSet::FunctionIndex, in EmitStrCpy()
124 AttributeSet::get(M->getContext(), AS), in EmitStrCpy()
141 AttributeSet AS[2]; in EmitStrNCpy() local
142 AS[0] = AttributeSet::get(M->getContext(), 2, Attribute::NoCapture); in EmitStrNCpy()
143 AS[1] = AttributeSet::get(M->getContext(), AttributeSet::FunctionIndex, in EmitStrNCpy()
148 AS), in EmitStrNCpy()
168 AttributeSet AS; in EmitMemCpyChk() local
169 AS = AttributeSet::get(M->getContext(), AttributeSet::FunctionIndex, in EmitMemCpyChk()
173 "__memcpy_chk", AttributeSet::get(M->getContext(), AS), B.getInt8PtrTy(), in EmitMemCpyChk()
192 AttributeSet AS; in EmitMemChr() local
194 AS = AttributeSet::get(M->getContext(), AttributeSet::FunctionIndex, AVs); in EmitMemChr()
197 "memchr", AttributeSet::get(M->getContext(), AS), B.getInt8PtrTy(), in EmitMemChr()
214 AttributeSet AS[3]; in EmitMemCmp() local
215 AS[0] = AttributeSet::get(M->getContext(), 1, Attribute::NoCapture); in EmitMemCmp()
216 AS[1] = AttributeSet::get(M->getContext(), 2, Attribute::NoCapture); in EmitMemCmp()
218 AS[2] = AttributeSet::get(M->getContext(), AttributeSet::FunctionIndex, AVs); in EmitMemCmp()
222 "memcmp", AttributeSet::get(M->getContext(), AS), B.getInt32Ty(), in EmitMemCmp()
319 AttributeSet AS[2]; in EmitPutS() local
320 AS[0] = AttributeSet::get(M->getContext(), 1, Attribute::NoCapture); in EmitPutS()
321 AS[1] = AttributeSet::get(M->getContext(), AttributeSet::FunctionIndex, in EmitPutS()
325 AttributeSet::get(M->getContext(), AS), in EmitPutS()
343 AttributeSet AS[2]; in EmitFPutC() local
344 AS[0] = AttributeSet::get(M->getContext(), 2, Attribute::NoCapture); in EmitFPutC()
345 AS[1] = AttributeSet::get(M->getContext(), AttributeSet::FunctionIndex, in EmitFPutC()
350 AttributeSet::get(M->getContext(), AS), in EmitFPutC()
376 AttributeSet AS[3]; in EmitFPutS() local
377 AS[0] = AttributeSet::get(M->getContext(), 1, Attribute::NoCapture); in EmitFPutS()
378 AS[1] = AttributeSet::get(M->getContext(), 2, Attribute::NoCapture); in EmitFPutS()
379 AS[2] = AttributeSet::get(M->getContext(), AttributeSet::FunctionIndex, in EmitFPutS()
385 AttributeSet::get(M->getContext(), AS), in EmitFPutS()
408 AttributeSet AS[3]; in EmitFWrite() local
409 AS[0] = AttributeSet::get(M->getContext(), 1, Attribute::NoCapture); in EmitFWrite()
410 AS[1] = AttributeSet::get(M->getContext(), 4, Attribute::NoCapture); in EmitFWrite()
411 AS[2] = AttributeSet::get(M->getContext(), AttributeSet::FunctionIndex, in EmitFWrite()
418 FWriteName, AttributeSet::get(M->getContext(), AS), in EmitFWrite()