Home
last modified time | relevance | path

Searched defs:Phase (Results 1 – 10 of 10) sorted by relevance

/llvm-project/llvm/docs/
H A DWritingAnLLVMBackend.rst1419 PromoteThe SelectionDAG Legalize Phase global() argument
1432 ExpandThe SelectionDAG Legalize Phase global() argument
1447 CustomThe SelectionDAG Legalize Phase global() argument
1489 LegalThe SelectionDAG Legalize Phase global() argument
H A DCodeGenerator.rst937 .. _legalize operations:
938 .. _Legalizer:
989 .. _optimizations:
990 .. _Optimize SelectionDAG:
991 .. _selector:
1170 .. _Scheduling and Formation:
1171 .. _SelectionDAG Scheduling and Formation:
/llvm-project/llvm/lib/Passes/
H A DPassBuilderPipelines.cpp395 isLTOPreLink(ThinOrFullLTOPhase Phase) isLTOPreLink() argument
403 buildO1FunctionSimplificationPipeline(OptimizationLevel Level,ThinOrFullLTOPhase Phase) buildO1FunctionSimplificationPipeline() argument
543 buildFunctionSimplificationPipeline(OptimizationLevel Level,ThinOrFullLTOPhase Phase) buildFunctionSimplificationPipeline() argument
887 buildInlinerPipeline(OptimizationLevel Level,ThinOrFullLTOPhase Phase) buildInlinerPipeline() argument
983 buildModuleInlinerPipeline(OptimizationLevel Level,ThinOrFullLTOPhase Phase) buildModuleInlinerPipeline() argument
1022 buildModuleSimplificationPipeline(OptimizationLevel Level,ThinOrFullLTOPhase Phase) buildModuleSimplificationPipeline() argument
[all...]
/llvm-project/clang-tools-extra/clangd/support/
H A DTrace.cpp79 void jsonEvent(llvm::StringRef Phase, llvm::json::Object &&Contents, in jsonEvent()
156 void rawEvent(llvm::StringRef Phase, in rawEvent()
/llvm-project/bolt/include/bolt/Core/
H A DDynoStats.h163 StringRef Phase, const bool Flag, in callWithDynoStats()
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUIGroupLP.cpp878 shouldApplyStrategy(ScheduleDAGInstrs * DAG,AMDGPU::SchedulingPhase Phase) shouldApplyStrategy() argument
891 applyIGLPStrategy(DenseMap<int,SUnitsToCandidateSGsMap> & SyncedInstrs,DenseMap<int,SmallVector<SchedGroup,4>> & SyncedSchedGroups,AMDGPU::SchedulingPhase Phase) applyIGLPStrategy() argument
1555 shouldApplyStrategy(ScheduleDAGInstrs * DAG,AMDGPU::SchedulingPhase Phase) shouldApplyStrategy() argument
1570 applyIGLPStrategy(DenseMap<int,SUnitsToCandidateSGsMap> & SyncedInstrs,DenseMap<int,SmallVector<SchedGroup,4>> & SyncedSchedGroups,AMDGPU::SchedulingPhase Phase) applyIGLPStrategy() argument
2058 shouldApplyStrategy(ScheduleDAGInstrs * DAG,AMDGPU::SchedulingPhase Phase) shouldApplyStrategy() argument
2075 applyIGLPStrategy(DenseMap<int,SUnitsToCandidateSGsMap> & SyncedInstrs,DenseMap<int,SmallVector<SchedGroup,4>> & SyncedSchedGroups,AMDGPU::SchedulingPhase Phase) applyIGLPStrategy() argument
2377 AMDGPU::SchedulingPhase Phase = AMDGPU::SchedulingPhase::Initial; global() member in __anonc429d1160111::IGroupLPDAGMutation
2380 IGroupLPDAGMutation(AMDGPU::SchedulingPhase Phase) IGroupLPDAGMutation() argument
2697 createIGroupLPDAGMutation(AMDGPU::SchedulingPhase Phase) createIGroupLPDAGMutation() argument
[all...]
/llvm-project/llvm/unittests/Support/
H A DThreadPool.cpp89 void waitForPhase(int Phase) { in waitForPhase() argument
105 void setPhase(int Phase) { in setPhase() argument
/llvm-project/clang/lib/Driver/
H A DDriver.cpp4079 for (phases::ID Phase : types::getCompilationPhases(HeaderType)) handleArguments() local
4180 for (phases::ID Phase : PL) { BuildActions() local
4315 for (auto Phase : PhaseList) { BuildActions() local
4617 for (phases::ID Phase : PL) { BuildOffloadingActions() local
4740 ConstructPhaseAction(Compilation & C,const ArgList & Args,phases::ID Phase,Action * Input,Action::OffloadKind TargetDeviceOffloadKind) const ConstructPhaseAction() argument
[all...]
/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp1971 verifySessionState(Twine Phase) verifySessionState() argument
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp1855 for (int Phase = 0; Phase < 2; ++Phase) { ExpandBVWithShuffles() local