/external/elfutils/src/tests/ |
D | run-show-die-info.sh | 30 Attrs : name stmt_list low_pc high_pc language comp_dir producer 40 Attrs : name low_pc high_pc prototyped decl_file decl_line external frame_base type 47 Attrs : name byte_size encoding 54 Attrs : name stmt_list low_pc high_pc language comp_dir producer 64 Attrs : name low_pc high_pc prototyped decl_file decl_line external frame_base type 71 Attrs : name byte_size encoding 78 Attrs : name stmt_list low_pc high_pc language comp_dir producer 88 … Attrs : sibling name low_pc high_pc prototyped decl_file decl_line external frame_base type 95 Attrs : sibling name decl_file decl_line declaration external type 100 Attrs : [all …]
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DIEHash.cpp | 125 void DIEHash::collectAttributes(const DIE &Die, DIEAttrs &Attrs) { in collectAttributes() argument 131 Attrs.NAME.Val = Values[i]; \ in collectAttributes() 132 Attrs.NAME.Desc = &Abbrevs.getData()[i]; \ in collectAttributes() 375 void DIEHash::hashAttributes(const DIEAttrs &Attrs, dwarf::Tag Tag) { in hashAttributes() argument 382 ADD_ATTR(Attrs.DW_AT_name); in hashAttributes() 383 ADD_ATTR(Attrs.DW_AT_accessibility); in hashAttributes() 384 ADD_ATTR(Attrs.DW_AT_address_class); in hashAttributes() 385 ADD_ATTR(Attrs.DW_AT_allocated); in hashAttributes() 386 ADD_ATTR(Attrs.DW_AT_artificial); in hashAttributes() 387 ADD_ATTR(Attrs.DW_AT_associated); in hashAttributes() [all …]
|
/external/llvm/test/CodeGen/Mips/ |
D | fp16instrinsmc.ll | 15 ; Function Attrs: nounwind 33 ; Function Attrs: nounwind readnone 36 ; Function Attrs: nounwind 49 ; Function Attrs: nounwind 68 ; Function Attrs: nounwind readnone 71 ; Function Attrs: nounwind 84 ; Function Attrs: nounwind 93 ; Function Attrs: nounwind readnone 96 ; Function Attrs: nounwind 105 ; Function Attrs: nounwind readnone [all …]
|
/external/clang/lib/CodeGen/ |
D | CGLoopInfo.cpp | 20 static MDNode *createMetadata(LLVMContext &Ctx, const LoopAttributes &Attrs) { in createMetadata() argument 22 if (!Attrs.IsParallel && Attrs.VectorizerWidth == 0 && in createMetadata() 23 Attrs.VectorizerUnroll == 0 && in createMetadata() 24 Attrs.VectorizerEnable == LoopAttributes::VecUnspecified) in createMetadata() 33 if (Attrs.VectorizerWidth > 0) { in createMetadata() 36 Type::getInt32Ty(Ctx), Attrs.VectorizerWidth))}; in createMetadata() 41 if (Attrs.VectorizerUnroll > 0) { in createMetadata() 44 Type::getInt32Ty(Ctx), Attrs.VectorizerUnroll))}; in createMetadata() 49 if (Attrs.VectorizerEnable != LoopAttributes::VecUnspecified) { in createMetadata() 54 (Attrs.VectorizerEnable == LoopAttributes::VecEnable)))}; in createMetadata() [all …]
|
/external/llvm/lib/IR/ |
D | Attributes.cpp | 453 ArrayRef<Attribute> Attrs) { in get() argument 454 if (Attrs.empty()) in get() 461 SmallVector<Attribute, 8> SortedAttrs(Attrs.begin(), Attrs.end()); in get() 590 ArrayRef<std::pair<unsigned, AttributeSetNode*> > Attrs) { in getImpl() 593 AttributeSetImpl::Profile(ID, Attrs); in getImpl() 604 Attrs.size()); in getImpl() 605 PA = new (Mem) AttributeSetImpl(C, Attrs); in getImpl() 614 ArrayRef<std::pair<unsigned, Attribute> > Attrs){ in get() 616 if (Attrs.empty()) in get() 620 for (unsigned i = 0, e = Attrs.size(); i != e; ++i) { in get() [all …]
|
D | AttributeImpl.h | 147 AttributeSetNode(ArrayRef<Attribute> Attrs) : NumAttrs(Attrs.size()) { in AttributeSetNode() argument 149 std::copy(Attrs.begin(), Attrs.end(), in AttributeSetNode() 157 static AttributeSetNode *get(LLVMContext &C, ArrayRef<Attribute> Attrs); 206 ArrayRef<std::pair<unsigned, AttributeSetNode *> > Attrs) in AttributeSetImpl() 207 : Context(C), NumAttrs(Attrs.size()) { in AttributeSetImpl() 209 if (Attrs.size() >= 2) { in AttributeSetImpl() 210 for (const std::pair<unsigned, AttributeSetNode *> *i = Attrs.begin() + 1, in AttributeSetImpl() 211 *e = Attrs.end(); in AttributeSetImpl() 218 std::copy(Attrs.begin(), Attrs.end(), in AttributeSetImpl()
|
D | Verifier.cpp | 396 bool VerifyAttributeCount(AttributeSet Attrs, unsigned Params); 397 void VerifyAttributeTypes(AttributeSet Attrs, unsigned Idx, bool isFunction, 399 void VerifyParameterAttrs(AttributeSet Attrs, unsigned Idx, Type *Ty, 401 void VerifyFunctionAttrs(FunctionType *FT, AttributeSet Attrs, 1228 void Verifier::VerifyAttributeTypes(AttributeSet Attrs, unsigned Idx, in VerifyAttributeTypes() argument 1231 for (unsigned I = 0, E = Attrs.getNumSlots(); I != E; ++I) in VerifyAttributeTypes() 1232 if (Attrs.getSlotIndex(I) == Idx) { in VerifyAttributeTypes() 1239 for (AttributeSet::iterator I = Attrs.begin(Slot), E = Attrs.end(Slot); in VerifyAttributeTypes() 1292 void Verifier::VerifyParameterAttrs(AttributeSet Attrs, unsigned Idx, Type *Ty, in VerifyParameterAttrs() argument 1294 if (!Attrs.hasAttributes(Idx)) in VerifyParameterAttrs() [all …]
|
/external/llvm/test/CodeGen/PowerPC/ |
D | fp-int-conversions-direct-moves.ll | 4 ; Function Attrs: nounwind 17 ; Function Attrs: nounwind 31 ; Function Attrs: nounwind 44 ; Function Attrs: nounwind 57 ; Function Attrs: nounwind 70 ; Function Attrs: nounwind 84 ; Function Attrs: nounwind 97 ; Function Attrs: nounwind 110 ; Function Attrs: nounwind 123 ; Function Attrs: nounwind [all …]
|
D | div-e-all.ll | 5 ; Function Attrs: nounwind 13 ; Function Attrs: nounwind readnone 16 ; Function Attrs: nounwind 24 ; Function Attrs: nounwind readnone 27 ; Function Attrs: nounwind 35 ; Function Attrs: nounwind readnone 38 ; Function Attrs: nounwind 46 ; Function Attrs: nounwind readnone
|
D | constants-i64.ll | 5 ; Function Attrs: nounwind readnone 16 ; Function Attrs: nounwind readnone 27 ; Function Attrs: nounwind readnone 38 ; Function Attrs: nounwind readnone 49 ; Function Attrs: nounwind readnone 60 ; Function Attrs: nounwind readnone 71 ; Function Attrs: nounwind readnone
|
D | crypto_bifs.ll | 9 ; Function Attrs: nounwind 23 ; Function Attrs: nounwind readnone 26 ; Function Attrs: nounwind 40 ; Function Attrs: nounwind readnone 43 ; Function Attrs: nounwind 57 ; Function Attrs: nounwind readnone 60 ; Function Attrs: nounwind 74 ; Function Attrs: nounwind readnone 77 ; Function Attrs: nounwind 88 ; Function Attrs: nounwind readnone [all …]
|
D | rm-zext.ll | 5 ; Function Attrs: nounwind readnone 42 ; Function Attrs: nounwind readnone 45 ; Function Attrs: nounwind readonly 57 ; Function Attrs: nounwind readonly 69 ; Function Attrs: nounwind readnone 72 ; Function Attrs: nounwind readnone 83 ; Function Attrs: nounwind readnone
|
D | no-extra-fp-conv-ldst.ll | 5 ; Function Attrs: nounwind readonly 18 ; Function Attrs: nounwind readonly 31 ; Function Attrs: nounwind readnone 47 ; Function Attrs: nounwind readnone 63 ; Function Attrs: nounwind readnone 79 ; Function Attrs: nounwind readnone
|
D | div-e-32.ll | 4 ; Function Attrs: nounwind 12 ; Function Attrs: nounwind readnone 15 ; Function Attrs: nounwind 23 ; Function Attrs: nounwind readnone
|
/external/llvm/test/CodeGen/R600/ |
D | wrong-transalu-pos-fix.ll | 11 ; Function Attrs: nounwind 43 ; Function Attrs: nounwind readnone 46 ; Function Attrs: nounwind readnone 49 ; Function Attrs: nounwind readnone 52 ; Function Attrs: nounwind readnone 55 ; Function Attrs: nounwind readnone 58 ; Function Attrs: nounwind readnone 61 ; Function Attrs: nounwind readnone 64 ; Function Attrs: nounwind readnone 67 ; Function Attrs: nounwind readnone [all …]
|
/external/llvm/test/CodeGen/BPF/ |
D | sanity.ll | 5 ; Function Attrs: nounwind readnone uwtable 13 ; Function Attrs: nounwind readnone uwtable 23 ; Function Attrs: nounwind readnone uwtable 34 ; Function Attrs: nounwind uwtable 47 ; Function Attrs: nounwind uwtable 57 ; Function Attrs: nounwind readnone uwtable 66 ; Function Attrs: nounwind readnone uwtable 88 ; Function Attrs: nounwind uwtable 102 ; Function Attrs: nounwind uwtable 113 ; Function Attrs: nounwind [all …]
|
D | cmp.ll | 3 ; Function Attrs: nounwind readnone uwtable 23 ; Function Attrs: nounwind readnone uwtable 43 ; Function Attrs: nounwind readnone uwtable 63 ; Function Attrs: nounwind readnone uwtable 83 ; Function Attrs: nounwind readnone uwtable 94 ; Function Attrs: nounwind readnone uwtable 103 ; Function Attrs: nounwind readnone uwtable 112 ; Function Attrs: nounwind readnone uwtable
|
/external/llvm/test/Transforms/InstCombine/ |
D | assume2.ll | 5 ; Function Attrs: nounwind 8 ; Function Attrs: nounwind uwtable 23 ; Function Attrs: nounwind uwtable 39 ; Function Attrs: nounwind uwtable 54 ; Function Attrs: nounwind uwtable 70 ; Function Attrs: nounwind uwtable 85 ; Function Attrs: nounwind uwtable 100 ; Function Attrs: nounwind uwtable 115 ; Function Attrs: nounwind uwtable 130 ; Function Attrs: nounwind uwtable [all …]
|
/external/llvm/lib/Analysis/ |
D | StratifiedSets.h | 66 StratifiedAttrs Attrs; member 268 return Link.Attrs; in getAttrs() 274 Link.Attrs.set(index); in setAttr() 279 Link.Attrs |= other; in setAttrs() 371 auto &CurrentBits = Links[CurrentIndex].Attrs; in propagateAttrs() 373 auto &NextBits = Links[NextIndex].Attrs; in propagateAttrs() 455 auto Attrs = Link->getAttrs(); in getAttributes() local 458 Attrs |= Link->getAttrs(); in getAttributes() 461 return Attrs; in getAttributes() 466 auto Attrs = getAttributes(Main); in getAttribute() local [all …]
|
/external/llvm/include/llvm/IR/ |
D | Attributes.h | 239 ArrayRef<std::pair<unsigned, Attribute> > Attrs); 242 AttributeSetNode*> > Attrs); 246 AttributeSetNode*> > Attrs); 258 static AttributeSet get(LLVMContext &C, ArrayRef<AttributeSet> Attrs); 278 AttributeSet Attrs) const; 290 AttributeSet Attrs) const; 426 std::bitset<Attribute::EndAttrKinds> Attrs; 433 AttrBuilder() : Attrs(0), Alignment(0), StackAlignment(0), DerefBytes(0) {} 435 : Attrs(0), Alignment(0), StackAlignment(0), DerefBytes(0) { 439 : Attrs(0), Alignment(0), StackAlignment(0), DerefBytes(0) { [all …]
|
/external/llvm/test/CodeGen/NVPTX/ |
D | refl1.ll | 5 ; Function Attrs: nounwind 14 ; Function Attrs: nounwind readnone 17 ; Function Attrs: nounwind readnone 20 ; Function Attrs: nounwind readnone 23 ; Function Attrs: alwaysinline inlinehint nounwind readnone
|
D | bug22322.ll | 8 ; Function Attrs: nounwind 39 ; Function Attrs: nounwind readnone 42 ; Function Attrs: nounwind readnone 45 ; Function Attrs: nounwind readnone 48 ; Function Attrs: nounwind 51 ; Function Attrs: nounwind
|
/external/llvm/test/CodeGen/Hexagon/ |
D | extload-combine.ll | 16 ; Function Attrs: nounwind 27 ; Function Attrs: nounwind 38 ; Function Attrs: nounwind 49 ; Function Attrs: nounwind 60 ; Function Attrs: nounwind 71 ; Function Attrs: nounwind
|
/external/clang/lib/Parse/ |
D | ParseStmt.cpp | 103 ParsedAttributesWithRange Attrs(AttrFactory); in ParseStatementOrDeclaration() local 104 MaybeParseCXX11Attributes(Attrs, nullptr, /*MightBeObjCMessageSend*/ true); in ParseStatementOrDeclaration() 107 OnlyStatement, TrailingElseLoc, Attrs); in ParseStatementOrDeclaration() 109 assert((Attrs.empty() || Res.isInvalid() || Res.isUsable()) && in ParseStatementOrDeclaration() 112 if (Attrs.empty() || Res.isInvalid()) in ParseStatementOrDeclaration() 115 return Actions.ProcessStmtAttributes(Res.get(), Attrs.getList(), Attrs.Range); in ParseStatementOrDeclaration() 153 ParsedAttributesWithRange &Attrs) { in ParseStatementOrDeclarationAfterAttributes() argument 166 ProhibitAttributes(Attrs); // TODO: is it correct? in ParseStatementOrDeclarationAfterAttributes() 180 return ParseLabeledStatement(Attrs); in ParseStatementOrDeclarationAfterAttributes() 211 DeclEnd, Attrs); in ParseStatementOrDeclarationAfterAttributes() [all …]
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGPrinter.cpp | 116 const std::string &Attrs = Graph->getGraphAttrs(N); in getNodeAttributes() local 117 if (!Attrs.empty()) { in getNodeAttributes() 118 if (Attrs.find("shape=") == std::string::npos) in getNodeAttributes() 119 return std::string("shape=Mrecord,") + Attrs; in getNodeAttributes() 121 return Attrs; in getNodeAttributes() 177 void SelectionDAG::setGraphAttrs(const SDNode *N, const char *Attrs) { in setGraphAttrs() argument 179 NodeGraphAttrs[N] = Attrs; in setGraphAttrs()
|