HomeSort by relevance Sort by last modified time
    Searched refs:AttributeWithIndex (Results 1 - 18 of 18) 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 |
62 AttributeWithIndex AWI =
63 AttributeWithIndex::get(~0u, Attribute::ReadOnly | Attribute::NoUnwind);
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 |
106 AttributeWithIndex AWI[2]
    [all...]
  /external/llvm/lib/VMCore/
Attributes.cpp 132 SmallVector<AttributeWithIndex, 4> Attrs;
134 AttributeListImpl(const AttributeWithIndex *Attr, unsigned NumAttrs)
155 static void Profile(FoldingSetNodeID &ID, const AttributeWithIndex *Attr,
171 AttrListPtr AttrListPtr::get(const AttributeWithIndex *Attrs, unsigned NumAttrs) {
239 /// getSlot - Return the AttributeWithIndex at the specified slot. This
241 const AttributeWithIndex &AttrListPtr::getSlot(unsigned Slot) const {
253 const SmallVector<AttributeWithIndex, 4> &Attrs = AttrList->Attrs;
265 const SmallVector<AttributeWithIndex, 4> &Attrs = AttrList->Attrs;
288 SmallVector<AttributeWithIndex, 8> NewAttrList;
290 NewAttrList.push_back(AttributeWithIndex::get(Idx, Attrs))
    [all...]
Module.cpp 191 AttrListPtr AttributeList = AttrListPtr::get((AttributeWithIndex *)0, 0);
234 AttrListPtr::get((AttributeWithIndex *)0, 0));
Verifier.cpp 574 const AttributeWithIndex &Attr = Attrs.getSlot(i);
    [all...]
  /external/llvm/include/llvm/
Attributes.h 235 struct AttributeWithIndex {
241 static AttributeWithIndex get(unsigned Idx, Attributes Attrs) {
242 AttributeWithIndex P;
272 static AttrListPtr get(const AttributeWithIndex *Attr, unsigned NumAttrs);
362 /// getSlot - Return the AttributeWithIndex at the specified slot. This
364 const AttributeWithIndex &getSlot(unsigned Slot) const;
  /external/llvm/lib/Transforms/IPO/
DeadArgumentElimination.cpp 236 SmallVector<AttributeWithIndex, 8> AttributesVec;
240 AttributesVec.push_back(AttributeWithIndex::get(~0, FnAttrs));
653 SmallVector<AttributeWithIndex, 8> AttributesVec;
726 AttributesVec.push_back(AttributeWithIndex::get(0, RAttrs));
744 AttributesVec.push_back(AttributeWithIndex::get(Params.size(), Attrs));
753 AttributesVec.push_back(AttributeWithIndex::get(~0, FnAttrs));
792 AttributesVec.push_back(AttributeWithIndex::get(0, RAttrs));
805 AttributesVec.push_back(AttributeWithIndex::get(Args.size(), Attrs));
812 AttributesVec.push_back(AttributeWithIndex::get(Args.size(), Attrs));
816 AttributesVec.push_back(AttributeWithIndex::get(~0, FnAttrs))
    [all...]
ArgumentPromotion.cpp 519 SmallVector<AttributeWithIndex, 8> AttributesVec;
524 AttributesVec.push_back(AttributeWithIndex::get(0, attrs));
541 AttributesVec.push_back(AttributeWithIndex::get(Params.size(), attrs));
594 AttributesVec.push_back(AttributeWithIndex::get(~0, attrs));
649 AttributesVec.push_back(AttributeWithIndex::get(0, attrs));
661 AttributesVec.push_back(AttributeWithIndex::get(Args.size(), Attrs));
725 AttributesVec.push_back(AttributeWithIndex::get(Args.size(), Attrs));
730 AttributesVec.push_back(AttributeWithIndex::get(~0, attrs));
    [all...]
  /external/clang/lib/CodeGen/
CGCall.h 29 struct AttributeWithIndex;
45 typedef SmallVector<llvm::AttributeWithIndex, 8> AttributeListType;
CGCall.cpp     [all...]
CodeGenModule.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 428 SmallVector<AttributeWithIndex, 8> Attrs;
506 Attrs.push_back(AttributeWithIndex::get(0, RetAttribute));
509 Attrs.push_back(AttributeWithIndex::get(~0U, FnAttribute));
511 Attrs.push_back(AttributeWithIndex::get(Record[i],
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 455 SmallVector<AttributeWithIndex, 8> Attrs;
533 Attrs.push_back(AttributeWithIndex::get(0, RetAttribute));
536 Attrs.push_back(AttributeWithIndex::get(~0U, FnAttribute));
538 Attrs.push_back(AttributeWithIndex::get(Record[i],
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 734 SmallVector<AttributeWithIndex, 8> Attrs;
812 Attrs.push_back(AttributeWithIndex::get(0, RetAttribute));
815 Attrs.push_back(AttributeWithIndex::get(~0U, FnAttribute));
817 Attrs.push_back(AttributeWithIndex::get(Record[i],
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 175 const AttributeWithIndex &PAWI = A.getSlot(i);
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 146 const AttributeWithIndex &PAWI = A.getSlot(i);
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 168 const AttributeWithIndex &PAWI = A.getSlot(i);
    [all...]

Completed in 672 milliseconds