Searched defs:MatrixPtr (Results 1 – 16 of 16) sorted by relevance
116 using MatrixPtr = typename MatrixCostPool::PoolRef; variable
56 using MatrixPtr = typename CostAllocator::MatrixPtr; variable
117 typedef typename MatrixCostPool::PoolRef MatrixPtr; typedef
57 typedef typename CostAllocator::MatrixPtr MatrixPtr; typedef
139 using MatrixPtr = std::shared_ptr<const CompatibilityMatrix>; variable
1120 MatrixTy loadMatrix(Value *MatrixPtr, MaybeAlign Align, bool IsVolatile, in loadMatrix()1168 void storeMatrix(const MatrixTy &StoreVal, Value *MatrixPtr, in storeMatrix()