/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | GenericDomTreeUpdater.h | 35 : Strategy(Strategy_) {} in GenericDomTreeUpdater() 37 : DT(&DT_), Strategy(Strategy_) {} in GenericDomTreeUpdater() 39 : DT(DT_), Strategy(Strategy_) {} in GenericDomTreeUpdater() 41 : PDT(&PDT_), Strategy(Strategy_) {} in GenericDomTreeUpdater() 43 : PDT(PDT_), Strategy(Strategy_) {} in GenericDomTreeUpdater() 46 : DT(&DT_), PDT(&PDT_), Strategy(Strategy_) {} in GenericDomTreeUpdater() 49 : DT(DT_), PDT(PDT_), Strategy(Strategy_) {} in GenericDomTreeUpdater() 58 bool isLazy() const { return Strategy == UpdateStrategy::Lazy; } in isLazy() 61 bool isEager() const { return Strategy == UpdateStrategy::Eager; } in isEager() 78 if (Strategy == UpdateStrategy::Eager || DeletedBBs.empty()) in isBBPendingDeletion() [all …]
|
H A D | GenericDomTreeUpdaterImpl.h | 29 if (Strategy == UpdateStrategy::Eager) { in recalculate() 63 if (Strategy == UpdateStrategy::Lazy) { in applyUpdates() 124 if (Strategy == UpdateStrategy::Lazy) in applyUpdatesPermissive() 168 if (Strategy == UpdateStrategy::Eager) { in dump() 250 if (Strategy != UpdateStrategy::Lazy || !DT) in applyDomTreeUpdates() 267 if (Strategy != UpdateStrategy::Lazy || !PDT) in applyPostDomTreeUpdates() 330 if (Strategy == UpdateStrategy::Eager) in dropOutOfDateUpdates()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | DomTreeUpdater.cpp | 61 if (Strategy == UpdateStrategy::Lazy) { in deleteBB() 74 if (Strategy == UpdateStrategy::Lazy) { in callbackDeleteBB()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUPassRegistry.def | 69 [=](ScanOptions Strategy) { 70 return AMDGPUAtomicOptimizerPass(*this, Strategy);
|
H A D | GCNIterativeScheduler.h | 77 const StrategyKind Strategy; variable
|
H A D | GCNIterativeScheduler.cpp | 221 , Strategy(S) in GCNIterativeScheduler() 305 switch (Strategy) { in finalizeSchedule()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | ThreadPool.cpp | 36 : Strategy(S), MaxThreadCount(S.compute_thread_count()) {} in StdThreadPool() 47 Strategy.apply_thread_strategy(ThreadID); in grow()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | ExpandVectorPredication.cpp | 780 TargetTransformInfo::VPLegalization Strategy; member 782 : PI(PI), Strategy(InitStrat) {} in TransformJob() 784 bool isDone() const { return Strategy.shouldDoNothing(); } in isDone() 846 switch (Job.Strategy.EVLParamStrategy) { in expandVectorPredication() 857 Job.Strategy.EVLParamStrategy = VPLegalization::Legal; in expandVectorPredication() 860 switch (Job.Strategy.OpStrategy) { in expandVectorPredication() 870 Job.Strategy.OpStrategy = VPLegalization::Legal; in expandVectorPredication()
|
H A D | MachineDomTreeUpdater.cpp | 52 if (Strategy == UpdateStrategy::Lazy) { in deleteBB()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | SampleProfWriter.h | 110 FunctionPruningStrategy Strategy(ProfileMap, OutputSizeLimit); in writeWithSizeLimit() 111 return writeWithSizeLimitInternal(ProfileMap, OutputSizeLimit, &Strategy); in writeWithSizeLimit() 145 FunctionPruningStrategy *Strategy);
|
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/ |
H A D | IRMutator.cpp | 72 for (const auto &Strategy : Strategies) in mutateModule() local 73 RS.sample(Strategy.get(), in mutateModule() 74 Strategy->getWeight(CurSize, MaxSize, RS.totalWeight())); in mutateModule() 77 auto Strategy = RS.getSelection(); in mutateModule() local 79 Strategy->mutate(M, IB); in mutateModule()
|
/freebsd/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/ |
H A D | Scheduler.cpp | 24 Strategy = S ? std::move(S) : std::make_unique<DefaultSchedulerStrategy>(); in initializeStrategy() 197 Strategy->compare(IR, ReadySet[QueueIndex])) { in select()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/ |
H A D | Scheduler.h | 74 std::unique_ptr<SchedulerStrategy> Strategy; variable 131 /// Verify the given selection strategy and set the Strategy member
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | ThreadPool.h | 210 const ThreadPoolStrategy Strategy; variable
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | X86FoldTablesEmitter.cpp | 31 uint16_t Strategy; member 728 &(Target.getInstruction(MemInstIter)), Entry.Strategy, true); in run()
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | SampleProfWriter.cpp | 94 FunctionPruningStrategy *Strategy) { in writeWithSizeLimitInternal() argument 124 Strategy->Erase(TotalSize); in writeWithSizeLimitInternal()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | RewriteStatepointsForGC.cpp | 3009 std::unique_ptr<GCStrategy> Strategy = findGCStrategy(F); in shouldRewriteStatepointsIn() local 3011 assert(Strategy && "GC strategy is required by function, but was not found"); in shouldRewriteStatepointsIn() 3013 return Strategy->useRS4GC(); in shouldRewriteStatepointsIn()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | IntrinsicsAMDGPU.td | 2069 llvm_i32_ty // Reduction Strategy Switch for lowering ( 0: Default,
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | funstack.ok | 3027 Richard L. Sites Optimal Shift Strategy for a
|
H A D | funstack.in | 23107 title = "Optimal Shift Strategy for a Block-Transfer {CCD} Memory",
|