Home
last modified time | relevance | path

Searched defs:Threshold (Results 1 – 25 of 46) sorted by relevance

12

/freebsd-src/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageFilters.h89 T Threshold; variable
91 StatisticThresholdFilter(Operation Op, T Threshold) in StatisticThresholdFilter()
112 RegionCoverageFilter(Operation Op, double Threshold) in RegionCoverageFilter()
124 LineCoverageFilter(Operation Op, double Threshold) in LineCoverageFilter()
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopRotation.cpp67 int Threshold = in run() local
144 int Threshold = hasVectorizeTransformation(L) == TM_ForcedByUser runOnLoop() local
H A DReassociate.cpp372 APInt Threshold = CM + Bitwidth; IncorporateWeight() local
382 unsigned Threshold = CM + Bitwidth; IncorporateWeight() local
H A DLoopUnrollPass.cpp1369 LoopUnroll(int OptLevel=2,bool OnlyWhenForced=false,bool ForgetAllSCEV=false,std::optional<unsigned> Threshold=std::nullopt,std::optional<unsigned> Count=std::nullopt,std::optional<bool> AllowPartial=std::nullopt,std::optional<bool> Runtime=std::nullopt,std::optional<bool> UpperBound=std::nullopt,std::optional<bool> AllowPeeling=std::nullopt,std::optional<bool> AllowProfileBasedPeeling=std::nullopt,std::optional<unsigned> ProvidedFullUnrollMaxCount=std::nullopt) LoopUnroll() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIPreEmitPeephole.cpp99 unsigned Threshold = 5; in optimizeVccBranch() local
393 const unsigned Threshold = 20; in runOnMachineFunction() local
H A DAMDGPUTargetTransformInfo.cpp184 unsigned Threshold = 0; getUnrollingPreferences() local
1266 unsigned Threshold = adjustInliningThresholdUsingCallee(CB, TLI, this); adjustInliningThreshold() local
1300 unsigned Threshold = ArgAllocaCost * getInliningThresholdMultiplier(); getCallerAllocaCost() local
[all...]
H A DSIFixSGPRCopies.cpp585 const unsigned Threshold = 50; hoistAndMergeSGPRInits() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DSpillPlacement.h65 BlockFrequency Threshold; variable
H A DPreISelIntrinsicLowering.cpp189 uint64_t Threshold = MemIntrinsicExpandSizeThresholdOpt.getNumOccurrences() in shouldExpandMemIntrinsicWithSize() local
H A DPrologEpilogInserter.cpp296 uint64_t Threshold = TFI->getStackThreshold(); runOnMachineFunction() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86PadShortFunction.cpp84 const unsigned int Threshold = 4; member
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Bitstream/
H A DBitstreamWriter.h238 uint32_t Threshold = 1U << (NumBits-1); EmitVBR() local
255 uint32_t Threshold = 1U << (NumBits-1); EmitVBR64() local
/freebsd-src/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilderBindings.cpp143 LLVMPassBuilderOptionsSetInlinerThreshold(LLVMPassBuilderOptionsRef Options,int Threshold) LLVMPassBuilderOptionsSetInlinerThreshold() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp256 selectCallee(const ModuleSummaryIndex & Index,ArrayRef<std::unique_ptr<GlobalValueSummary>> CalleeSummaryList,unsigned Threshold,StringRef CallerModulePath,FunctionImporter::ImportFailureReason & Reason) selectCallee() argument
682 computeImportForFunction(const FunctionSummary & Summary,const ModuleSummaryIndex & Index,const unsigned Threshold,const GVSummaryMapTy & DefinedGVSummaries,function_ref<bool (GlobalValue::GUID,const GlobalValueSummary *)> isPrevailing,SmallVectorImpl<EdgeInfo> & Worklist,GlobalsImporter & GVImporter,FunctionImporter::ImportMapTy & ImportList,DenseMap<StringRef,FunctionImporter::ExportSetTy> * ExportLists,FunctionImporter::ImportThresholdsTy & ImportThresholds) computeImportForFunction() argument
833 __anon9e2a56780902(unsigned Threshold, bool IsHotCallsite) computeImportForFunction() argument
888 auto Threshold = std::get<1>(GVInfo); computeImportForModule() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInlineCost.h96 int Threshold = 0; global() variable
[all...]
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-tli-checker/
H A Dllvm-tli-checker.cpp333 ReportKind Threshold = in main() local
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContext.cpp148 setDiagnosticsHotnessThreshold(std::optional<uint64_t> Threshold) setDiagnosticsHotnessThreshold() argument
H A DModule.cpp632 setLargeDataThreshold(uint64_t Threshold) setLargeDataThreshold() argument
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundCheckerV2.cpp182 compareValueToThreshold(ProgramStateRef State,NonLoc Value,NonLoc Threshold,SValBuilder & SVB,bool CheckEquality=false) compareValueToThreshold() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp564 int Threshold = 0; member in __anon3da3c46d0111::InlineCostCallAnalyzer
958 APInt Threshold(128, PSI->getOrCompHotCountThreshold()); costBenefitAnalysis() local
1163 int Threshold = 5; global() member in __anon3da3c46d0111::InlineCostFeaturesAnalyzer
3153 getInlineParams(int Threshold) getInlineParams() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumbRegisterInfo.cpp362 unsigned Threshold = (DestReg == ARM::SP) ? 3 : 2; in emitThumbRegPlusImmediate() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp1055 LoopRotation(Loop * L,LoopInfo * LI,const TargetTransformInfo * TTI,AssumptionCache * AC,DominatorTree * DT,ScalarEvolution * SE,MemorySSAUpdater * MSSAU,const SimplifyQuery & SQ,bool RotationOnly=true,unsigned Threshold=unsigned (-1),bool IsUtilMode=true,bool PrepareForLTO) LoopRotation() argument
H A DLoopPeel.cpp502 computePeelCount(Loop * L,unsigned LoopSize,TargetTransformInfo::PeelingPreferences & PP,unsigned TripCount,DominatorTree & DT,ScalarEvolution & SE,AssumptionCache * AC,unsigned Threshold) computePeelCount() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp2620 unsigned Threshold = isOptSize(MF) ? SpillFuncThresholdOs useSpillFunction() local
2641 unsigned Threshold = isOptSize(MF) ? SpillFuncThresholdOs-1 useRestoreFunction() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp374 APInt Threshold(Size, Size); foldShiftOfShiftedBinOp() local

12