Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Passes/
HDPassBuilderPipelines.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-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPUIGroupLP.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 __anoncaee073c0111::IGroupLPDAGMutation
2376 IGroupLPDAGMutation(AMDGPU::SchedulingPhase Phase) : Phase(Phase) {} in IGroupLPDAGMutation()
2693 createIGroupLPDAGMutation(AMDGPU::SchedulingPhase Phase) { in createIGroupLPDAGMutation()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/
HDDriver.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) { in BuildActions() local
4629 for (phases::ID Phase : PL) { in BuildOffloadingActions() local
4752 Compilation &C, const ArgList &Args, phases::ID Phase, Action *Input, in ConstructPhaseAction()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
HDCore.cpp1971 bool ExecutionSession::verifySessionState(Twine Phase) { in verifySessionState()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDLegalizeDAG.cpp1855 for (int Phase = 0; Phase < 2; ++Phase) { in ExpandBVWithShuffles() local