Searched refs:Threshold (Results 26 - 47 of 47) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertSkips.cpp355 unsigned Threshold = 5; local
357 if (!--Threshold)
H A DSIFixSGPRCopies.cpp570 const unsigned Threshold = 50;
571 // Search until B or Threshold for a place to insert the initialization.
572 for (unsigned I = 0; R != B && I < Threshold; ++R, ++I)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumbRegisterInfo.cpp297 unsigned Threshold = (DestReg == ARM::SP) ? 3 : 2;
300 if (RequiredInstrs > Threshold) {
H A DARMBaseInstrInfo.cpp4362 int Threshold = 1 + Adj; local
4363 return Latency <= Threshold ? 1 : Latency - Adj;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp356 // Any weight W >= Threshold can be replaced with W - CM.
357 APInt Threshold = CM + Bitwidth; local
358 assert(LHS.ult(Threshold) && RHS.ult(Threshold) && "Weights not reduced!");
361 while (LHS.uge(Threshold))
367 unsigned Threshold = CM + Bitwidth; local
368 assert(LHS.getZExtValue() < Threshold && RHS.getZExtValue() < Threshold &&
371 while (Total >= Threshold)
H A DJumpThreading.cpp168 FunctionPass *llvm::createJumpThreadingPass(int Threshold) { argument
169 return new JumpThreading(Threshold);
478 unsigned Threshold) {
501 Threshold += Bonus;
509 if (Size > Threshold)
476 getJumpThreadDuplicationCost(BasicBlock *BB, Instruction *StopAt, unsigned Threshold) argument
H A DLoopUnswitch.cpp98 Threshold("loop-unswitch-threshold", cl::desc("Max loop size to unswitch"),
129 // value. So in most cases MaxSize will equal the Threshold flag
141 LUAnalysisCache() : MaxSize(Threshold) {}
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp668 unsigned Threshold = unsigned(-1),
672 LoopRotate LR(Threshold, LI, TTI, AC, DT, SE, MSSAU, SQ, RotationOnly,
/freebsd-11-stable/sys/dev/mwl/
H A Dmwlreg.h845 uint16_t Threshold; member in struct:__anon11099
1372 uint32_t Threshold; /* Range 0-200, default 8 */ member in struct:__anon11156
H A Dmwlhal.c786 pCmd->Threshold = htole16(threshold);
1606 pCmd->Threshold = htole32(threshold);
1628 *threshold = le32toh(pCmd->Threshold);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DPassManagerBuilder.cpp1153 unsigned Threshold) {
1155 Builder->Inliner = createFunctionInliningPass(Threshold);
1152 LLVMPassManagerBuilderUseInlinerWithThreshold(LLVMPassManagerBuilderRef PMB, unsigned Threshold) argument
H A DGlobalOpt.cpp1859 const unsigned Threshold = 100;
1860 if (Loads.size() * Stores.size() > Threshold)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp86 cl::Hidden, cl::init(0), cl::desc("Threshold (in bytes) for the runtime "
91 cl::desc("Threshold (in bytes) to perform the transformation, if the "
2162 unsigned Threshold = RuntimeMemSizeThreshold; local
2165 if (Threshold != 0 && C < Threshold)
2214 if (Threshold != 0) {
2216 Value *Thr = ConstantInt::get(Ty, Threshold);
H A DHexagonFrameLowering.cpp2514 unsigned Threshold = isOptSize(MF) ? SpillFuncThresholdOs local
2516 return Threshold < NumCSI;
2535 unsigned Threshold = isOptSize(MF) ? SpillFuncThresholdOs-1 local
2537 return Threshold < NumCSI;
/freebsd-11-stable/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsampidefs.h627 bit32 Threshold; /* 4 */ member in struct:agsaSASDiagExecuteCmd_s
644 bit32 Threshold; /* 4 */ member in struct:agsa_SPC_SASDiagExecuteCmd_s
H A Dsaioctlcmd.c1813 OSSA_WRITE_LE_32(agRoot, &payload, OSSA_OFFSET_OF(agsaSASDiagExecuteCmd_t, Threshold), diag->param1 );
1826 OSSA_WRITE_LE_32(agRoot, &payload, OSSA_OFFSET_OF(agsa_SPC_SASDiagExecuteCmd_t, Threshold), diag->param1 );
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp650 BranchProbability Threshold = getCHRBiasThreshold(); local
651 if (TrueProb >= Threshold) {
655 } else if (FalseProb >= Threshold) {
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h515 /// to Threshold. For vectors, this includes constants with undefined elements.
517 m_SpecificInt_ICMP(ICmpInst::Predicate Predicate, const APInt &Threshold) { argument
520 P.Thr = &Threshold;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h426 unsigned Threshold; member in struct:llvm::TargetTransformInfo::UnrollingPreferences
428 /// the Threshold by a certain percent to allow more aggressive complete
430 /// can apply to Threshold (The value should be no less than 100).
431 /// BoostedThreshold = Threshold * min(RolledCost / UnrolledCost,
441 /// The cost threshold for the unrolled loop, like Threshold, but used
502 /// Threshold for unroll and jam, for inner loop size. The 'Threshold'
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp3995 MachineInstrBuilder Threshold = MIRBuilder.buildFConstant(SrcTy, TwoPExpFP); local
3996 // For fp Value greater or equal to Threshold(2^Exp), we use FPTOSI on
3998 MachineInstrBuilder FSub = MIRBuilder.buildFSub(SrcTy, Src, Threshold);
4006 MIRBuilder.buildFCmp(CmpInst::FCMP_ULT, S1, Src, Threshold);
/freebsd-11-stable/sys/dev/mpr/mpi/
H A Dmpi2_cnfg.h1188 U16 Threshold[MPI2_IOUNIT8_NUM_THRESHOLDS]; /* 0x04 */ member in struct:_MPI2_IOUNIT8_SENSOR
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp535 // returned function, e.g. stdlib exit(). So we set Threshold to filter
546 const uint32_t Threshold = 10000; local
548 if (std::max(TProb, FProb) / Threshold < std::min(TProb, FProb))

Completed in 292 milliseconds

12