Lines Matching refs:Inst2Matrix
1820 const MapVector<Value *, MatrixTy> &Inst2Matrix; member
1837 const MapVector<Value *, MatrixTy> &Inst2Matrix, in ExprLinearizer()
1841 : Stream(Str), DL(DL), Inst2Matrix(Inst2Matrix), Shared(Shared), in ExprLinearizer()
1882 auto M = Inst2Matrix.find(V); in prettyPrintMatrixType()
1883 if (M == Inst2Matrix.end()) in prettyPrintMatrixType()
2081 const MapVector<Value *, MatrixTy> &Inst2Matrix; member
2086 RemarkGenerator(const MapVector<Value *, MatrixTy> &Inst2Matrix, in RemarkGenerator()
2088 : Inst2Matrix(Inst2Matrix), ORE(ORE), Func(Func), in RemarkGenerator()
2141 auto CM = Inst2Matrix.find(Root); in sumOpInfos()
2163 for (auto &KV : Inst2Matrix) { in emitRemarks()
2237 ExprLinearizer Lin(DL, Inst2Matrix, Shared, ExprsInSubprogram, L); in linearize()