Searched defs:AWI (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
H A DBuildLibCalls.cpp35 AttributeWithIndex AWI[2]; local
36 AWI[0] = AttributeWithIndex::get(1, Attribute::NoCapture);
37 AWI[1] = AttributeWithIndex::get(~0u, Attribute::ReadOnly |
41 Constant *StrLen = M->getOrInsertFunction("strlen", AttrListPtr::get(AWI, 2),
58 AttributeWithIndex AWI = local
63 Constant *StrChr = M->getOrInsertFunction("strchr", AttrListPtr::get(&AWI, 1),
76 AttributeWithIndex AWI[3]; local
77 AWI[0] = AttributeWithIndex::get(1, Attribute::NoCapture);
78 AWI[1] = AttributeWithIndex::get(2, Attribute::NoCapture);
79 AWI[
102 AttributeWithIndex AWI[2]; local
120 AttributeWithIndex AWI[2]; local
140 AttributeWithIndex AWI; local
163 AttributeWithIndex AWI; local
184 AttributeWithIndex AWI[3]; local
258 AttributeWithIndex AWI[2]; local
277 AttributeWithIndex AWI[2]; local
304 AttributeWithIndex AWI[3]; local
329 AttributeWithIndex AWI[3]; local
[all...]
/external/swiftshader/third_party/LLVM/utils/TableGen/
H A DAsmWriterEmitter.cpp90 AsmWriterInst &AWI = SimilarInsts[si]; local
91 OpsToPrint.push_back(std::make_pair(AWI.CGI->Namespace+"::"+
92 AWI.CGI->TheDef->getName(),
93 AWI.Operands[i]));
288 AsmWriterInst *AWI = CGIAWIMap[NumberedInstructions[i]]; local
290 if (AWI == 0) {
293 } else if (AWI->Operands[0].OperandType !=
295 AWI->Operands[0].Str.empty()) {
299 std::string Str = AWI->Operands[0].Str;
305 AWI
[all...]

Completed in 190 milliseconds