Home
last modified time | relevance | path

Searched refs:Inst2Matrix (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp2098 const MapVector<Value *, MatrixTy> &Inst2Matrix; member
2115 const MapVector<Value *, MatrixTy> &Inst2Matrix, in ExprLinearizer()
2119 : Stream(Str), DL(DL), Inst2Matrix(Inst2Matrix), Shared(Shared), in ExprLinearizer()
2160 auto M = Inst2Matrix.find(V); in prettyPrintMatrixType()
2161 if (M == Inst2Matrix.end()) in prettyPrintMatrixType()
2359 const MapVector<Value *, MatrixTy> &Inst2Matrix; member
2364 RemarkGenerator(const MapVector<Value *, MatrixTy> &Inst2Matrix, in RemarkGenerator()
2366 : Inst2Matrix(Inst2Matrix), ORE(ORE), Func(Func), in RemarkGenerator()
2419 auto CM = Inst2Matrix.find(Root); in sumOpInfos()
2441 for (const auto &KV : Inst2Matrix) { in emitRemarks()
[all …]