Lines Matching refs:Inst2Matrix
2196 const MapVector<Value *, MatrixTy> &Inst2Matrix; member
2213 const MapVector<Value *, MatrixTy> &Inst2Matrix, in ExprLinearizer()
2217 : Stream(Str), DL(DL), Inst2Matrix(Inst2Matrix), Shared(Shared), in ExprLinearizer()
2258 auto M = Inst2Matrix.find(V); in prettyPrintMatrixType()
2259 if (M == Inst2Matrix.end()) in prettyPrintMatrixType()
2457 const MapVector<Value *, MatrixTy> &Inst2Matrix; member
2462 RemarkGenerator(const MapVector<Value *, MatrixTy> &Inst2Matrix, in RemarkGenerator()
2464 : Inst2Matrix(Inst2Matrix), ORE(ORE), Func(Func), in RemarkGenerator()
2517 auto CM = Inst2Matrix.find(Root); in sumOpInfos()
2539 for (const auto &KV : Inst2Matrix) { in emitRemarks()
2613 ExprLinearizer Lin(DL, Inst2Matrix, Shared, ExprsInSubprogram, L); in linearize()