Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegAllocPBQP.cpp225 PBQPRAGraph::NodeId MId, in haveDisjointAllowedRegs() argument
228 const auto *MRegs = &G.getNodeMetadata(MId).getAllowedRegs(); in haveDisjointAllowedRegs()
240 PBQPRAGraph::NodeId MId, in setDisjointAllowedRegs() argument
243 const auto *MRegs = &G.getNodeMetadata(MId).getAllowedRegs(); in setDisjointAllowedRegs()
367 PBQP::GraphBase::NodeId MId = getNodeId(A); in apply() local
371 if (haveDisjointAllowedRegs(G, NId, MId, D)) in apply()
375 IEdgeKey EK(std::min(NId, MId), std::max(NId, MId)); in apply()
380 if (!createInterferenceEdge(G, NId, MId, C)) in apply()
381 setDisjointAllowedRegs(G, NId, MId, D); in apply()
398 PBQPRAGraph::NodeId NId, PBQPRAGraph::NodeId MId, in createInterferenceEdge() argument
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/
DReductionRules.h41 NodeId MId = G.getEdgeOtherNodeId(EId, NId); in applyR1() local
45 RawVector YCosts = G.getNodeCosts(MId); in applyR1()
69 G.setNodeCosts(MId, YCosts); in applyR1()
70 G.disconnectEdge(EId, MId); in applyR1()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DOcamlGCPrinter.cpp52 const std::string &MId = M.getModuleIdentifier(); in EmitCamlGlobal() local
57 SymName.append(MId.begin(), llvm::find(MId, '.')); in EmitCamlGlobal()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h894 int MId = M->getNodeId();
896 (MId > 0) && (MId < NId)) {