Searched refs:MId (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | OcamlGCPrinter.cpp | 48 const std::string &MId = M.getModuleIdentifier(); in EmitCamlGlobal() local 53 SymName.append(MId.begin(), std::find(MId.begin(), MId.end(), '.')); in EmitCamlGlobal()
|
/external/llvm/lib/CodeGen/ |
D | RegAllocPBQP.cpp | 188 PBQPRAGraph::NodeId MId, in haveDisjointAllowedRegs() argument 191 const auto *MRegs = &G.getNodeMetadata(MId).getAllowedRegs(); in haveDisjointAllowedRegs() 203 PBQPRAGraph::NodeId MId, in setDisjointAllowedRegs() argument 206 const auto *MRegs = &G.getNodeMetadata(MId).getAllowedRegs(); in setDisjointAllowedRegs() 330 PBQP::GraphBase::NodeId MId = getNodeId(A); in apply() local 334 if (haveDisjointAllowedRegs(G, NId, MId, D)) in apply() 338 IEdgeKey EK(std::min(NId, MId), std::max(NId, MId)); in apply() 343 if (!createInterferenceEdge(G, NId, MId, C)) in apply() 344 setDisjointAllowedRegs(G, NId, MId, D); in apply() 362 PBQPRAGraph::NodeId NId, PBQPRAGraph::NodeId MId, in createInterferenceEdge() argument [all …]
|
/external/llvm/include/llvm/CodeGen/PBQP/ |
D | ReductionRules.h | 40 NodeId MId = G.getEdgeOtherNodeId(EId, NId); in applyR1() local 44 RawVector YCosts = G.getNodeCosts(MId); in applyR1() 68 G.setNodeCosts(MId, YCosts); in applyR1() 69 G.disconnectEdge(EId, MId); in applyR1()
|