Searched refs:getNumOps (Results 1 – 5 of 5) sorted by relevance
406 unsigned getNumOps(Type *VT) { in getNumOps() function in __anon0f2dcaa70111::LowerMatrixIntrinsics408 return getNumOps(VT->getScalarType(), in getNumOps()415 unsigned getNumOps(Type *ST, unsigned N) { in getNumOps() function in __anon0f2dcaa70111::LowerMatrixIntrinsics814 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()
133 int DagNode::getNumOps() const { in getNumOps() function in DagNode137 count += child.getNumOps(); in getNumOps()593 int initBenefit = getSourcePattern().getNumOps(); in getBenefit()
149 int getNumOps() const;
133 schema.getNumOps(); in dumpXform()
673 pattern.getSourcePattern().getNumOps()); in emit()729 for (int i = 0, e = pattern.getSourcePattern().getNumOps(); i != e; ++i) { in emitRewriteLogic()