Searched refs:Attrs (Results 1 – 10 of 10) sorted by relevance
/frameworks/compile/libbcc/tests/libbcc/ |
D | test_reduce_general_metadata.ll | 48 ; 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 …]
|
D | test_reduce_general_cleanup.ll | 51 ; 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 …]
|
D | tbaa-through-alloca.ll | 23 ; Function Attrs: nounwind 45 ; Function Attrs: nounwind
|
D | tbaa.ll | 24 ; Function Attrs: nounwind readnone
|
/frameworks/compile/slang/ |
D | Android.mk | 73 Attrs.inc \ 141 Attrs.inc \
|
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
D | BitcodeReader.cpp | 837 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/ |
D | BitcodeWriter.cpp | 138 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/ |
D | BitcodeReader.cpp | 1112 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/ |
D | BitcodeWriter.cpp | 161 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/ |
D | BitcodeWriter.cpp | 161 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()
|