/freebsd-src/contrib/llvm-project/llvm/tools/llvm-cov/ |
H A D | CoverageFilters.h | 89 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 D | LoopRotation.cpp | 67 int Threshold = in run() local 144 int Threshold = hasVectorizeTransformation(L) == TM_ForcedByUser runOnLoop() local
|
H A D | Reassociate.cpp | 372 APInt Threshold = CM + Bitwidth; IncorporateWeight() local 382 unsigned Threshold = CM + Bitwidth; IncorporateWeight() local
|
H A D | LoopUnrollPass.cpp | 1369 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 D | SIPreEmitPeephole.cpp | 99 unsigned Threshold = 5; in optimizeVccBranch() local 393 const unsigned Threshold = 20; in runOnMachineFunction() local
|
H A D | AMDGPUTargetTransformInfo.cpp | 184 unsigned Threshold = 0; getUnrollingPreferences() local 1266 unsigned Threshold = adjustInliningThresholdUsingCallee(CB, TLI, this); adjustInliningThreshold() local 1300 unsigned Threshold = ArgAllocaCost * getInliningThresholdMultiplier(); getCallerAllocaCost() local [all...] |
H A D | SIFixSGPRCopies.cpp | 585 const unsigned Threshold = 50; hoistAndMergeSGPRInits() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | SpillPlacement.h | 65 BlockFrequency Threshold; variable
|
H A D | PreISelIntrinsicLowering.cpp | 189 uint64_t Threshold = MemIntrinsicExpandSizeThresholdOpt.getNumOccurrences() in shouldExpandMemIntrinsicWithSize() local
|
H A D | PrologEpilogInserter.cpp | 296 uint64_t Threshold = TFI->getStackThreshold(); runOnMachineFunction() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86PadShortFunction.cpp | 84 const unsigned int Threshold = 4; member
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Bitstream/ |
H A D | BitstreamWriter.h | 238 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 D | PassBuilderBindings.cpp | 143 LLVMPassBuilderOptionsSetInlinerThreshold(LLVMPassBuilderOptionsRef Options,int Threshold) LLVMPassBuilderOptionsSetInlinerThreshold() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | FunctionImport.cpp | 256 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 D | InlineCost.h | 96 int Threshold = 0; global() variable [all...] |
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-tli-checker/ |
H A D | llvm-tli-checker.cpp | 333 ReportKind Threshold = in main() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | LLVMContext.cpp | 148 setDiagnosticsHotnessThreshold(std::optional<uint64_t> Threshold) setDiagnosticsHotnessThreshold() argument
|
H A D | Module.cpp | 632 setLargeDataThreshold(uint64_t Threshold) setLargeDataThreshold() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | ArrayBoundCheckerV2.cpp | 182 compareValueToThreshold(ProgramStateRef State,NonLoc Value,NonLoc Threshold,SValBuilder & SVB,bool CheckEquality=false) compareValueToThreshold() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | InlineCost.cpp | 564 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 D | ThumbRegisterInfo.cpp | 362 unsigned Threshold = (DestReg == ARM::SP) ? 3 : 2; in emitThumbRegPlusImmediate() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LoopRotationUtils.cpp | 1055 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 D | LoopPeel.cpp | 502 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 D | HexagonFrameLowering.cpp | 2620 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 D | InstCombineShifts.cpp | 374 APInt Threshold(Size, Size); foldShiftOfShiftedBinOp() local
|