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 43 AttributeWithIndex AWI[2];
44 AWI[0] = AttributeWithIndex::get(1, Attribute::NoCapture);
45 AWI[1] = AttributeWithIndex::get(~0u, Attribute::ReadOnly |
49 Constant *StrLen = M->getOrInsertFunction("strlen", AttrListPtr::get(AWI),
69 AttributeWithIndex AWI[2];
70 AWI[0] = AttributeWithIndex::get(1, Attribute::NoCapture);
71 AWI[1] = AttributeWithIndex::get(~0u, Attribute::ReadOnly |
75 Constant *StrNLen = M->getOrInsertFunction("strnlen", AttrListPtr::get(AWI),
96 AttributeWithIndex AWI =
101 Constant *StrChr = M->getOrInsertFunction("strchr", AttrListPtr::get(AWI),
    [all...]
  /external/llvm/utils/TableGen/
AsmWriterEmitter.cpp 122 AsmWriterInst &AWI = SimilarInsts[si];
123 OpsToPrint.push_back(std::make_pair(AWI.CGI->Namespace+"::"+
124 AWI.CGI->TheDef->getName(),
125 AWI.Operands[i]));
321 AsmWriterInst *AWI = CGIAWIMap[NumberedInstructions[i]];
322 if (AWI != 0 &&
323 AWI->Operands[0].OperandType ==
325 !AWI->Operands[0].Str.empty()) {
326 std::string Str = AWI->Operands[0].Str;
336 AsmWriterInst *AWI = CGIAWIMap[NumberedInstructions[i]]
    [all...]

Completed in 49 milliseconds