Home
last modified time | relevance | path

Searched refs:TheMDs (Results 1 – 18 of 18) sorted by relevance

/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/VMCore/
H A DInstruction.cpp449 SmallVector<std::pair<unsigned, MDNode*>, 4> TheMDs; in clone() local
450 getAllMetadata(TheMDs); in clone()
451 for (unsigned i = 0, e = TheMDs.size(); i != e; ++i) in clone()
452 New->setMetadata(TheMDs[i].first, TheMDs[i].second); in clone()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/IR/
H A DInstruction.cpp755 SmallVector<std::pair<unsigned, MDNode *>, 4> TheMDs; in copyMetadata() local
756 SrcInst.getAllMetadataOtherThanDebugLoc(TheMDs); in copyMetadata()
757 for (const auto &MD : TheMDs) { in copyMetadata()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/IR/
H A DInstruction.cpp756 SmallVector<std::pair<unsigned, MDNode *>, 4> TheMDs; in copyMetadata() local
757 SrcInst.getAllMetadataOtherThanDebugLoc(TheMDs); in copyMetadata()
758 for (const auto &MD : TheMDs) { in copyMetadata()
/dports/devel/llvm10/llvm-10.0.1.src/lib/IR/
H A DInstruction.cpp720 SmallVector<std::pair<unsigned, MDNode *>, 4> TheMDs; in copyMetadata() local
721 SrcInst.getAllMetadataOtherThanDebugLoc(TheMDs); in copyMetadata()
722 for (const auto &MD : TheMDs) { in copyMetadata()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/IR/
H A DInstruction.cpp771 SmallVector<std::pair<unsigned, MDNode *>, 4> TheMDs; in copyMetadata() local
772 SrcInst.getAllMetadataOtherThanDebugLoc(TheMDs); in copyMetadata()
773 for (const auto &MD : TheMDs) { in copyMetadata()
/dports/devel/llvm11/llvm-11.0.1.src/lib/IR/
H A DInstruction.cpp750 SmallVector<std::pair<unsigned, MDNode *>, 4> TheMDs; in copyMetadata() local
751 SrcInst.getAllMetadataOtherThanDebugLoc(TheMDs); in copyMetadata()
752 for (const auto &MD : TheMDs) { in copyMetadata()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DInstruction.cpp720 SmallVector<std::pair<unsigned, MDNode *>, 4> TheMDs; in copyMetadata() local
721 SrcInst.getAllMetadataOtherThanDebugLoc(TheMDs); in copyMetadata()
722 for (const auto &MD : TheMDs) { in copyMetadata()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/IR/
H A DInstruction.cpp720 SmallVector<std::pair<unsigned, MDNode *>, 4> TheMDs; in copyMetadata() local
721 SrcInst.getAllMetadataOtherThanDebugLoc(TheMDs); in copyMetadata()
722 for (const auto &MD : TheMDs) { in copyMetadata()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/IR/
H A DInstruction.cpp771 SmallVector<std::pair<unsigned, MDNode *>, 4> TheMDs; in copyMetadata() local
772 SrcInst.getAllMetadataOtherThanDebugLoc(TheMDs); in copyMetadata()
773 for (const auto &MD : TheMDs) { in copyMetadata()
/dports/devel/llvm90/llvm-9.0.1.src/lib/IR/
H A DInstruction.cpp719 SmallVector<std::pair<unsigned, MDNode *>, 4> TheMDs; in copyMetadata() local
720 SrcInst.getAllMetadataOtherThanDebugLoc(TheMDs); in copyMetadata()
721 for (const auto &MD : TheMDs) { in copyMetadata()
/dports/devel/llvm70/llvm-7.0.1.src/lib/IR/
H A DInstruction.cpp652 SmallVector<std::pair<unsigned, MDNode *>, 4> TheMDs; in copyMetadata() local
653 SrcInst.getAllMetadataOtherThanDebugLoc(TheMDs); in copyMetadata()
654 for (const auto &MD : TheMDs) { in copyMetadata()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/IR/
H A DInstruction.cpp840 SmallVector<std::pair<unsigned, MDNode *>, 4> TheMDs;
841 SrcInst.getAllMetadataOtherThanDebugLoc(TheMDs);
842 for (const auto &MD : TheMDs) {
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/IR/
H A DInstruction.cpp840 SmallVector<std::pair<unsigned, MDNode *>, 4> TheMDs; in copyMetadata() local
841 SrcInst.getAllMetadataOtherThanDebugLoc(TheMDs); in copyMetadata()
842 for (const auto &MD : TheMDs) { in copyMetadata()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/IR/
H A DInstruction.cpp840 SmallVector<std::pair<unsigned, MDNode *>, 4> TheMDs; in copyMetadata() local
841 SrcInst.getAllMetadataOtherThanDebugLoc(TheMDs); in copyMetadata()
842 for (const auto &MD : TheMDs) { in copyMetadata()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/IR/
H A DInstruction.cpp840 SmallVector<std::pair<unsigned, MDNode *>, 4> TheMDs; in copyMetadata() local
841 SrcInst.getAllMetadataOtherThanDebugLoc(TheMDs); in copyMetadata()
842 for (const auto &MD : TheMDs) { in copyMetadata()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/IR/
H A DInstruction.cpp840 SmallVector<std::pair<unsigned, MDNode *>, 4> TheMDs; in copyMetadata() local
841 SrcInst.getAllMetadataOtherThanDebugLoc(TheMDs); in copyMetadata()
842 for (const auto &MD : TheMDs) { in copyMetadata()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/IR/
H A DInstruction.cpp840 SmallVector<std::pair<unsigned, MDNode *>, 4> TheMDs; in copyMetadata() local
841 SrcInst.getAllMetadataOtherThanDebugLoc(TheMDs); in copyMetadata()
842 for (const auto &MD : TheMDs) { in copyMetadata()
/dports/devel/llvm80/llvm-8.0.1.src/lib/IR/
H A DInstruction.cpp706 SmallVector<std::pair<unsigned, MDNode *>, 4> TheMDs; in copyMetadata() local
707 SrcInst.getAllMetadataOtherThanDebugLoc(TheMDs); in copyMetadata()
708 for (const auto &MD : TheMDs) { in copyMetadata()