Searched refs:Inst2Matrix (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LowerMatrixIntrinsics.cpp | 1812 const MapVector<Value *, MatrixTy> &Inst2Matrix; member 1829 const MapVector<Value *, MatrixTy> &Inst2Matrix, in ExprLinearizer() 1833 : Str(), Stream(Str), DL(DL), Inst2Matrix(Inst2Matrix), Shared(Shared), in ExprLinearizer() 1874 auto M = Inst2Matrix.find(V); in prettyPrintMatrixType() 1875 if (M == Inst2Matrix.end()) in prettyPrintMatrixType() 2073 const MapVector<Value *, MatrixTy> &Inst2Matrix; member 2078 RemarkGenerator(const MapVector<Value *, MatrixTy> &Inst2Matrix, in RemarkGenerator() 2080 : Inst2Matrix(Inst2Matrix), ORE(ORE), Func(Func), in RemarkGenerator() 2133 auto CM = Inst2Matrix.find(Root); in sumOpInfos() 2155 for (auto &KV : Inst2Matrix) { in emitRemarks() [all …]
|