Searched refs:Inst2Matrix (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | LowerMatrixIntrinsics.cpp | 1944 const MapVector<Value *, MatrixTy> &Inst2Matrix; member 1961 const MapVector<Value *, MatrixTy> &Inst2Matrix, in ExprLinearizer() 1965 : Stream(Str), DL(DL), Inst2Matrix(Inst2Matrix), Shared(Shared), in ExprLinearizer() 2006 auto M = Inst2Matrix.find(V); in prettyPrintMatrixType() 2007 if (M == Inst2Matrix.end()) in prettyPrintMatrixType() 2205 const MapVector<Value *, MatrixTy> &Inst2Matrix; member 2210 RemarkGenerator(const MapVector<Value *, MatrixTy> &Inst2Matrix, in RemarkGenerator() 2212 : Inst2Matrix(Inst2Matrix), ORE(ORE), Func(Func), in RemarkGenerator() 2265 auto CM = Inst2Matrix.find(Root); in sumOpInfos() 2287 for (const auto &KV : Inst2Matrix) { in emitRemarks() [all …]
|