Home
last modified time | relevance | path

Searched refs:CostAllocator (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/
DGraph.h48 using CostAllocator = typename SolverT::CostAllocator;
55 using VectorPtr = typename CostAllocator::VectorPtr;
56 using MatrixPtr = typename CostAllocator::MatrixPtr;
163 CostAllocator CostAlloc;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DRegAllocPBQP.h276 using CostAllocator = PBQP::PoolCostAllocator<Vector, Matrix>; variable