Home
last modified time | relevance | path

Searched refs:Attrs (Results 1 – 25 of 1075) sorted by relevance

12345678910>>...43

/external/swiftshader/third_party/LLVM/lib/VMCore/
DAttributes.cpp29 std::string Attribute::getAsString(Attributes Attrs) { in getAsString() argument
31 if (Attrs & Attribute::ZExt) in getAsString()
33 if (Attrs & Attribute::SExt) in getAsString()
35 if (Attrs & Attribute::NoReturn) in getAsString()
37 if (Attrs & Attribute::NoUnwind) in getAsString()
39 if (Attrs & Attribute::UWTable) in getAsString()
41 if (Attrs & Attribute::ReturnsTwice) in getAsString()
43 if (Attrs & Attribute::InReg) in getAsString()
45 if (Attrs & Attribute::NoAlias) in getAsString()
47 if (Attrs & Attribute::NoCapture) in getAsString()
[all …]
/external/elfutils/tests/
Drun-show-die-info.sh30 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
88Attrs : 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/
DDIEHash.cpp118 void DIEHash::collectAttributes(const DIE &Die, DIEAttrs &Attrs) { in collectAttributes() argument
121 Attrs.NAME = V; \ in collectAttributes()
362 void DIEHash::hashAttributes(const DIEAttrs &Attrs, dwarf::Tag Tag) { in hashAttributes() argument
369 ADD_ATTR(Attrs.DW_AT_name); in hashAttributes()
370 ADD_ATTR(Attrs.DW_AT_accessibility); in hashAttributes()
371 ADD_ATTR(Attrs.DW_AT_address_class); in hashAttributes()
372 ADD_ATTR(Attrs.DW_AT_allocated); in hashAttributes()
373 ADD_ATTR(Attrs.DW_AT_artificial); in hashAttributes()
374 ADD_ATTR(Attrs.DW_AT_associated); in hashAttributes()
375 ADD_ATTR(Attrs.DW_AT_binary_scale); in hashAttributes()
[all …]
/external/clang/lib/CodeGen/
DCGLoopInfo.cpp22 static MDNode *createMetadata(LLVMContext &Ctx, const LoopAttributes &Attrs, in createMetadata() argument
25 if (!Attrs.IsParallel && Attrs.VectorizeWidth == 0 && in createMetadata()
26 Attrs.InterleaveCount == 0 && Attrs.UnrollCount == 0 && in createMetadata()
27 Attrs.VectorizeEnable == LoopAttributes::Unspecified && in createMetadata()
28 Attrs.UnrollEnable == LoopAttributes::Unspecified && in createMetadata()
29 Attrs.DistributeEnable == LoopAttributes::Unspecified && in createMetadata()
43 if (Attrs.VectorizeWidth > 0) { in createMetadata()
46 Type::getInt32Ty(Ctx), Attrs.VectorizeWidth))}; in createMetadata()
51 if (Attrs.InterleaveCount > 0) { in createMetadata()
54 Type::getInt32Ty(Ctx), Attrs.InterleaveCount))}; in createMetadata()
[all …]
/external/llvm/test/CodeGen/Mips/
Dfp16instrinsmc.ll15 ; 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/
Dcmp.ll3 ; 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 …]
/external/llvm/lib/IR/
DAttributes.cpp544 ArrayRef<Attribute> Attrs) { in get() argument
545 if (Attrs.empty()) in get()
552 SmallVector<Attribute, 8> SortedAttrs(Attrs.begin(), Attrs.end()); in get()
691 ArrayRef<std::pair<unsigned, AttributeSetNode*> > Attrs) { in getImpl()
694 AttributeSetImpl::Profile(ID, Attrs); in getImpl()
704 AttributeSetImpl::totalSizeToAlloc<IndexAttrPair>(Attrs.size())); in getImpl()
705 PA = new (Mem) AttributeSetImpl(C, Attrs); in getImpl()
714 ArrayRef<std::pair<unsigned, Attribute> > Attrs){ in get()
716 if (Attrs.empty()) in get()
719 assert(std::is_sorted(Attrs.begin(), Attrs.end(), in get()
[all …]
/external/llvm/test/Transforms/FunctionAttrs/
Dconvergent.ll3 ; CHECK: Function Attrs
11 ; CHECK: Function Attrs
18 ; CHECK: Function Attrs
23 ; CHECK: Function Attrs
34 ; CHECK: Function Attrs
42 ; CHECK: Function Attrs
50 ; "Function Attrs" comment in the output.
52 ; CHECK: Function Attrs
60 ; CHECK: Function Attrs
65 ; CHECK: Function Attrs
[all …]
/external/llvm/test/CodeGen/PowerPC/
Dvsx-elementary-arith.ll8 ; 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 …]
Dbuiltins-ppc-elf2-abi.ll17 ; 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 …]
Dfp-int-conversions-direct-moves.ll4 ; 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 …]
Ddiv-e-all.ll5 ; 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
Dconstants-i64.ll5 ; 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
Dcrypto_bifs.ll10 ; Function Attrs: nounwind
24 ; Function Attrs: nounwind readnone
27 ; Function Attrs: nounwind
41 ; Function Attrs: nounwind readnone
44 ; Function Attrs: nounwind
58 ; Function Attrs: nounwind readnone
61 ; Function Attrs: nounwind
75 ; Function Attrs: nounwind readnone
78 ; Function Attrs: nounwind
89 ; Function Attrs: nounwind readnone
[all …]
Dvsx_scalar_ld_st.ll9 ; 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
Drm-zext.ll5 ; 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
Dp8-scalar_vector_conversions.ll10 ; 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 …]
/external/skia/src/gpu/
DGrUserStencilSettings.h114 template<GrUserStencilTest, GrUserStencilOp PassOp, GrUserStencilOp FailOp> struct Attrs;
150 typename Attrs = Attrs<Test, PassOp, FailOp> >
153 : fFrontFlags{(uint16_t)(Attrs::Flags(false) | kSingleSided_StencilFlag), in GrUserStencilSettings()
154 (uint16_t)(Attrs::Flags(true) | kSingleSided_StencilFlag)} in GrUserStencilSettings()
155 , fFront{Ref, Test, Attrs::EffectiveTestMask(TestMask), PassOp, FailOp,
156 Attrs::EffectiveWriteMask(WriteMask)}
157 , fBackFlags{(uint16_t)(Attrs::Flags(false) | kSingleSided_StencilFlag),
158 (uint16_t)(Attrs::Flags(true) | kSingleSided_StencilFlag)}
159 , fBack{Ref, Test, Attrs::EffectiveTestMask(TestMask), PassOp, FailOp,
160 Attrs::EffectiveWriteMask(WriteMask)} {
[all …]
/external/llvm/test/CodeGen/AMDGPU/
Dwrong-transalu-pos-fix.ll38 ; 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/CodeGen/BPF/
Dsanity.ll5 ; 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 …]
/external/spirv-llvm/test/SPIRV/transcoding/
Dvector_casts.ll23 ; Function Attrs: nounwind
39 ; Function Attrs: nounwind readnone
42 ; Function Attrs: nounwind readnone
45 ; Function Attrs: nounwind readnone
48 ; Function Attrs: nounwind readnone
51 ; Function Attrs: nounwind readnone
54 ; Function Attrs: nounwind readnone
57 ; Function Attrs: nounwind readnone
60 ; Function Attrs: nounwind readnone
63 ; Function Attrs: nounwind readnone
[all …]
DOpImageQuerySize.ll54 ; Function Attrs: nounwind
68 ; Function Attrs: nounwind readnone
71 ; Function Attrs: nounwind readnone
74 ; Function Attrs: nounwind readnone
77 ; Function Attrs: nounwind readnone
112 ; Function Attrs: nounwind
138 ; Function Attrs: nounwind readnone
141 ; Function Attrs: nounwind readnone
144 ; Function Attrs: nounwind readnone
147 ; Function Attrs: nounwind readnone
[all …]
/external/llvm/test/Transforms/InstCombine/
Dassume2.ll5 ; 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/unittests/ExecutionEngine/Orc/
DIndirectionUtilsTest.cpp23 SmallVector<AttributeSet, 4> Attrs; in TEST() local
24 Attrs.push_back( in TEST()
27 Attrs.push_back( in TEST()
30 Attrs.push_back( in TEST()
33 F->setAttributes(AttributeSet::get(MB.getModule()->getContext(), Attrs)); in TEST()
/external/swiftshader/third_party/LLVM/include/llvm/
DAttributes.h159 std::string getAsString(Attributes Attrs);
165 Attributes Attrs; ///< The attributes that are set, or'd together. member
170 static AttributeWithIndex get(unsigned Idx, Attributes Attrs) { in get()
173 P.Attrs = Attrs; in get()
214 AttrListPtr addAttr(unsigned Idx, Attributes Attrs) const;
219 AttrListPtr removeAttr(unsigned Idx, Attributes Attrs) const;

12345678910>>...43