| /src/external/apache2/llvm/dist/llvm/include/llvm/Passes/ |
| PassBuilder.h | 230 static const OptimizationLevel O3; 376 /// levels \c O1, \c O2 and \c O3 resp.
|
| /src/external/gpl3/gdb/dist/gdb/stubs/ |
| sparc-stub.c | 111 O0, O1, O2, O3, O4, O5, SP, O7,
|
| /src/external/gpl3/gdb.old/dist/gdb/stubs/ |
| sparc-stub.c | 111 O0, O1, O2, O3, O4, O5, SP, O7,
|
| /src/external/apache2/llvm/dist/llvm/lib/Passes/ |
| PassBuilder.cpp | 277 "enable-npm-O3-nontrivial-unswitch", cl::init(true), cl::Hidden, 278 cl::ZeroOrMore, cl::desc("Enable non-trivial loop unswitching for -O3")); 329 const PassBuilder::OptimizationLevel PassBuilder::OptimizationLevel::O3 = { 706 if (Level == OptimizationLevel::O3) 757 SimpleLoopUnswitchPass(/* NonTrivial */ Level == OptimizationLevel::O3 && 856 if (EnableCHR && Level == OptimizationLevel::O3 && PGOOpt && 1010 // When at O3 add argument promotion to the pass pipeline. 1011 // FIXME: It isn't at all clear why this should be limited to O3. 1012 if (Level == OptimizationLevel::O3) 1017 if (Level == OptimizationLevel::O2 || Level == OptimizationLevel::O3) [all...] |
| /src/external/bsd/pcc/dist/pcc/arch/sparc64/ |
| macdefs.h | 131 #define O3 10
|
| /src/tests/usr.bin/xlint/lint1/ |
| init_c99.c | 672 typedef enum O3 { 674 } O3; 689 O3 o3; member in struct:Outer3Inner1 711 O3 o3; member in struct:Outer3Inner2
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| rl78-parse.c | 122 #define O3(v) rl78_op (v, 3, RL78REL_DATA) 2459 { B1 (0xec); O3 ((yyvsp[0].exp)); rl78_linkrelax_branch (); } 2495 { B1 (0xfc); O3 ((yyvsp[0].exp)); rl78_linkrelax_branch (); }
|
| rx-parse.c | 135 #define O3(v) rx_op (v, 3, RXREL_SIGNED); rx_range (v, -8388608, 16777216)
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| rl78-parse.c | 122 #define O3(v) rl78_op (v, 3, RL78REL_DATA) 2459 { B1 (0xec); O3 ((yyvsp[0].exp)); rl78_linkrelax_branch (); } 2495 { B1 (0xfc); O3 ((yyvsp[0].exp)); rl78_linkrelax_branch (); }
|
| rx-parse.c | 135 #define O3(v) rx_op (v, 3, RXREL_SIGNED); rx_range (v, -8388608, 16777216)
|