Searched refs:MDV (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DTypeFinder.cpp124 if (const auto *MDV = dyn_cast<ValueAsMetadata>(M->getMetadata()))
125 return incorporateValue(MDV->getValue());
H A DCore.cpp1080 else if (auto *MDV = dyn_cast<MetadataAsValue>(V)) {
1081 MD = MDV->getMetadata();
1180 if (auto *MDV = dyn_cast<ValueAsMetadata>(MD->getMetadata())) {
1181 *Dest = wrap(MDV->getValue());
H A DAsmWriter.cpp1563 else if (auto *MDV = dyn_cast<ValueAsMetadata>(MD)) {
1564 Value *V = MDV->getValue();
H A DVerifier.cpp854 void Verifier::visitMetadataAsValue(const MetadataAsValue &MDV, Function *F) { argument
855 Metadata *MD = MDV.getMetadata();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp1510 auto *MDV = MetadataAsValue::getIfExists(V->getContext(), L);
1511 if (!MDV)
1515 for (User *U : MDV->users()) {
1530 if (auto *MDV = MetadataAsValue::getIfExists(V->getContext(), L))
1531 for (User *U : MDV->users())
1543 if (auto *MDV = MetadataAsValue::getIfExists(V->getContext(), L))
1544 for (User *U : MDV->users())
1602 if (auto *MDV = MetadataAsValue::getIfExists(AI->getContext(), L))
1603 for (auto UI = MDV->use_begin(), UE = MDV
[all...]
H A DValueMapper.cpp379 if (const auto *MDV = dyn_cast<MetadataAsValue>(V)) {
380 const Metadata *MD = MDV->getMetadata();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DInliner.cpp225 if (auto *MDV = MetadataAsValue::getIfExists(AI->getContext(), L))
226 for (User *U : MDV->users())
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp1147 SDValue MDV = Node->getOperand(InlineAsm::Op_MDNode);
1148 const MDNode *MD = cast<MDNodeSDNode>(MDV)->getMD();

Completed in 371 milliseconds