Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DWritingAnLLVMBackend.rst1388 Promote
1401 Expand
1416 Custom
1458 Legal
H A DCodeGenerator.rst897 .. _legalize operations:
898 .. _Legalizer:
949 .. _optimizations:
950 .. _Optimize SelectionDAG:
951 .. _selector:
1130 .. _Scheduling and Formation:
1131 .. _SelectionDAG Scheduling and Formation:
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Passes/
H A DPassBuilder.cpp522 static bool isLTOPreLink(ThinOrFullLTOPhase Phase) { in isLTOPreLink()
530 ThinOrFullLTOPhase Phase) { in buildO1FunctionSimplificationPipeline()
666 ThinOrFullLTOPhase Phase) { in buildFunctionSimplificationPipeline()
966 ThinOrFullLTOPhase Phase) { in buildInlinerPipeline()
1033 ThinOrFullLTOPhase Phase) { in buildModuleSimplificationPipeline()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DDriver.cpp3620 for (phases::ID Phase : types::getCompilationPhases(HeaderType)) in handleArguments() local
3717 for (phases::ID Phase : PL) { in BuildActions() local
3826 for (auto Phase : PhaseList) { in BuildActions() local
3884 Compilation &C, const ArgList &Args, phases::ID Phase, Action *Input, in ConstructPhaseAction()
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dlex.cc2333 enum Phase in lex_raw_string() enum
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp1773 for (int Phase = 0; Phase < 2; ++Phase) { in ExpandBVWithShuffles() local