Home
last modified time | relevance | path

Searched defs:MatrixPtr (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/PBQP/
DCostAllocator.h116 using MatrixPtr = typename MatrixCostPool::PoolRef; variable
DGraph.h56 using MatrixPtr = typename CostAllocator::MatrixPtr; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/
DCostAllocator.h116 using MatrixPtr = typename MatrixCostPool::PoolRef; variable
DGraph.h56 using MatrixPtr = typename CostAllocator::MatrixPtr; variable
/external/llvm/include/llvm/CodeGen/PBQP/
DCostAllocator.h117 typedef typename MatrixCostPool::PoolRef MatrixPtr; typedef
DGraph.h57 typedef typename CostAllocator::MatrixPtr MatrixPtr; typedef
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
DLowerMatrixIntrinsics.cpp1120 MatrixTy loadMatrix(Value *MatrixPtr, MaybeAlign Align, bool IsVolatile, in loadMatrix()
1168 void storeMatrix(const MatrixTy &StoreVal, Value *MatrixPtr, in storeMatrix()