Searched refs:MDs (Results 1 - 6 of 6) sorted by relevance

/frameworks/compile/slang/BitWriter_2_9/
H A DValueEnumerator.cpp70 SmallVector<std::pair<unsigned, MDNode*>, 8> MDs; local
96 MDs.clear();
97 I->getAllMetadataOtherThanDebugLoc(MDs);
98 for (unsigned i = 0, e = MDs.size(); i != e; ++i)
99 EnumerateMetadata(MDs[i].second);
501 SmallVector<std::pair<unsigned, MDNode*>, 8> MDs; local
502 I->getAllMetadataOtherThanDebugLoc(MDs);
503 for (unsigned i = 0, e = MDs.size(); i != e; ++i) {
504 MDNode *N = MDs[i].second;
H A DBitcodeWriter.cpp695 SmallVector<std::pair<unsigned, MDNode*>, 4> MDs; local
700 MDs.clear();
701 I->getAllMetadataOtherThanDebugLoc(MDs);
704 if (MDs.empty()) continue;
708 for (unsigned i = 0, e = MDs.size(); i != e; ++i) {
709 Record.push_back(MDs[i].first);
710 Record.push_back(VE.getValueID(MDs[i].second));
/frameworks/compile/slang/BitWriter_2_9_func/
H A DValueEnumerator.cpp70 SmallVector<std::pair<unsigned, MDNode*>, 8> MDs; local
96 MDs.clear();
97 I->getAllMetadataOtherThanDebugLoc(MDs);
98 for (unsigned i = 0, e = MDs.size(); i != e; ++i)
99 EnumerateMetadata(MDs[i].second);
501 SmallVector<std::pair<unsigned, MDNode*>, 8> MDs; local
502 I->getAllMetadataOtherThanDebugLoc(MDs);
503 for (unsigned i = 0, e = MDs.size(); i != e; ++i) {
504 MDNode *N = MDs[i].second;
H A DBitcodeWriter.cpp649 SmallVector<std::pair<unsigned, MDNode*>, 4> MDs; local
654 MDs.clear();
655 I->getAllMetadataOtherThanDebugLoc(MDs);
658 if (MDs.empty()) continue;
662 for (unsigned i = 0, e = MDs.size(); i != e; ++i) {
663 Record.push_back(MDs[i].first);
664 Record.push_back(VE.getValueID(MDs[i].second));
/frameworks/compile/slang/BitWriter_3_2/
H A DValueEnumerator.cpp70 SmallVector<std::pair<unsigned, MDNode*>, 8> MDs; local
96 MDs.clear();
97 I->getAllMetadataOtherThanDebugLoc(MDs);
98 for (unsigned i = 0, e = MDs.size(); i != e; ++i)
99 EnumerateMetadata(MDs[i].second);
501 SmallVector<std::pair<unsigned, MDNode*>, 8> MDs; local
502 I->getAllMetadataOtherThanDebugLoc(MDs);
503 for (unsigned i = 0, e = MDs.size(); i != e; ++i) {
504 MDNode *N = MDs[i].second;
H A DBitcodeWriter.cpp683 SmallVector<std::pair<unsigned, MDNode*>, 4> MDs; local
688 MDs.clear();
689 I->getAllMetadataOtherThanDebugLoc(MDs);
692 if (MDs.empty()) continue;
696 for (unsigned i = 0, e = MDs.size(); i != e; ++i) {
697 Record.push_back(MDs[i].first);
698 Record.push_back(VE.getValueID(MDs[i].second));

Completed in 172 milliseconds