Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DPseudoProbe.cpp54 Probe.Factor = II->getFactor()->getZExtValue() / in extractProbe()
73 auto OrigFactor = II->getFactor()->getZExtValue(); in setProbeDistributionFactor()
75 II->replaceUsesOfWith(II->getFactor(), Builder.getInt64(IntFactor)); in setProbeDistributionFactor()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DVectorUtils.cpp889 if (Group.getNumMembers() == Group.getFactor()) in createBitMaskForGaps()
897 for (unsigned j = 0; j < Group.getFactor(); ++j) { in createBitMaskForGaps()
1373 if (Group->getNumMembers() == Group->getFactor()) in analyzeInterleaving()
1383 if (Group->getMember(Group->getFactor() - 1)) in analyzeInterleaving()
1384 InvalidateGroupIfMemberMayWrap(Group, Group->getFactor() - 1, in analyzeInterleaving()
1409 if (Group->getNumMembers() == Group->getFactor()) in analyzeInterleaving()
1431 for (int Index = Group->getFactor() - 1; Index > 0; Index--) in analyzeInterleaving()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DVectorUtils.h625 uint32_t getFactor() const { return Factor; } in getFactor() function
710 if (getMember(getFactor() - 1)) in requiresScalarEpilogue()
879 for (unsigned i = 0; i < Group->getFactor(); i++) in releaseGroup()
/llvm-project-15.0.7/mlir/lib/Dialect/SCF/TransformOps/
H A DSCFTransformOps.cpp220 if (failed(loopUnrollByFactor(target, getFactor()))) { in applyToOne()
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp1045 IG->getFactor(), IG->isReverse(), IG->getAlign()); in visitBlock()
1053 Align(IG->isReverse() ? (-1) * int(IG->getFactor()) in visitBlock()
1054 : IG->getFactor())); in visitBlock()
H A DLoopVectorize.cpp1320 for (unsigned i = 0; i < Grp->getFactor(); ++i) { in setWideningDecision()
2550 unsigned InterleaveFactor = Group->getFactor(); in vectorizeInterleaveGroup()
2569 Index += (VF.getKnownMinValue() - 1) * Group->getFactor(); in vectorizeInterleaveGroup()
4480 unsigned InterleaveFactor = Group->getFactor(); in interleavedAccessCanBeWidened()
4511 isa<StoreInst>(I) && (Group->getNumMembers() < Group->getFactor()); in interleavedAccessCanBeWidened()
6444 unsigned InterleaveFactor = Group->getFactor(); in getInterleaveGroupCost()
6902 for (unsigned I = 0; I < Group->getFactor(); ++I) { in setCostBasedWideningDecision()
8740 for (unsigned i = 0; i < IG->getFactor(); i++) in buildVPlanWithVPRecipes()
8996 for (unsigned i = 0; i < IG->getFactor(); ++i) in buildVPlanWithVPRecipes()
9007 for (unsigned i = 0; i < IG->getFactor(); ++i) in buildVPlanWithVPRecipes()
[all …]
H A DVPlan.h1433 for (unsigned i = 0; i < IG->getFactor(); ++i)
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp2320 auto getFactor = [HwWidth](MVT Ty) { in WidenHvxExtend() local
2325 auto getWideTy = [getFactor](MVT Ty) { in WidenHvxExtend()
2326 unsigned WideLen = Ty.getVectorNumElements() * getFactor(Ty); in WidenHvxExtend()
2353 auto getFactor = [HwWidth](MVT Ty) { in WidenHvxTruncate() local
2359 auto getWideTy = [getFactor](MVT Ty) { in WidenHvxTruncate()
2360 unsigned WideLen = Ty.getVectorNumElements() * getFactor(Ty); in WidenHvxTruncate()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DIntrinsicInst.h1336 ConstantInt *getFactor() const { in getFactor() function
/llvm-project-15.0.7/clang/lib/AST/
H A DStmtProfile.cpp483 if (const Expr *Factor = C->getFactor()) in VisitOMPPartialClause()
H A DOpenMPClause.cpp1718 if (Expr *Factor = Node->getFactor()) { in VisitOMPPartialClause()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DRecursiveASTVisitor.h3263 TRY_TO(TraverseStmt(C->getFactor()));
H A DOpenMPClause.h1056 Expr *getFactor() const { return cast_or_null<Expr>(Factor); } in getFactor() function
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2708 if (Expr *FactorExpr = PartialClause->getFactor()) { in EmitOMPUnrollDirective()
2736 if (Expr *FactorExpr = PartialClause->getFactor()) { in EmitOMPUnrollDirective()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriter.cpp6258 Record.AddStmt(C->getFactor()); in VisitOMPPartialClause()
/llvm-project-15.0.7/clang/lib/Sema/
H A DTreeTransform.h9487 ExprResult T = getDerived().TransformExpr(C->getFactor()); in TransformOMPPartialClause()
9491 bool Changed = Factor != C->getFactor(); in TransformOMPPartialClause()
H A DSemaOpenMP.cpp14866 if (Expr *FactorVal = PartialClause->getFactor()) { in ActOnOpenMPUnrollDirective()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp2334 Visitor->AddStmt(C->getFactor()); in VisitOMPPartialClause()