HomeSort by relevance Sort by last modified time
    Searched defs:MDs (Results 1 - 10 of 10) sorted by null

  /external/llvm/lib/Transforms/Utils/
ValueMapper.cpp 211 SmallVector<std::pair<unsigned, MDNode *>, 4> MDs;
212 I->getAllMetadata(MDs);
214 MI = MDs.begin(), ME = MDs.end(); MI != ME; ++MI) {
  /external/llvm/lib/Transforms/IPO/
StripSymbols.cpp 345 SmallVector<MDNode *, 8> MDs;
350 MDs.push_back(NMD->getOperand(i));
357 for (SmallVectorImpl<MDNode *>::iterator I = MDs.begin(),
358 E = MDs.end(); I != E; ++I) {
372 SmallVector<MDNode *, 8> MDs;
377 MDs.push_back(NMD->getOperand(i));
384 for (SmallVectorImpl<MDNode *>::iterator I = MDs.begin(),
385 E = MDs.end(); I != E; ++I) {
  /external/llvm/lib/Bitcode/Writer/
ValueEnumerator.cpp 68 SmallVector<std::pair<unsigned, MDNode*>, 8> MDs;
94 MDs.clear();
95 I->getAllMetadataOtherThanDebugLoc(MDs);
96 for (unsigned i = 0, e = MDs.size(); i != e; ++i)
97 EnumerateMetadata(MDs[i].second);
489 SmallVector<std::pair<unsigned, MDNode*>, 8> MDs;
490 I->getAllMetadataOtherThanDebugLoc(MDs);
491 for (unsigned i = 0, e = MDs.size(); i != e; ++i) {
492 MDNode *N = MDs[i].second;
BitcodeWriter.cpp 733 } else if (const MDString *MDS = dyn_cast<MDString>(Vals[i].first)) {
747 Record.append(MDS->begin(), MDS->end());
811 SmallVector<std::pair<unsigned, MDNode*>, 4> MDs;
816 MDs.clear();
817 I->getAllMetadataOtherThanDebugLoc(MDs);
820 if (MDs.empty()) continue;
824 for (unsigned i = 0, e = MDs.size(); i != e; ++i) {
825 Record.push_back(MDs[i].first);
826 Record.push_back(VE.getValueID(MDs[i].second))
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
ValueEnumerator.cpp 70 SmallVector<std::pair<unsigned, MDNode*>, 8> MDs;
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;
502 I->getAllMetadataOtherThanDebugLoc(MDs);
503 for (unsigned i = 0, e = MDs.size(); i != e; ++i) {
504 MDNode *N = MDs[i].second;
BitcodeWriter.cpp 622 } else if (const MDString *MDS = dyn_cast<MDString>(Vals[i].first)) {
636 Record.append(MDS->begin(), MDS->end());
700 SmallVector<std::pair<unsigned, MDNode*>, 4> MDs;
705 MDs.clear();
706 I->getAllMetadataOtherThanDebugLoc(MDs);
709 if (MDs.empty()) continue;
713 for (unsigned i = 0, e = MDs.size(); i != e; ++i) {
714 Record.push_back(MDs[i].first);
715 Record.push_back(VE.getValueID(MDs[i].second))
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
ValueEnumerator.cpp 70 SmallVector<std::pair<unsigned, MDNode*>, 8> MDs;
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;
502 I->getAllMetadataOtherThanDebugLoc(MDs);
503 for (unsigned i = 0, e = MDs.size(); i != e; ++i) {
504 MDNode *N = MDs[i].second;
BitcodeWriter.cpp 576 } else if (const MDString *MDS = dyn_cast<MDString>(Vals[i].first)) {
590 Record.append(MDS->begin(), MDS->end());
654 SmallVector<std::pair<unsigned, MDNode*>, 4> MDs;
659 MDs.clear();
660 I->getAllMetadataOtherThanDebugLoc(MDs);
663 if (MDs.empty()) continue;
667 for (unsigned i = 0, e = MDs.size(); i != e; ++i) {
668 Record.push_back(MDs[i].first);
669 Record.push_back(VE.getValueID(MDs[i].second))
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
ValueEnumerator.cpp 70 SmallVector<std::pair<unsigned, MDNode*>, 8> MDs;
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;
492 I->getAllMetadataOtherThanDebugLoc(MDs);
493 for (unsigned i = 0, e = MDs.size(); i != e; ++i) {
494 MDNode *N = MDs[i].second;
BitcodeWriter.cpp 610 } else if (const MDString *MDS = dyn_cast<MDString>(Vals[i].first)) {
624 Record.append(MDS->begin(), MDS->end());
688 SmallVector<std::pair<unsigned, MDNode*>, 4> MDs;
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))
    [all...]

Completed in 227 milliseconds