Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp332 struct OpInfoTy { struct in __anon821fcdb70111::LowerMatrixIntrinsics
334 unsigned NumStores = 0;
336 unsigned NumLoads = 0;
338 unsigned NumComputeOps = 0;
342 unsigned NumExposedTransposes = 0;
344 OpInfoTy &operator+=(const OpInfoTy &RHS) { in operator +=()