Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Transforms/Scalar/
DLowerMatrixIntrinsics.cpp406 unsigned getNumOps(Type *VT) { in getNumOps() function in __anon0f2dcaa70111::LowerMatrixIntrinsics
408 return getNumOps(VT->getScalarType(), in getNumOps()
415 unsigned getNumOps(Type *ST, unsigned N) { in getNumOps() function in __anon0f2dcaa70111::LowerMatrixIntrinsics
814 return Result.addNumLoads(getNumOps(Result.getVectorTy()) * in loadMatrix()
905 return MatrixTy().addNumStores(getNumOps(StoreVal.getVectorTy()) * in storeMatrix()
970 NumComputeOps += getNumOps(A->getType()); in createMulAdd()
982 NumComputeOps += getNumOps(A->getType()); in createMulAdd()
987 NumComputeOps += getNumOps(A->getType()); in createMulAdd()
1497 Result.addNumComputeOps(getNumOps(Result.getVectorTy()) * in VisitBinaryOperator()
/external/llvm-project/mlir/lib/TableGen/
DPattern.cpp133 int DagNode::getNumOps() const { in getNumOps() function in DagNode
137 count += child.getNumOps(); in getNumOps()
593 int initBenefit = getSourcePattern().getNumOps(); in getBenefit()
/external/llvm-project/mlir/include/mlir/TableGen/
DPattern.h149 int getNumOps() const;
/external/oss-fuzz/projects/alembic/
Dalembic_dump_info_fuzzer.cc133 schema.getNumOps(); in dumpXform()
/external/llvm-project/mlir/tools/mlir-tblgen/
DRewriterGen.cpp673 pattern.getSourcePattern().getNumOps()); in emit()
729 for (int i = 0, e = pattern.getSourcePattern().getNumOps(); i != e; ++i) { in emitRewriteLogic()