HomeSort by relevance Sort by last modified time
    Searched defs:AWI (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
BuildLibCalls.cpp 35 AttributeWithIndex AWI[2];
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 =
63 Constant *StrChr = M->getOrInsertFunction("strchr", AttrListPtr::get(&AWI, 1),
76 AttributeWithIndex AWI[3];
77 AWI[0] = AttributeWithIndex::get(1, Attribute::NoCapture);
78 AWI[1] = AttributeWithIndex::get(2, Attribute::NoCapture);
79 AWI[2] = AttributeWithIndex::get(~0u, Attribute::ReadOnly
    [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
AsmWriterEmitter.cpp 90 AsmWriterInst &AWI = SimilarInsts[si];
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]];
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->Operands.erase(AWI->Operands.begin())
    [all...]

Completed in 104 milliseconds