Searched refs:O0 (Results 1 - 25 of 53) sorted by relevance

123

/openbsd-current/regress/misc/exceptions/simple2/
H A DMakefile6 CXXFLAGS=-O0
/openbsd-current/gnu/llvm/llvm/lib/Passes/
H A DOptimizationLevel.cpp13 const OptimizationLevel OptimizationLevel::O0 = { member in class:OptimizationLevel
H A DPassBuilderPipelines.cpp466 assert(Level != OptimizationLevel::O0 && "Must request optimizations!");
696 assert(Level != OptimizationLevel::O0 && "Not expecting O0 here!");
757 // Do counter promotion at Level greater than O0.
782 // Do not do counter promotion at O0.
865 MainCGPipeline.addPass(CoroSplitPass(Level != OptimizationLevel::O0));
908 CoroSplitPass(Level != OptimizationLevel::O0)));
1000 if (Level != OptimizationLevel::O0)
1399 assert(Level != OptimizationLevel::O0 &&
1441 assert(Level != OptimizationLevel::O0
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20020227-1.x6 # On sparc64/sparcv9 it doesn't fail at -O0/-O1, or at all with -m32.
17 # Regular sparc fails with -m64, but not with -O0/-O1.
24 { "-O0" "-O1" }
/openbsd-current/regress/sys/kern/signal/sigfpe/
H A DMakefile6 CFLAGS= -O0 ${PIPE} ${DEBUG}
/openbsd-current/gnu/usr.bin/binutils/opcodes/
H A Dmcore-opc.h23 O0, OT, O1, OC, O2, X1, OI, OB, enumerator in enum:__anon5087
44 { "bkpt", O0, 0, 0x0000 },
45 { "sync", O0, 0, 0x0001 },
46 { "rte", O0, 1, 0x0002 },
47 { "rfe", O0, 1, 0x0002 },
48 { "rfi", O0, 1, 0x0003 },
49 { "stop", O0, 0, 0x0004 },
50 { "wait", O0, 0, 0x0005 },
51 { "doze", O0, 0, 0x0006 },
52 { "idly4", O0,
[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
44 { "bkpt", O0, 0, 0x0000 },
45 { "sync", O0, 0, 0x0001 },
46 { "rte", O0, 1, 0x0002 },
47 { "rfe", O0, 1, 0x0002 },
48 { "rfi", O0, 1, 0x0003 },
49 { "stop", O0, 0, 0x0004 },
50 { "wait", O0, 0, 0x0005 },
51 { "doze", O0, 0, 0x0006 },
52 { "idly4", O0,
[all...]
/openbsd-current/gnu/llvm/lldb/examples/darwin/heap_find/heap/
H A DMakefile11 CFLAGS ?=-arch $(ARCH) -gdwarf-2 -O0
/openbsd-current/regress/sys/arch/sparc64/emul-ldqstq/simm13/
H A DMakefile6 CFLAGS+=-I${.CURDIR}/../goodfreg -O0 -g
/openbsd-current/usr.sbin/sasyncd/
H A DMakefile8 CFLAGS= -O0 $(PIPE) $(DEBUG)
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/bprob/
H A Dbprob.exp40 { -O0 } \
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g77.dg/bprob/
H A Dbprob.exp37 { -O0 } \
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.misc-tests/
H A Dbprob.exp37 { -O0 } \
/openbsd-current/regress/lib/libradius/
H A DMakefile11 CFLAGS+= -std=gnu99 -Wall -g -O0
/openbsd-current/gnu/llvm/llvm/include/llvm/Passes/
H A DOptimizationLevel.h41 static const OptimizationLevel O0; member in class:llvm::final
/openbsd-current/gnu/llvm/llvm/lib/Target/ARM/
H A DARMHazardRecognizer.h64 inline HazardType CheckOffsets(unsigned O0, unsigned O1);
H A DARMHazardRecognizer.cpp179 ARMBankConflictHazardRecognizer::CheckOffsets(unsigned O0, unsigned O1) { argument
180 return (((O0 ^ O1) & DataMask) != 0) ? NoHazard : Hazard;
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/lib/
H A Dg77-dg.exp32 { -O0 } \
H A Dgcc-dg.exp32 { -O0 } \
H A Dobjc-dg.exp34 { -O0 } \
H A Dc-torture.exp36 { -O0 } \
/openbsd-current/gnu/llvm/lldb/packages/Python/lldbsuite/test/make/
H A DMakefile.rules232 CFLAGS ?= $(DEBUG_INFO_FLAG) -O0
256 CFLAGS_NO_DEBUG = -O0 $(ARCHFLAG) $(ARCH) $(FRAMEWORK_INCLUDES) $(ARCH_CFLAGS) $(CFLAGS_EXTRAS) -isysroot "$(SDKROOT)"
258 CFLAGS_NO_DEBUG = -O0 $(ARCHFLAG)$(ARCH) $(FRAMEWORK_INCLUDES) $(ARCH_CFLAGS) $(CFLAGS_EXTRAS)
/openbsd-current/gnu/llvm/clang/tools/clang-fuzzer/handle-llvm/
H A Dhandle_llvm.cpp80 OL = OptimizationLevel::O0;
107 if (OL == OptimizationLevel::O0)
/openbsd-current/gnu/llvm/llvm/lib/Target/Sparc/
H A DDelaySlotFiller.cpp399 AddMI->getOperand(0).setReg(reg - SP::I0 + SP::O0);
438 OrMI->getOperand(0).setReg(reg - SP::I0 + SP::O0);
472 RestoreMI->getOperand(0).setReg(reg - SP::I0 + SP::O0);
/openbsd-current/libexec/getty/
H A Dgettytab.h117 #define O0 gettynums[19].value macro

Completed in 207 milliseconds

123