Searched defs:MatrixPtr (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/include/llvm/CodeGen/PBQP/ |
H A D | CostAllocator.h | 116 using MatrixPtr = typename MatrixCostPool::PoolRef; variable
|
H A D | Graph.h | 56 using MatrixPtr = typename CostAllocator::MatrixPtr; variable
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LowerMatrixIntrinsics.cpp | 1147 loadMatrix(Value * MatrixPtr,MaybeAlign Align,bool IsVolatile,ShapeInfo MatrixShape,Value * I,Value * J,ShapeInfo ResultShape,Type * EltTy,IRBuilder<> & Builder) loadMatrix() argument 1189 storeMatrix(const MatrixTy & StoreVal,Value * MatrixPtr,MaybeAlign MAlign,bool IsVolatile,ShapeInfo MatrixShape,Value * I,Value * J,Type * EltTy,IRBuilder<> & Builder) storeMatrix() argument
|