Home | History | Annotate | Download | only in Utils

Lines Matching refs:AS

30   unsigned AS = V->getType()->getPointerAddressSpace();
31 return B.CreateBitCast(V, B.getInt8PtrTy(AS), "cstr");
42 AttributeSet AS[2];
43 AS[0] = AttributeSet::get(M->getContext(), 1, Attribute::NoCapture);
45 AS[1] = AttributeSet::get(M->getContext(), AttributeSet::FunctionIndex,
51 AS),
71 AttributeSet AS[2];
72 AS[0] = AttributeSet::get(M->getContext(), 1, Attribute::NoCapture);
74 AS[1] = AttributeSet::get(M->getContext(), AttributeSet::FunctionIndex,
80 AS),
102 AttributeSet AS =
110 AS),
127 AttributeSet AS[3];
128 AS[0] = AttributeSet::get(M->getContext(), 1, Attribute::NoCapture);
129 AS[1] = AttributeSet::get(M->getContext(), 2, Attribute::NoCapture);
131 AS[2] = AttributeSet::get(M->getContext(), AttributeSet::FunctionIndex,
137 AS),
160 AttributeSet AS[2];
161 AS[0] = AttributeSet::get(M->getContext(), 2, Attribute::NoCapture);
162 AS[1] = AttributeSet::get(M->getContext(), AttributeSet::FunctionIndex,
166 AttributeSet::get(M->getContext(), AS),
184 AttributeSet AS[2];
185 AS[0] = AttributeSet::get(M->getContext(), 2, Attribute::NoCapture);
186 AS[1] = AttributeSet::get(M->getContext(), AttributeSet::FunctionIndex,
191 AS),
211 AttributeSet AS;
212 AS = AttributeSet::get(M->getContext(), AttributeSet::FunctionIndex,
216 AttributeSet::get(M->getContext(), AS),
239 AttributeSet AS;
241 AS = AttributeSet::get(M->getContext(), AttributeSet::FunctionIndex,
245 AttributeSet::get(M->getContext(), AS),
267 AttributeSet AS[3];
268 AS[0] = AttributeSet::get(M->getContext(), 1, Attribute::NoCapture);
269 AS[1] = AttributeSet::get(M->getContext(), 2, Attribute::NoCapture);
271 AS[2] = AttributeSet::get(M->getContext(), AttributeSet::FunctionIndex,
276 AttributeSet::get(M->getContext(), AS),
308 /// added as the suffix of name, if 'Op' is a float, we add a 'f' suffix.
328 /// is added as the suffix of name, if 'Op1/Op2' is a float, we add a 'f'
376 AttributeSet AS[2];
377 AS[0] = AttributeSet::get(M->getContext(), 1, Attribute::NoCapture);
378 AS[1] = AttributeSet::get(M->getContext(), AttributeSet::FunctionIndex,
382 AttributeSet::get(M->getContext(), AS),
400 AttributeSet AS[2];
401 AS[0] = AttributeSet::get(M->getContext(), 2, Attribute::NoCapture);
402 AS[1] = AttributeSet::get(M->getContext(), AttributeSet::FunctionIndex,
407 AttributeSet::get(M->getContext(), AS),
433 AttributeSet AS[3];
434 AS[0] = AttributeSet::get(M->getContext(), 1, Attribute::NoCapture);
435 AS[1] = AttributeSet::get(M->getContext(), 2, Attribute::NoCapture);
436 AS[2] = AttributeSet::get(M->getContext(), AttributeSet::FunctionIndex,
442 AttributeSet::get(M->getContext(), AS),
466 AttributeSet AS[3];
467 AS[0] = AttributeSet::get(M->getContext(), 1, Attribute::NoCapture);
468 AS[1] = AttributeSet::get(M->getContext(), 4, Attribute::NoCapture);
469 AS[2] = AttributeSet::get(M->getContext(), AttributeSet::FunctionIndex,
476 AttributeSet::get(M->getContext(), AS),