Home
last modified time | relevance | path

Searched refs:Strategy (Results 1 – 20 of 20) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DGenericDomTreeUpdater.h35 : 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 DGenericDomTreeUpdaterImpl.h29 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 DDomTreeUpdater.cpp61 if (Strategy == UpdateStrategy::Lazy) { in deleteBB()
74 if (Strategy == UpdateStrategy::Lazy) { in callbackDeleteBB()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPassRegistry.def69 [=](ScanOptions Strategy) {
70 return AMDGPUAtomicOptimizerPass(*this, Strategy);
H A DGCNIterativeScheduler.h77 const StrategyKind Strategy; variable
H A DGCNIterativeScheduler.cpp221 , Strategy(S) in GCNIterativeScheduler()
305 switch (Strategy) { in finalizeSchedule()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DThreadPool.cpp36 : 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 DExpandVectorPredication.cpp780 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 DMachineDomTreeUpdater.cpp52 if (Strategy == UpdateStrategy::Lazy) { in deleteBB()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfWriter.h110 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 DIRMutator.cpp72 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 DScheduler.cpp24 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 DScheduler.h74 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 DThreadPool.h210 const ThreadPoolStrategy Strategy; variable
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DX86FoldTablesEmitter.cpp31 uint16_t Strategy; member
728 &(Target.getInstruction(MemInstIter)), Entry.Strategy, true); in run()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp94 FunctionPruningStrategy *Strategy) { in writeWithSizeLimitInternal() argument
124 Strategy->Erase(TotalSize); in writeWithSizeLimitInternal()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp3009 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 DIntrinsicsAMDGPU.td2069 llvm_i32_ty // Reduction Strategy Switch for lowering ( 0: Default,
/freebsd/contrib/one-true-awk/testdir/
H A Dfunstack.ok3027 Richard L. Sites Optimal Shift Strategy for a
H A Dfunstack.in23107 title = "Optimal Shift Strategy for a Block-Transfer {CCD} Memory",