Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp1614 const MapVector<Value *, MatrixTy> &Inst2Matrix; member
1631 const MapVector<Value *, MatrixTy> &Inst2Matrix, in ExprLinearizer()
1635 : Str(), Stream(Str), DL(DL), Inst2Matrix(Inst2Matrix), Shared(Shared), in ExprLinearizer()
1676 auto M = Inst2Matrix.find(V); in prettyPrintMatrixType()
1677 if (M == Inst2Matrix.end()) in prettyPrintMatrixType()
1875 const MapVector<Value *, MatrixTy> &Inst2Matrix; member
1880 RemarkGenerator(const MapVector<Value *, MatrixTy> &Inst2Matrix, in RemarkGenerator()
1882 : Inst2Matrix(Inst2Matrix), ORE(ORE), Func(Func), in RemarkGenerator()
1935 auto CM = Inst2Matrix.find(Root); in sumOpInfos()
1957 for (auto &KV : Inst2Matrix) { in emitRemarks()
[all …]