Home
last modified time | relevance | path

Searched defs:OpInfoTy (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
DLowerMatrixIntrinsics.cpp230 struct OpInfoTy { struct in __anon71f215770111::LowerMatrixIntrinsics
232 unsigned NumStores = 0;
234 unsigned NumLoads = 0;
236 unsigned NumComputeOps = 0;
240 unsigned NumExposedTransposes = 0;
242 OpInfoTy &operator+=(const OpInfoTy &RHS) { in operator +=()