/external/elfutils/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 | 118 void DIEHash::collectAttributes(const DIE &Die, DIEAttrs &Attrs) { in collectAttributes() argument 121 Attrs.NAME = V; \ in collectAttributes() 363 void DIEHash::hashAttributes(const DIEAttrs &Attrs, dwarf::Tag Tag) { in hashAttributes() argument 370 ADD_ATTR(Attrs.DW_AT_name); in hashAttributes() 371 ADD_ATTR(Attrs.DW_AT_accessibility); in hashAttributes() 372 ADD_ATTR(Attrs.DW_AT_address_class); in hashAttributes() 373 ADD_ATTR(Attrs.DW_AT_allocated); in hashAttributes() 374 ADD_ATTR(Attrs.DW_AT_artificial); in hashAttributes() 375 ADD_ATTR(Attrs.DW_AT_associated); in hashAttributes() 376 ADD_ATTR(Attrs.DW_AT_binary_scale); in hashAttributes() [all …]
|
/external/clang/lib/CodeGen/ |
D | CGLoopInfo.cpp | 22 static MDNode *createMetadata(LLVMContext &Ctx, const LoopAttributes &Attrs) { in createMetadata() argument 24 if (!Attrs.IsParallel && Attrs.VectorizeWidth == 0 && in createMetadata() 25 Attrs.InterleaveCount == 0 && Attrs.UnrollCount == 0 && in createMetadata() 26 Attrs.VectorizeEnable == LoopAttributes::Unspecified && in createMetadata() 27 Attrs.UnrollEnable == LoopAttributes::Unspecified) in createMetadata() 36 if (Attrs.VectorizeWidth > 0) { in createMetadata() 39 Type::getInt32Ty(Ctx), Attrs.VectorizeWidth))}; in createMetadata() 44 if (Attrs.InterleaveCount > 0) { in createMetadata() 47 Type::getInt32Ty(Ctx), Attrs.InterleaveCount))}; in createMetadata() 52 if (Attrs.UnrollCount > 0) { in createMetadata() [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/llvm/test/CodeGen/Hexagon/ |
D | cmp.ll | 3 ; Function Attrs: nounwind 14 ; Function Attrs: nounwind readnone 17 ; Function Attrs: nounwind 28 ; Function Attrs: nounwind readnone 31 ; Function Attrs: nounwind 42 ; Function Attrs: nounwind readnone 45 ; Function Attrs: nounwind 56 ; Function Attrs: nounwind readnone 59 ; Function Attrs: nounwind 70 ; Function Attrs: nounwind readnone [all …]
|
D | v60Intrins.ll | 370 ; Function Attrs: nounwind 1667 ; Function Attrs: nounwind readnone 1670 ; Function Attrs: nounwind readnone 1673 ; Function Attrs: nounwind readnone 1676 ; Function Attrs: nounwind readnone 1679 ; Function Attrs: nounwind readnone 1682 ; Function Attrs: nounwind readnone 1685 ; Function Attrs: nounwind readnone 1688 ; Function Attrs: nounwind readnone 1691 ; Function Attrs: nounwind readnone [all …]
|
/external/llvm/lib/IR/ |
D | Attributes.cpp | 473 ArrayRef<Attribute> Attrs) { in get() argument 474 if (Attrs.empty()) in get() 481 SmallVector<Attribute, 8> SortedAttrs(Attrs.begin(), Attrs.end()); in get() 615 ArrayRef<std::pair<unsigned, AttributeSetNode*> > Attrs) { in getImpl() 618 AttributeSetImpl::Profile(ID, Attrs); in getImpl() 628 AttributeSetImpl::totalSizeToAlloc<IndexAttrPair>(Attrs.size())); in getImpl() 629 PA = new (Mem) AttributeSetImpl(C, Attrs); in getImpl() 638 ArrayRef<std::pair<unsigned, Attribute> > Attrs){ in get() 640 if (Attrs.empty()) in get() 644 for (unsigned i = 0, e = Attrs.size(); i != e; ++i) { in get() [all …]
|
D | AttributeImpl.h | 152 AttributeSetNode(ArrayRef<Attribute> Attrs) : NumAttrs(Attrs.size()) { in AttributeSetNode() argument 154 std::copy(Attrs.begin(), Attrs.end(), getTrailingObjects<Attribute>()); in AttributeSetNode() 161 static AttributeSetNode *get(LLVMContext &C, ArrayRef<Attribute> Attrs); 218 ArrayRef<std::pair<unsigned, AttributeSetNode *> > Attrs) in AttributeSetImpl() 219 : Context(C), NumAttrs(Attrs.size()) { in AttributeSetImpl() 222 if (Attrs.size() >= 2) { in AttributeSetImpl() 223 for (const std::pair<unsigned, AttributeSetNode *> *i = Attrs.begin() + 1, in AttributeSetImpl() 224 *e = Attrs.end(); in AttributeSetImpl() 231 std::copy(Attrs.begin(), Attrs.end(), getTrailingObjects<IndexAttrPair>()); in AttributeSetImpl()
|
/external/llvm/test/CodeGen/PowerPC/ |
D | vsx-elementary-arith.ll | 8 ; Function Attrs: nounwind 19 ; Function Attrs: nounwind 30 ; Function Attrs: nounwind 41 ; Function Attrs: nounwind 52 ; Function Attrs: nounwind 62 ; Function Attrs: nounwind 65 ; Function Attrs: nounwind 76 ; Function Attrs: nounwind 87 ; Function Attrs: nounwind 98 ; Function Attrs: nounwind [all …]
|
D | builtins-ppc-elf2-abi.ll | 17 ; Function Attrs: nounwind 29 ; Function Attrs: nounwind 41 ; Function Attrs: nounwind 53 ; Function Attrs: nounwind 65 ; Function Attrs: nounwind 77 ; Function Attrs: nounwind 89 ; Function Attrs: nounwind 101 ; Function Attrs: nounwind 113 ; Function Attrs: nounwind 125 ; Function Attrs: nounwind [all …]
|
D | fp-int-conversions-direct-moves.ll | 4 ; Function Attrs: nounwind 17 ; Function Attrs: nounwind 30 ; Function Attrs: nounwind 43 ; Function Attrs: nounwind 56 ; Function Attrs: nounwind 69 ; Function Attrs: nounwind 82 ; Function Attrs: nounwind 95 ; Function Attrs: nounwind 108 ; Function Attrs: nounwind 121 ; 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 | vsx_scalar_ld_st.ll | 9 ; Function Attrs: nounwind 22 ; Function Attrs: nounwind 35 ; Function Attrs: nounwind 48 ; Function Attrs: nounwind 61 ; Function Attrs: nounwind 74 ; Function Attrs: nounwind 87 ; Function Attrs: nounwind 100 ; Function Attrs: nounwind 113 ; Function Attrs: nounwind 126 ; Function Attrs: nounwind
|
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 | p8-scalar_vector_conversions.ll | 10 ; Function Attrs: nounwind 25 ; Function Attrs: nounwind 40 ; Function Attrs: nounwind 55 ; Function Attrs: nounwind 69 ; Function Attrs: nounwind 85 ; Function Attrs: nounwind 98 ; Function Attrs: nounwind 116 ; Function Attrs: nounwind 134 ; Function Attrs: nounwind 152 ; Function Attrs: nounwind [all …]
|
D | vsx-recip-est.ll | 8 ; Function Attrs: nounwind 19 ; Function Attrs: nounwind 33 ; Function Attrs: nounwind readnone 36 ; Function Attrs: nounwind 47 ; Function Attrs: nounwind 61 ; Function Attrs: nounwind readnone
|
/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/CodeGen/AMDGPU/ |
D | wrong-transalu-pos-fix.ll | 38 ; Function Attrs: nounwind readnone 41 ; Function Attrs: nounwind readnone 44 ; Function Attrs: nounwind readnone 47 ; Function Attrs: nounwind readnone 50 ; Function Attrs: nounwind readnone 53 ; Function Attrs: nounwind readnone 56 ; Function Attrs: nounwind readnone 59 ; Function Attrs: nounwind readnone 62 ; Function Attrs: nounwind readnone 65 ; Function Attrs: nounwind readnone [all …]
|
/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/include/llvm/IR/ |
D | Attributes.h | 194 ArrayRef<std::pair<unsigned, Attribute> > Attrs); 197 AttributeSetNode*> > Attrs); 201 AttributeSetNode*> > Attrs); 213 static AttributeSet get(LLVMContext &C, ArrayRef<AttributeSet> Attrs); 238 AttributeSet Attrs) const; 250 AttributeSet Attrs) const; 256 const AttrBuilder &Attrs) const; 392 std::bitset<Attribute::EndAttrKinds> Attrs; 401 : Attrs(0), Alignment(0), StackAlignment(0), DerefBytes(0), 404 : Attrs(0), Alignment(0), StackAlignment(0), DerefBytes(0), [all …]
|
/external/llvm/unittests/ExecutionEngine/Orc/ |
D | IndirectionUtilsTest.cpp | 22 SmallVector<AttributeSet, 4> Attrs; in TEST() local 23 Attrs.push_back( in TEST() 26 Attrs.push_back( in TEST() 29 Attrs.push_back( in TEST() 32 F->setAttributes(AttributeSet::get(MB.getModule()->getContext(), Attrs)); in TEST()
|
/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 …]
|