Searched refs:getMD (Results 1 - 17 of 17) sorted by relevance

/external/llvm/include/llvm/IR/
H A DProfileSummary.h72 Metadata *getMD(LLVMContext &Context);
/external/llvm/lib/IR/
H A DProfileSummary.cpp71 Metadata *ProfileSummary::getMD(LLVMContext &Context) { function in class:ProfileSummary
/external/llvm/unittests/ProfileData/
H A DSampleProfTest.cpp146 Metadata *MD = Summary.getMD(Context);
H A DInstrProfTest.cpp189 Metadata *MD = PS.getMD(Context);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp489 if (MD->getMD())
490 OS << "<" << MD->getMD() << ">";
H A DInstrEmitter.cpp1032 const MDNode *MD = cast<MDNodeSDNode>(MDV)->getMD();
H A DSelectionDAGISel.cpp2123 const MDString *RegStr = dyn_cast<MDString>(MD->getMD()->getOperand(0));
2137 const MDString *RegStr = dyn_cast<MDString>(MD->getMD()->getOperand(0));
/external/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1235 M.setProfileSummary(Reader->getSummary().getMD(M.getContext()));
/external/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp899 M.setProfileSummary(PGOReader->getSummary().getMD(M.getContext()));
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp899 const MDNode *MD = cast<MDNodeSDNode>(MDV)->getMD();
H A DSelectionDAG.cpp6270 if (MD->getMD())
6271 OS << "<" << MD->getMD() << ">";
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1616 const MDNode *getMD() const { return MD; } function in class:MDNodeSDNode
/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2121 auto getMD = [&](unsigned ID) -> Metadata * { local
2130 return getMD(ID - 1);
2245 Elts.push_back(getMD(Record[i + 1]));
2291 Metadata *Scope = getMD(Record[3]);
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1412 const MDNode *getMD() const { return MD; } function in class:llvm::SDNode::MDNodeSDNode
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp2427 const MDString *RegString = dyn_cast<MDString>(MD->getMD()->getOperand(0));
2465 const MDString *RegString = dyn_cast<MDString>(MD->getMD()->getOperand(0));
/external/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp3958 const MDString *RegString = dyn_cast<MDString>(MD->getMD()->getOperand(0));
4079 const MDString *RegString = dyn_cast<MDString>(MD->getMD()->getOperand(0));
/external/clang/lib/CodeGen/
H A DCodeGenModule.cpp396 getModule().setProfileSummary(PGOReader->getSummary().getMD(VMContext));

Completed in 373 milliseconds