Searched refs:MId (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DOcamlGCPrinter.cpp52 const std::string &MId = M.getModuleIdentifier(); local
57 SymName.append(MId.begin(), llvm::find(MId, '.'));
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/PBQP/
H A DReductionRules.h41 NodeId MId = G.getEdgeOtherNodeId(EId, NId); local
45 RawVector YCosts = G.getNodeCosts(MId);
69 G.setNodeCosts(MId, YCosts);
70 G.disconnectEdge(EId, MId);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp224 PBQPRAGraph::NodeId MId,
227 const auto *MRegs = &G.getNodeMetadata(MId).getAllowedRegs();
239 PBQPRAGraph::NodeId MId,
242 const auto *MRegs = &G.getNodeMetadata(MId).getAllowedRegs();
366 PBQP::GraphBase::NodeId MId = getNodeId(A); variable
370 if (haveDisjointAllowedRegs(G, NId, MId, D))
374 IEdgeKey EK(std::min(NId, MId), std::max(NId, MId));
379 if (!createInterferenceEdge(G, NId, MId, C))
380 setDisjointAllowedRegs(G, NId, MId,
223 haveDisjointAllowedRegs(const PBQPRAGraph &G, PBQPRAGraph::NodeId NId, PBQPRAGraph::NodeId MId, const DisjointAllowedRegsCache &D) const argument
238 setDisjointAllowedRegs(const PBQPRAGraph &G, PBQPRAGraph::NodeId NId, PBQPRAGraph::NodeId MId, DisjointAllowedRegsCache &D) argument
396 createInterferenceEdge(PBQPRAGraph &G, PBQPRAGraph::NodeId NId, PBQPRAGraph::NodeId MId, IMatrixCache &C) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h852 int MId = M->getNodeId(); local
854 (MId > 0) && (MId < NId)) {

Completed in 261 milliseconds