/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | Logger.cpp | 52 unsigned Blocks = 0, Steps = 0; in endAnalysis() local 55 Steps += E.second; in endAnalysis() 58 << Steps << " total steps ===\n"; in endAnalysis()
|
/freebsd/contrib/libcbor/.github/ISSUE_TEMPLATE/ |
H A D | bug_report.md | 14 Steps to reproduce the behavior. If possible, please attach a runnable code snippet.
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanTransforms.cpp | 562 VPScalarIVStepsRecipe *Steps = new VPScalarIVStepsRecipe( in createScalarIVSteps() local 565 HeaderVPBB->insert(Steps, IP); in createScalarIVSteps() 566 return Steps; in createScalarIVSteps() 594 VPScalarIVStepsRecipe *Steps = createScalarIVSteps( in legalizeAndOptimizeInductions() local 599 {PtrIV->getStartValue(), Steps}, in legalizeAndOptimizeInductions() 602 Recipe->insertAfter(Steps); in legalizeAndOptimizeInductions() 618 VPScalarIVStepsRecipe *Steps = createScalarIVSteps( in legalizeAndOptimizeInductions() local 626 WideIV->replaceAllUsesWith(Steps); in legalizeAndOptimizeInductions() 628 WideIV->replaceUsesWithIf(Steps, [WideIV](VPUser &U, unsigned) { in legalizeAndOptimizeInductions()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | CoreEngine.cpp | 139 unsigned Steps = MaxSteps; in ExecuteWorkList() local 142 if (Steps == 0) { in ExecuteWorkList() 146 --Steps; in ExecuteWorkList() 161 return MaxSteps - Steps; in ExecuteWorkList()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | ValueLattice.h | 140 MergeOptions &setMaxWidenSteps(unsigned Steps = 1) { 142 MaxWidenSteps = Steps;
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaInit.cpp | 3798 for (const Step &S : llvm::reverse(Steps)) { in isDirectReferenceBinding() 3862 return !Steps.empty() && Steps.back().Kind == SK_ConstructorInitialization; in isConstructorInitialization() 3876 Steps.push_back(S); in AddAddressOverloadResolutionStep() 3890 Steps.push_back(S); in AddDerivedToBaseCastStep() 3898 Steps.push_back(S); in AddReferenceBindingStep() 3905 Steps.push_back(S); in AddFinalCopy() 3912 Steps.push_back(S); in AddExtraneousCopyToTemporary() 3926 Steps.push_back(S); in AddUserConversionStep() 3945 Steps.push_back(S); in AddQualificationConversionStep() 3952 Steps.push_back(S); in AddFunctionReferenceConversionStep() [all …]
|
H A D | SemaExprCXX.cpp | 7196 SmallVector<Step, 8> Steps; in FindCompositePointerType() local 7223 if (!Steps.empty()) { in FindCompositePointerType() 7233 } else if (Steps.size() == 1) { in FindCompositePointerType() 7255 assert(Steps.size() == 1); in FindCompositePointerType() 7263 assert(Steps.size() == 1); in FindCompositePointerType() 7267 Steps.back().Quals = Quals; in FindCompositePointerType() 7269 NeedConstBefore = Steps.size() - 1; in FindCompositePointerType() 7282 Steps.emplace_back(Step::Array, CAT1); in FindCompositePointerType() 7290 (Steps.empty() || Steps.back().K != Step::Array))) { in FindCompositePointerType() 7296 Steps.emplace_back(Step::Array); in FindCompositePointerType() [all …]
|
H A D | SemaTemplateInstantiateDecl.cpp | 338 SmallVector<Expr *, 4> Uniforms, Aligneds, Alignments, Linears, Steps; in instantiateOMPDeclareSimdDeclAttr() local 402 Steps.push_back(Inst.get()); in instantiateOMPDeclareSimdDeclAttr() 408 Uniforms, Aligneds, Alignments, Linears, LinModifiers, Steps, in instantiateOMPDeclareSimdDeclAttr()
|
H A D | SemaOpenMP.cpp | 6775 ArrayRef<unsigned> LinModifiers, ArrayRef<Expr *> Steps, SourceRange SR) { in ActOnOpenMPDeclareSimdDirective() argument 6778 assert(Linears.size() == Steps.size()); in ActOnOpenMPDeclareSimdDirective() 6975 for (Expr *E : Steps) { in ActOnOpenMPDeclareSimdDirective()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Initialization.h | 992 SmallVector<Step, 4> Steps; variable 1242 step_iterator step_begin() const { return Steps.begin(); } in step_begin() 1243 step_iterator step_end() const { return Steps.end(); } in step_end()
|
H A D | SemaOpenMP.h | 791 ArrayRef<unsigned> LinModifiers, ArrayRef<Expr *> Steps, SourceRange SR);
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | ExprEngine.h | 189 bool ExecuteWorkList(const LocationContext *L, unsigned Steps = 150000) { 192 return Engine.ExecuteWorkList(L, Steps, nullptr);
|
H A D | CoreEngine.h | 149 bool ExecuteWorkList(const LocationContext *L, unsigned Steps,
|
/freebsd/lib/libc/softfloat/ |
H A D | softfloat-source.txt | 69 Steps to Creating a `softfloat.o' 280 Steps to Creating a `softfloat.o'
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseOpenMP.cpp | 725 SmallVectorImpl<unsigned> &LinModifiers, SmallVectorImpl<Expr *> &Steps) { in parseDeclareSimdClauses() argument 787 Steps.append(Linears.size() - Steps.size(), Data.DepModOrTailExpr); in parseDeclareSimdClauses() 820 SmallVector<Expr *, 4> Steps; in ParseOMPDeclareSimdClauses() local 823 Alignments, Linears, LinModifiers, Steps); in ParseOMPDeclareSimdClauses() 831 LinModifiers, Steps, SourceRange(Loc, EndLoc)); in ParseOMPDeclareSimdClauses()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsSEISelLowering.cpp | 747 unsigned Steps = 0; in shouldTransformMulToShiftsAddsSubs() local 756 if (Steps >= MaxSteps) in shouldTransformMulToShiftsAddsSubs() 760 ++Steps; in shouldTransformMulToShiftsAddsSubs() 775 ++Steps; in shouldTransformMulToShiftsAddsSubs() 785 Steps *= (VT.getSizeInBits() != RegisterSize) * 3; in shouldTransformMulToShiftsAddsSubs() 786 if (Steps > 27) in shouldTransformMulToShiftsAddsSubs()
|
/freebsd/crypto/openssl/ |
H A D | INSTALL.md | 27 - [Installation Steps in Detail](#installation-steps-in-detail) 1158 Installation Steps in Detail
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | Attr.td | 4251 VariadicExprArgument<"Steps">
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 13950 SDValue Steps = DAG.getStepVector(DL, ContainerVT, SeqInfo->second); in LowerBUILD_VECTOR() local 13951 SDValue Seq = DAG.getNode(ISD::ADD, DL, ContainerVT, Start, Steps); in LowerBUILD_VECTOR()
|