Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilderPipelines.cpp398 static bool isLTOPreLink(ThinOrFullLTOPhase Phase) { in isLTOPreLink()
406 ThinOrFullLTOPhase Phase) { in buildO1FunctionSimplificationPipeline()
546 ThinOrFullLTOPhase Phase) { in buildFunctionSimplificationPipeline()
896 ThinOrFullLTOPhase Phase) { in buildInlinerPipeline()
992 ThinOrFullLTOPhase Phase) { in buildModuleInlinerPipeline()
1031 ThinOrFullLTOPhase Phase) { in buildModuleSimplificationPipeline()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUIGroupLP.cpp874 AMDGPU::SchedulingPhase Phase) override { in shouldApplyStrategy()
887 AMDGPU::SchedulingPhase Phase) { in applyIGLPStrategy()
1551 AMDGPU::SchedulingPhase Phase) { in shouldApplyStrategy()
1566 AMDGPU::SchedulingPhase Phase) { in applyIGLPStrategy()
2054 AMDGPU::SchedulingPhase Phase) override { in shouldApplyStrategy()
2071 AMDGPU::SchedulingPhase Phase) { in applyIGLPStrategy()
2373 AMDGPU::SchedulingPhase Phase = AMDGPU::SchedulingPhase::Initial; member in __anon5d856e630111::IGroupLPDAGMutation
2376 IGroupLPDAGMutation(AMDGPU::SchedulingPhase Phase) : Phase(Phase) {} in IGroupLPDAGMutation()
2693 createIGroupLPDAGMutation(AMDGPU::SchedulingPhase Phase) { in createIGroupLPDAGMutation()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp4090 for (phases::ID Phase : types::getCompilationPhases(HeaderType)) in handleArguments() local
4191 for (phases::ID Phase : PL) { in BuildActions() local
4326 for (auto Phase : PhaseList) { BuildActions() local
4629 for (phases::ID Phase : PL) { BuildOffloadingActions() local
4752 ConstructPhaseAction(Compilation & C,const ArgList & Args,phases::ID Phase,Action * Input,Action::OffloadKind TargetDeviceOffloadKind) const ConstructPhaseAction() argument
[all...]
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp1971 bool ExecutionSession::verifySessionState(Twine Phase) { in verifySessionState()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp1855 for (int Phase = 0; Phase < 2; ++Phase) { in ExpandBVWithShuffles() local