Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/docs/
H A DWritingAnLLVMBackend.rst1420 Promote
1433 Expand
1448 Custom
1490 Legal
H A DCodeGenerator.rst931 .. _legalize operations:
932 .. _Legalizer:
983 .. _optimizations:
984 .. _Optimize SelectionDAG:
985 .. _selector:
1164 .. _Scheduling and Formation:
1165 .. _SelectionDAG Scheduling and Formation:
/openbsd-src/gnu/llvm/llvm/lib/Passes/
H A DPassBuilderPipelines.cpp313 static bool isLTOPreLink(ThinOrFullLTOPhase Phase) { in isLTOPreLink()
321 ThinOrFullLTOPhase Phase) { in buildO1FunctionSimplificationPipeline()
465 ThinOrFullLTOPhase Phase) { in buildFunctionSimplificationPipeline()
794 ThinOrFullLTOPhase Phase) { in buildInlinerPipeline()
876 ThinOrFullLTOPhase Phase) { in buildModuleInlinerPipeline()
915 ThinOrFullLTOPhase Phase) { in buildModuleSimplificationPipeline()
/openbsd-src/gnu/llvm/clang/lib/Driver/
H A DDriver.cpp3930 for (phases::ID Phase : types::getCompilationPhases(HeaderType)) in handleArguments() local
4031 for (phases::ID Phase : PL) { in BuildActions() local
4165 for (auto Phase : PhaseList) { in BuildActions() local
4426 for (phases::ID Phase : PL) { in BuildOffloadingActions() local
4527 Compilation &C, const ArgList &Args, phases::ID Phase, Action *Input, in ConstructPhaseAction()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp1816 for (int Phase = 0; Phase < 2; ++Phase) { in ExpandBVWithShuffles() local