Searched refs:O2 (Results 1 - 25 of 85) sorted by relevance

1234

/openbsd-current/gnu/usr.bin/binutils/opcodes/
H A Dmcore-opc.h23 O0, OT, O1, OC, O2, X1, OI, OB, enumerator in enum:__anon5087
88 { "movt", O2, 0, 0x0200 },
89 { "mult", O2, 0, 0x0300 },
91 { "subu", O2, 0, 0x0500 },
92 { "sub", O2, 0, 0x0500 }, /* Official alias. */
93 { "addc", O2, 0, 0x0600 },
94 { "subc", O2, 0, 0x0700 },
97 { "movf", O2, 0, 0x0A00 },
98 { "lsr", O2, 0, 0x0B00 },
99 { "cmphs", O2,
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Dmcore-opc.h23 O0, OT, O1, OC, O2, X1, OI, OB, enumerator in enum:__anon5803
88 { "movt", O2, 0, 0x0200 },
89 { "mult", O2, 0, 0x0300 },
91 { "subu", O2, 0, 0x0500 },
92 { "sub", O2, 0, 0x0500 }, /* Official alias. */
93 { "addc", O2, 0, 0x0600 },
94 { "subc", O2, 0, 0x0700 },
97 { "movf", O2, 0, 0x0A00 },
98 { "lsr", O2, 0, 0x0B00 },
99 { "cmphs", O2,
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Passes/
H A DOptimizationLevel.cpp19 const OptimizationLevel OptimizationLevel::O2 = { member in class:OptimizationLevel
/openbsd-current/gnu/usr.bin/perl/dist/Storable/hints/
H A Dlinux.pl12 if ($optimize =~ s/(^| )-O[3-9]( |$)/$1-O2$2/ and $Config{gccversion} =~ /^[23]\./) {
/openbsd-current/gnu/gcc/libmudflap/testsuite/libmudflap.c++/
H A Dc++frags.exp2 set MUDFLAP_FLAGS [list {} {-static} { -O} {-O2} {-O3}]
H A Dctors.exp2 set MUDFLAP_FLAGS [list {} {-static} {-O2} {-O3}]
/openbsd-current/gnu/gcc/libmudflap/testsuite/libmudflap.cth/
H A Dcthfrags.exp2 set MUDFLAP_FLAGS [list {} {-static -DSTATIC} {-O2} {-O3}]
/openbsd-current/gnu/llvm/compiler-rt/lib/fuzzer/
H A Dbuild.sh5 $CXX -g -O2 -fno-omit-frame-pointer -std=c++11 $f -c &
/openbsd-current/gnu/gcc/libmudflap/testsuite/libmudflap.c/
H A Dcfrags.exp2 set MUDFLAP_FLAGS [list {} {-static} {-O2} {-O3}]
H A Dexterns.exp2 set MUDFLAP_FLAGS [list {} {-static} {-O2} {-O3}]
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dmips_pro.exp38 # This test must be compiled with -O2 if using gcc.
41 if { [gdb_compile "${srcdir}/$subdir/${srcfile}" "${binfile}" executable {debug additional_flags=-O2}] != "" } {
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/bprob/
H A Dbprob.exp42 { -O2 } \
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/debug/
H A Ddebug.exp36 foreach opt { -O2 -O3 } {
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g77.dg/bprob/
H A Dbprob.exp39 { -O2 } \
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.misc-tests/
H A Dbprob.exp39 { -O2 -DPERFTIME } \
/openbsd-current/gnu/llvm/llvm/include/llvm/Passes/
H A DOptimizationLevel.h74 static const OptimizationLevel O2; member in class:llvm::final
90 /// Similar to \c O2 but tries to optimize for small code size instead of
94 /// The logic here is exactly the same as \c O2, but with code size and
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/lib/
H A Df-torture.exp27 { -O0 } { -O1 } { -O2 } \
28 { -O2 -fomit-frame-pointer -finline-functions } \
29 { -O2 -fomit-frame-pointer -finline-functions -funroll-loops } \
30 { -O2 -fomit-frame-pointer -finline-functions -funroll-all-loops } \
51 # OPTION is the specific compiler flag we're testing (eg: -O2).
H A Dg77-dg.exp24 # It is theoretically beneficial to group all of the O2/O3 options together,
34 { -O2 } \
H A Dgcc-dg.exp24 # It is theoretically beneficial to group all of the O2/O3 options together,
34 { -O2 } \
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.aCC/
H A Doptimize.exp49 # Vanilla -O, which is the same as +O2
51 if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug optimize=+O2}] != "" } {
/openbsd-current/gnu/usr.bin/perl/Cross/
H A DMakefile8 export FULL_OPTIMIZATION = -fexpensive-optimizations -fomit-frame-pointer -O2
9 export OPTIMIZATION = -O2
/openbsd-current/regress/gnu/egcs/gcc-builtins/
H A DMakefile8 TCFLAGS= -O2
/openbsd-current/gnu/usr.bin/perl/hints/
H A Dhpux.sh392 # and regexp.c with -O2
414 *O[3456789]*) optimize=`echo "$optimize" | sed -e 's/O[3-9]/O2/'` ;;
436 *O2*)
437 opt=`echo "$optimize" | sed -e 's/O2/O1/'`
447 "") optimize="+O2 +Onolimit" ;;
448 *O[3456789]*) optimize=`echo "$optimize" | sed -e 's/O[3-9]/O2/'` ;;
452 *O2*) opt=`echo "$optimize" | sed -e 's/-O/+O2/' -e 's/O2/O1/' -e 's/ *+Onolimit//'`
461 # opmini.c and op.c with +O2 make
[all...]
/openbsd-current/share/mk/
H A Dsys.mk35 CFLAGS?= -O2 ${PIPE} ${DEBUG}
42 CXXFLAGS?= -O2 ${PIPE} ${DEBUG}
50 FFLAGS?= -O2
/openbsd-current/gnu/llvm/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp819 static bool notDifferentParent(const Value *O1, const Value *O2) { argument
822 const Function *F2 = getParent(O2);
1451 const Value *O2 = getUnderlyingObject(V2, MaxLookupSearchDepth); local
1458 if (const ConstantPointerNull *CPN = dyn_cast<ConstantPointerNull>(O2))
1462 if (O1 != O2) {
1464 if (isIdentifiedObject(O1) && isIdentifiedObject(O2))
1468 if ((isa<Constant>(O1) && isIdentifiedObject(O2) && !isa<Constant>(O2)) ||
1469 (isa<Constant>(O2) && isIdentifiedObject(O1) && !isa<Constant>(O1)))
1474 if ((isa<Argument>(O1) && isIdentifiedFunctionLocal(O2)) ||
1611 aliasCheckRecursive( const Value *V1, LocationSize V1Size, const Value *V2, LocationSize V2Size, AAQueryInfo &AAQI, const Value *O1, const Value *O2) argument
[all...]

Completed in 198 milliseconds

1234