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.cpp696 SmallVector<std::pair<unsigned, MDNode*>, 4> MDs; local
701 MDs.clear();
702 I->getAllMetadataOtherThanDebugLoc(MDs);
705 if (MDs.empty()) continue;
709 for (unsigned i = 0, e = MDs.size(); i != e; ++i) {
710 Record.push_back(MDs[i].first);
711 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.cpp650 SmallVector<std::pair<unsigned, MDNode*>, 4> MDs; local
655 MDs.clear();
656 I->getAllMetadataOtherThanDebugLoc(MDs);
659 if (MDs.empty()) continue;
663 for (unsigned i = 0, e = MDs.size(); i != e; ++i) {
664 Record.push_back(MDs[i].first);
665 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);
491 SmallVector<std::pair<unsigned, MDNode*>, 8> MDs; local
492 I->getAllMetadataOtherThanDebugLoc(MDs);
493 for (unsigned i = 0, e = MDs.size(); i != e; ++i) {
494 MDNode *N = MDs[i].second;
H A DBitcodeWriter.cpp688 SmallVector<std::pair<unsigned, MDNode*>, 4> MDs; local
693 MDs.clear();
694 I->getAllMetadataOtherThanDebugLoc(MDs);
697 if (MDs.empty()) continue;
701 for (unsigned i = 0, e = MDs.size(); i != e; ++i) {
702 Record.push_back(MDs[i].first);
703 Record.push_back(VE.getValueID(MDs[i].second));

Completed in 299 milliseconds