Searched refs:O3 (Results 1 - 23 of 23) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Passes/
H A DOptimizationLevel.cpp22 const OptimizationLevel OptimizationLevel::O3 = { member in class:OptimizationLevel
H A DPassBuilderPipelines.cpp623 SimpleLoopUnswitchPass(/* NonTrivial */ Level == OptimizationLevel::O3));
906 // When at O3 add argument promotion to the pass pipeline.
907 // FIXME: It isn't at all clear why this should be limited to O3.
908 if (Level == OptimizationLevel::O3)
913 if (Level == OptimizationLevel::O2 || Level == OptimizationLevel::O3)
1042 if (Level == OptimizationLevel::O3)
1216 OptimizationLevel::O3));
1391 if (EnableCHR && Level == OptimizationLevel::O3)
H A DPassBuilder.cpp513 .Case("O3", OptimizationLevel::O3)
/freebsd-current/sys/modules/aesni/
H A DMakefile15 ${CC} -c ${CFLAGS:C/^-O2$/-O3/:N-nostdinc} ${WERROR} ${PROF} \
20 ${CC} -c ${CFLAGS:C/^-O2$/-O3/:N-nostdinc} ${WERROR} ${PROF} \
25 ${CC} -c ${CFLAGS:C/^-O2$/-O3/:N-nostdinc} ${WERROR} ${PROF} \
30 ${CC} -c ${CFLAGS:C/^-O2$/-O3/:N-nostdinc} ${WERROR} ${PROF} \
35 ${CC} -c ${CFLAGS:C/^-O2$/-O3/:N-nostdinc} ${WERROR} ${PROF} \
/freebsd-current/sys/modules/armv8crypto/
H A DMakefile14 ${CC} -c ${CFLAGS:C/^-O2$/-O3/:N-nostdinc:N-mgeneral-regs-only} \
21 ${CC} -c ${CFLAGS:C/^-O2$/-O3/:N-nostdinc:N-mgeneral-regs-only} \
28 ${CC} -c ${CFLAGS:C/^-O2$/-O3/:N-nostdinc:N-mgeneral-regs-only} \
/freebsd-current/contrib/libdiff/diff/
H A DGNUmakefile1 CFLAGS = -fsanitize=address -fsanitize=undefined -g -O3
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Passes/
H A DOptimizationLevel.h89 static const OptimizationLevel O3; member in class:llvm::final
/freebsd-current/contrib/libdiff/lib/
H A DGNUmakefile23 CFLAGS += -fsanitize=address -fsanitize=undefined -g -O3
/freebsd-current/contrib/libdiff/test/arraylist_test/
H A DGNUmakefile3 CFLAGS = -fsanitize=address -fsanitize=undefined -g -O3
/freebsd-current/contrib/libdiff/test/results_test/
H A DGNUmakefile3 CFLAGS = -fsanitize=address -fsanitize=undefined -g -O3
/freebsd-current/sys/netpfil/ipfw/test/
H A DMakefile22 CFLAGS = -I.. -I. -Wall -Werror -O3 -Wextra
/freebsd-current/sys/contrib/libsodium/dist-build/
H A Demscripten.sh80 emccLibsodium "${PREFIX}/lib/libsodium.wasm.tmp.js" -O3 -s WASM=1
/freebsd-current/sys/contrib/zstd/zlibWrapper/
H A DMakefile31 CFLAGS ?= -O3
/freebsd-current/sys/contrib/zstd/lib/
H A Dlibzstd.mk84 CFLAGS ?= -O3
/freebsd-current/contrib/tzdata/
H A DMakefile312 GCC_DEBUG_FLAGS = -DGCC_LINT -g3 -O3 -fno-common \
/freebsd-current/contrib/tzcode/
H A DMakefile312 GCC_DEBUG_FLAGS = -DGCC_LINT -g3 -O3 -fno-common \
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Sparc/Disassembler/
H A DSparcDisassembler.cpp63 SP::O0, SP::O1, SP::O2, SP::O3,
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp1179 bool O1, O2, O3, O4;
1181 Max.smul_ov(OtherMin, O3), Max.smul_ov(OtherMax, O4)};
1182 if (O1 || O2 || O3 || O4)
/freebsd-current/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp319 OL = OptimizationLevel::O3;
H A DThinLTOCodeGenerator.cpp286 OL = OptimizationLevel::O3;
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp152 Sparc::O0, Sparc::O1, Sparc::O2, Sparc::O3,
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp618 return OptimizationLevel::O3;
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1151 .Case("o0", SP::O0).Case("o1", SP::O1).Case("o2", SP::O2).Case("o3", SP::O3)

Completed in 364 milliseconds