HomeSort by relevance Sort by last modified time
    Searched refs:CostAlloc (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/CodeGen/PBQP/
Graph.h 178 CostAllocator CostAlloc;
384 VectorPtr AllocatedCosts = CostAlloc.getVector(std::move(Costs));
421 MatrixPtr AllocatedCosts = CostAlloc.getMatrix(std::move(Costs));
474 VectorPtr AllocatedCosts = CostAlloc.getVector(std::move(Costs));
516 MatrixPtr AllocatedCosts = CostAlloc.getMatrix(std::move(Costs));
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/PBQP/
Graph.h 164 CostAllocator CostAlloc;
378 VectorPtr AllocatedCosts = CostAlloc.getVector(std::move(Costs));
415 MatrixPtr AllocatedCosts = CostAlloc.getMatrix(std::move(Costs));
468 VectorPtr AllocatedCosts = CostAlloc.getVector(std::move(Costs));
510 MatrixPtr AllocatedCosts = CostAlloc.getMatrix(std::move(Costs));

Completed in 424 milliseconds