/external/llvm-project/llvm/include/llvm/CodeGen/PBQP/ |
D | ReductionRules.h | 79 using RawMatrix = typename GraphT::RawMatrix; in applyR2() local 108 RawMatrix Delta(YLen, ZLen); in applyR2()
|
D | Graph.h | 52 using RawMatrix = typename SolverT::RawMatrix; variable
|
/external/llvm/include/llvm/CodeGen/PBQP/ |
D | ReductionRules.h | 78 typedef typename GraphT::RawMatrix RawMatrix; in applyR2() typedef 107 RawMatrix Delta(YLen, ZLen); in applyR2()
|
D | Graph.h | 53 typedef typename SolverT::RawMatrix RawMatrix; typedef
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/ |
D | ReductionRules.h | 79 using RawMatrix = typename GraphT::RawMatrix; in applyR2() local 108 RawMatrix Delta(YLen, ZLen); in applyR2()
|
D | Graph.h | 52 using RawMatrix = typename SolverT::RawMatrix; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64PBQPRegAlloc.cpp | 190 PBQPRAGraph::RawMatrix costs(vRdAllowed->size() + 1, in addIntraChainConstraint() 212 PBQPRAGraph::RawMatrix costs(G.getEdgeCosts(edge)); in addIntraChainConstraint()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64PBQPRegAlloc.cpp | 191 PBQPRAGraph::RawMatrix costs(vRdAllowed->size() + 1, in addIntraChainConstraint() 213 PBQPRAGraph::RawMatrix costs(G.getEdgeCosts(edge)); in addIntraChainConstraint()
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64PBQPRegAlloc.cpp | 190 PBQPRAGraph::RawMatrix costs(vRdAllowed->size() + 1, in addIntraChainConstraint() 212 PBQPRAGraph::RawMatrix costs(G.getEdgeCosts(edge)); in addIntraChainConstraint()
|
/external/llvm/lib/CodeGen/ |
D | RegAllocPBQP.cpp | 386 PBQPRAGraph::RawMatrix M(NRegs.size() + 1, MRegs.size() + 1, 0); in createInterferenceEdge() 460 PBQPRAGraph::RawMatrix Costs(Allowed1->size() + 1, in apply() 469 PBQPRAGraph::RawMatrix Costs(G.getEdgeCosts(EId)); in apply() 481 PBQPRAGraph::RawMatrix &CostMat, in addVirtRegCoalesce()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | RegAllocPBQP.cpp | 413 PBQPRAGraph::RawMatrix M(NRegs.size() + 1, MRegs.size() + 1, 0); in createInterferenceEdge() 485 PBQPRAGraph::RawMatrix Costs(Allowed1->size() + 1, in apply() 494 PBQPRAGraph::RawMatrix Costs(G.getEdgeCosts(EId)); in apply() 505 PBQPRAGraph::RawMatrix &CostMat, in addVirtRegCoalesce()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | RegAllocPBQP.cpp | 412 PBQPRAGraph::RawMatrix M(NRegs.size() + 1, MRegs.size() + 1, 0); in createInterferenceEdge() 483 PBQPRAGraph::RawMatrix Costs(Allowed1->size() + 1, in apply() 492 PBQPRAGraph::RawMatrix Costs(G.getEdgeCosts(EId)); in apply() 503 PBQPRAGraph::RawMatrix &CostMat, in addVirtRegCoalesce()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | RegAllocPBQP.h | 273 using RawMatrix = PBQP::Matrix; variable
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | RegAllocPBQP.h | 275 using RawMatrix = PBQP::Matrix; variable
|
/external/llvm/include/llvm/CodeGen/ |
D | RegAllocPBQP.h | 334 typedef PBQP::Matrix RawMatrix; typedef
|