Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/tests/libbcc/
Dtest_reduce_general_metadata.ll48 ; Function Attrs: nounwind
56 ; Function Attrs: nounwind
62 ; Function Attrs: nounwind
70 ; Function Attrs: nounwind
79 ; Function Attrs: nounwind
88 ; Function Attrs: nounwind
95 ; Function Attrs: nounwind
98 ; Function Attrs: nounwind
127 ; Function Attrs: nounwind
142 ; Function Attrs: nounwind
[all …]
Dtest_reduce_general_cleanup.ll51 ; Function Attrs: nounwind
59 ; Function Attrs: nounwind
68 ; Function Attrs: nounwind
77 ; Function Attrs: nounwind
93 ; Function Attrs: nounwind
122 ; Function Attrs: nounwind
137 ; Function Attrs: nounwind
151 ; Function Attrs: nounwind
157 ; Function Attrs: nounwind
170 ; Function Attrs: nounwind
[all …]
Dtbaa-through-alloca.ll23 ; Function Attrs: nounwind
45 ; Function Attrs: nounwind
Dtbaa.ll24 ; Function Attrs: nounwind readnone
/frameworks/compile/slang/
DAndroid.mk73 Attrs.inc \
141 Attrs.inc \
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp837 SmallVector<AttributeSet, 8> Attrs; in ParseAttributeBlock() local
866 Attrs.push_back(AttributeSet::get(Context, Record[i], B)); in ParseAttributeBlock()
869 MAttributes.push_back(AttributeSet::get(Context, Attrs)); in ParseAttributeBlock()
870 Attrs.clear(); in ParseAttributeBlock()
875 Attrs.push_back(MAttributeGroups[Record[i]]); in ParseAttributeBlock()
877 MAttributes.push_back(AttributeSet::get(Context, Attrs)); in ParseAttributeBlock()
878 Attrs.clear(); in ParseAttributeBlock()
/frameworks/compile/slang/BitWriter_2_9/
DBitcodeWriter.cpp138 const std::vector<AttributeSet> &Attrs = VE.getAttributes(); in WriteAttributeTable() local
139 if (Attrs.empty()) return; in WriteAttributeTable()
144 for (unsigned i = 0, e = Attrs.size(); i != e; ++i) { in WriteAttributeTable()
145 const AttributeSet &A = Attrs[i]; in WriteAttributeTable()
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp1112 SmallVector<AttributeSet, 8> Attrs; in ParseAttributeBlock() local
1142 Attrs.push_back(AttributeSet::get(Context, Record[i], B)); in ParseAttributeBlock()
1145 MAttributes.push_back(AttributeSet::get(Context, Attrs)); in ParseAttributeBlock()
1146 Attrs.clear(); in ParseAttributeBlock()
1151 Attrs.push_back(MAttributeGroups[Record[i]]); in ParseAttributeBlock()
1153 MAttributes.push_back(AttributeSet::get(Context, Attrs)); in ParseAttributeBlock()
1154 Attrs.clear(); in ParseAttributeBlock()
/frameworks/compile/slang/BitWriter_3_2/
DBitcodeWriter.cpp161 const std::vector<AttributeSet> &Attrs = VE.getAttributes(); in WriteAttributeTable() local
162 if (Attrs.empty()) return; in WriteAttributeTable()
167 for (unsigned i = 0, e = Attrs.size(); i != e; ++i) { in WriteAttributeTable()
168 const AttributeSet &A = Attrs[i]; in WriteAttributeTable()
/frameworks/compile/slang/BitWriter_2_9_func/
DBitcodeWriter.cpp161 const std::vector<AttributeSet> &Attrs = VE.getAttributes(); in WriteAttributeTable() local
162 if (Attrs.empty()) return; in WriteAttributeTable()
167 for (unsigned i = 0, e = Attrs.size(); i != e; ++i) { in WriteAttributeTable()
168 const AttributeSet &A = Attrs[i]; in WriteAttributeTable()