| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | PseudoProbe.cpp | 54 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 D | VectorUtils.cpp | 889 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 D | VectorUtils.h | 625 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 D | SCFTransformOps.cpp | 220 if (failed(loopUnrollByFactor(target, getFactor()))) { in applyToOne()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlan.cpp | 1045 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 D | LoopVectorize.cpp | 1320 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 D | VPlan.h | 1433 for (unsigned i = 0; i < IG->getFactor(); ++i)
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLoweringHVX.cpp | 2320 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 D | IntrinsicInst.h | 1336 ConstantInt *getFactor() const { in getFactor() function
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | StmtProfile.cpp | 483 if (const Expr *Factor = C->getFactor()) in VisitOMPPartialClause()
|
| H A D | OpenMPClause.cpp | 1718 if (Expr *Factor = Node->getFactor()) { in VisitOMPPartialClause()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | RecursiveASTVisitor.h | 3263 TRY_TO(TraverseStmt(C->getFactor()));
|
| H A D | OpenMPClause.h | 1056 Expr *getFactor() const { return cast_or_null<Expr>(Factor); } in getFactor() function
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 2708 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 D | ASTWriter.cpp | 6258 Record.AddStmt(C->getFactor()); in VisitOMPPartialClause()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | TreeTransform.h | 9487 ExprResult T = getDerived().TransformExpr(C->getFactor()); in TransformOMPPartialClause() 9491 bool Changed = Factor != C->getFactor(); in TransformOMPPartialClause()
|
| H A D | SemaOpenMP.cpp | 14866 if (Expr *FactorVal = PartialClause->getFactor()) { in ActOnOpenMPUnrollDirective()
|
| /llvm-project-15.0.7/clang/tools/libclang/ |
| H A D | CIndex.cpp | 2334 Visitor->AddStmt(C->getFactor()); in VisitOMPPartialClause()
|