/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 | 196 PBQPRAGraph::NodeId MId, in haveDisjointAllowedRegs() argument 199 const auto *MRegs = &G.getNodeMetadata(MId).getAllowedRegs(); in haveDisjointAllowedRegs() 211 PBQPRAGraph::NodeId MId, in setDisjointAllowedRegs() argument 214 const auto *MRegs = &G.getNodeMetadata(MId).getAllowedRegs(); in setDisjointAllowedRegs() 338 PBQP::GraphBase::NodeId MId = getNodeId(A); in apply() local 342 if (haveDisjointAllowedRegs(G, NId, MId, D)) in apply() 346 IEdgeKey EK(std::min(NId, MId), std::max(NId, MId)); in apply() 351 if (!createInterferenceEdge(G, NId, MId, C)) in apply() 352 setDisjointAllowedRegs(G, NId, MId, D); in apply() 370 PBQPRAGraph::NodeId NId, PBQPRAGraph::NodeId MId, in createInterferenceEdge() argument [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | RegAllocPBQP.cpp | 225 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 …]
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | RegAllocPBQP.cpp | 224 PBQPRAGraph::NodeId MId, in haveDisjointAllowedRegs() argument 227 const auto *MRegs = &G.getNodeMetadata(MId).getAllowedRegs(); in haveDisjointAllowedRegs() 239 PBQPRAGraph::NodeId MId, in setDisjointAllowedRegs() argument 242 const auto *MRegs = &G.getNodeMetadata(MId).getAllowedRegs(); in setDisjointAllowedRegs() 366 PBQP::GraphBase::NodeId MId = getNodeId(A); in apply() local 370 if (haveDisjointAllowedRegs(G, NId, MId, D)) in apply() 374 IEdgeKey EK(std::min(NId, MId), std::max(NId, MId)); in apply() 379 if (!createInterferenceEdge(G, NId, MId, C)) in apply() 380 setDisjointAllowedRegs(G, NId, MId, D); in apply() 397 PBQPRAGraph::NodeId NId, PBQPRAGraph::NodeId MId, in createInterferenceEdge() argument [all …]
|
/external/llvm-project/llvm/include/llvm/CodeGen/PBQP/ |
D | ReductionRules.h | 41 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()
|
/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()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/ |
D | ReductionRules.h | 41 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()
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | OcamlGCPrinter.cpp | 52 const std::string &MId = M.getModuleIdentifier(); in EmitCamlGlobal() local 57 SymName.append(MId.begin(), llvm::find(MId, '.')); in EmitCamlGlobal()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | OcamlGCPrinter.cpp | 52 const std::string &MId = M.getModuleIdentifier(); in EmitCamlGlobal() local 57 SymName.append(MId.begin(), llvm::find(MId, '.')); in EmitCamlGlobal()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | SelectionDAGNodes.h | 894 int MId = M->getNodeId(); 896 (MId > 0) && (MId < NId)) {
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | SelectionDAGNodes.h | 840 int MId = M->getNodeId(); 842 (MId > 0) && (MId < NId)) {
|