| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | PseudoProbe.cpp | 62 Probe.Factor = II->getFactor()->getZExtValue() / in extractProbe() 84 auto OrigFactor = II->getFactor()->getZExtValue(); in setProbeDistributionFactor() 86 II->replaceUsesOfWith(II->getFactor(), Builder.getInt64(IntFactor)); in setProbeDistributionFactor()
|
| H A D | LLVMContextImpl.h | 557 : Factor == RHS->getFactor());
|
| H A D | AsmWriter.cpp | 2262 Printer.printInt("factor", N->getFactor()); in writeDIFixedPointType()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | VectorUtils.h | 541 uint32_t getFactor() const { return Factor; } in getFactor() function 626 if (getMember(getFactor() - 1)) in requiresScalarEpilogue() 804 for (unsigned i = 0; i < Group->getFactor(); i++) in releaseGroupWithoutRemovingFromSet()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | VectorUtils.cpp | 1135 if (Group.getNumMembers() == Group.getFactor()) in createBitMaskForGaps() 1143 for (unsigned j = 0; j < Group.getFactor(); ++j) { in createBitMaskForGaps() 1525 for (uint32_t Index = 0; Index < Group->getFactor(); ++Index) { in analyzeInterleaving() 1681 if (Group->getNumMembers() == Group->getFactor()) in analyzeInterleaving() 1691 if (Group->getMember(Group->getFactor() - 1)) in analyzeInterleaving() 1692 InvalidateGroupIfMemberMayWrap(Group, Group->getFactor() - 1, "last"); in analyzeInterleaving() 1716 if (Group->getNumMembers() == Group->getFactor()) in analyzeInterleaving() 1738 for (int Index = Group->getFactor() - 1; Index > 0; Index--) in analyzeInterleaving()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanSLP.cpp | 74 IG->getFactor(), IG->isReverse(), IG->getAlign()); in visitBlock() 82 Align(IG->isReverse() ? (-1) * int(IG->getFactor()) in visitBlock() 83 : IG->getFactor())); in visitBlock()
|
| H A D | VPlanTransforms.cpp | 2481 for (unsigned i = 0; i < IG->getFactor(); ++i) in createInterleaveGroups() 2531 -(int64_t)IG->getFactor(), in createInterleaveGroups() 2542 for (unsigned i = 0; i < IG->getFactor(); ++i) in createInterleaveGroups() 3102 return IR->getInterleaveGroup()->getFactor() == in canNarrowLoad() 3137 return IG->getFactor() == VF && IG->getNumMembers() == VF && in isConsecutiveInterleaveGroup() 3222 IR->getInterleaveGroup()->getFactor() == in narrowInterleaveGroups()
|
| H A D | VPlanRecipes.cpp | 3442 unsigned InterleaveFactor = Group->getFactor(); in execute() 3619 O << Indent << "INTERLEAVE-GROUP with factor " << IG->getFactor() << " at "; in print() 3630 for (unsigned i = 0; i < IG->getFactor(); ++i) { in print() 3652 for (unsigned Idx = 0; IG->getFactor(); ++Idx) in computeCost() 3664 unsigned InterleaveFactor = IG->getFactor(); in computeCost() 3675 InsertPos->getOpcode(), WideVecTy, IG->getFactor(), Indices, in computeCost()
|
| H A D | LoopVectorize.cpp | 1100 for (unsigned Idx = 0; Idx < Grp->getFactor(); ++Idx) { in setWideningDecision() 3074 unsigned InterleaveFactor = Group->getFactor(); in interleavedAccessCanBeWidened() 3119 isa<StoreInst>(I) && (Group->getNumMembers() < Group->getFactor()); in interleavedAccessCanBeWidened() 5296 unsigned InterleaveFactor = Group->getFactor(); in getInterleaveGroupCost() 5308 (isa<StoreInst>(I) && (Group->getNumMembers() < Group->getFactor())); in getInterleaveGroupCost() 5310 InsertPos->getOpcode(), WideVecTy, Group->getFactor(), Indices, in getInterleaveGroupCost() 5743 for (unsigned I = 0; I < Group->getFactor(); ++I) { in setCostBasedWideningDecision() 8679 assert((!Result || !VF.isScalable() || IG->getFactor() <= 8) && in tryToBuildVPlanWithVPRecipes()
|
| H A D | VPlan.h | 2386 for (unsigned i = 0; i < IG->getFactor(); ++i)
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfUnit.cpp | 775 BTy->getFactor()); in constructTypeDIE() 778 BTy->getFactor()); in constructTypeDIE()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IntrinsicInst.h | 1646 ConstantInt *getFactor() const { return cast<ConstantInt>(getArgOperand(3)); } in getFactor() function
|
| H A D | DebugInfoMetadata.h | 1079 int getFactor() const { in getFactor() function
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtProfile.cpp | 510 if (const Expr *Factor = C->getFactor()) in VisitOMPPartialClause()
|
| H A D | OpenMPClause.cpp | 1885 if (Expr *Factor = Node->getFactor()) { in VisitOMPPartialClause()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | RecursiveASTVisitor.h | 3412 TRY_TO(TraverseStmt(C->getFactor()));
|
| H A D | OpenMPClause.h | 1198 Expr *getFactor() const { return cast_or_null<Expr>(Factor); } in getFactor() function
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 2948 if (Expr *FactorExpr = PartialClause->getFactor()) { in EmitOMPUnrollDirective() 2976 if (Expr *FactorExpr = PartialClause->getFactor()) { in EmitOMPUnrollDirective()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | TreeTransform.h | 10568 ExprResult T = getDerived().TransformExpr(C->getFactor()); in TransformOMPPartialClause() 10572 bool Changed = Factor != C->getFactor(); in TransformOMPPartialClause()
|
| H A D | SemaOpenMP.cpp | 14962 if (Expr *FactorVal = PartialClause->getFactor(); in ActOnOpenMPUnrollDirective()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 7834 Record.AddStmt(C->getFactor()); in VisitOMPPartialClause()
|