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

  /external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 39 AttributeWithIndex AWI[2];
40 AWI[0] = AttributeWithIndex::get(1, Attribute::NoCapture);
41 AWI[1] = AttributeWithIndex::get(~0u, Attribute::ReadOnly |
45 Constant *StrLen = M->getOrInsertFunction("strlen", AttrListPtr::get(AWI, 2),
62 AttributeWithIndex AWI =
67 Constant *StrChr = M->getOrInsertFunction("strchr", AttrListPtr::get(&AWI, 1),
80 AttributeWithIndex AWI[3];
81 AWI[0] = AttributeWithIndex::get(1, Attribute::NoCapture);
82 AWI[1] = AttributeWithIndex::get(2, Attribute::NoCapture);
83 AWI[2] = AttributeWithIndex::get(~0u, Attribute::ReadOnly
    [all...]
  /external/llvm/utils/TableGen/
AsmWriterEmitter.cpp 91 AsmWriterInst &AWI = SimilarInsts[si];
92 OpsToPrint.push_back(std::make_pair(AWI.CGI->Namespace+"::"+
93 AWI.CGI->TheDef->getName(),
94 AWI.Operands[i]));
290 AsmWriterInst *AWI = CGIAWIMap[NumberedInstructions[i]];
291 if (AWI != 0 &&
292 AWI->Operands[0].OperandType ==
294 !AWI->Operands[0].Str.empty()) {
295 std::string Str = AWI->Operands[0].Str;
305 AsmWriterInst *AWI = CGIAWIMap[NumberedInstructions[i]]
    [all...]

Completed in 43 milliseconds