Home
last modified time | relevance | path

Searched refs:optimize (Results 1 – 25 of 142) sorted by relevance

123456

/freebsd-src/crypto/openssl/crypto/rc2/
H A Drc2_skey.c45 # pragma optimize("g",off)
103 # pragma optimize("",on)
/freebsd-src/contrib/libpcap/msdos/
H A Dmakefile25 etherent.c gencode.c nametoad.c pcap-dos.c optimize.c \
115 optimize.obj: optimize.c pcap-int.h pcap.h pcap-bpf.h gencode.h
153 optimize.o32: optimize.c pcap-int.h pcap.h pcap-bpf.h gencode.h
H A Dmakefile.wc30 $(OBJDIR)\pcap-dos.obj $(OBJDIR)\pktdrvr.obj $(OBJDIR)\optimize.obj &
105 $(OBJDIR)\optimize.obj: optimize.c pcap-int.h pcap.h pcap-bpf.h gencode.h
/freebsd-src/sys/contrib/zstd/programs/
H A Ddibio.h37 ZDICT_fastCover_params_t* fastCoverParams, int optimize, unsigned memLimit);
H A Ddibio.c311 ZDICT_fastCover_params_t* fastCoverParams, int optimize, unsigned memLimit) in DiB_trainFromFiles() argument
389 if (optimize) { in DiB_trainFromFiles()
404 if (optimize) { in DiB_trainFromFiles()
/freebsd-src/crypto/openssl/crypto/perlasm/
H A Dx86asm.pl81 { my($p1,$p2,$optimize)=@_;
83 if ($optimize && $p1=~/^mm[0-7]$/ && $p2=~/^mm[0-7]$/)
/freebsd-src/sys/conf/
H A DMakefile.riscv39 CFLAGS += -fno-omit-frame-pointer -fno-optimize-sibling-calls
/freebsd-src/contrib/byacc/
H A DNOTES9 performed in particular ways to optimize the code for the VAX.
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.h60 static void optimize(VPlan &Plan, ScalarEvolution &SE);
/freebsd-src/contrib/xz/src/liblzma/check/
H A Dcrc_x86_clmul.h332 # pragma optimize("g", off)
382 # pragma optimize("", on)
/freebsd-src/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_vsp_ext.h256 t_Error FM_VSP_ConfigDmaWriteOptimize(t_Handle h_FmVsp, bool optimize);
/freebsd-src/crypto/openssl/crypto/rsa/
H A Drsa_pss.c28 # pragma optimize("g", off)
395 # pragma optimize("",on)
/freebsd-src/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_platform.h104 __attribute__((optimize("unroll-loops"))) in addr_is_type()
/freebsd-src/contrib/arm-optimized-routines/networking/
H A Dchksum_common.h37 #define no_unroll_loops __attribute__((optimize("no-unroll-loops")))
/freebsd-src/sys/contrib/openzfs/module/zstd/lib/common/
H A Dcompiler.h144 # define DONT_VECTORIZE __attribute__((optimize("no-tree-vectorize")))
/freebsd-src/contrib/wpa/wpa_supplicant/examples/
H A Ddpp-qrcode.py105 qr.add_data(uri, optimize=5)
/freebsd-src/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp10 // intended to be used by linker to optimize code at link time.
374 if (!optimize()) in compile_to_file()
381 if (!optimize()) in compile()
570 bool LTOCodeGenerator::optimize() { in verifyMergedModuleOnce()
647 // been called in optimize(), this call will return early. in optimize()
581 bool LTOCodeGenerator::optimize() { optimize() function in LTOCodeGenerator
/freebsd-src/sys/i386/conf/
H A DNOTES193 # 0x01 don't use the npx registers to optimize bcopy.
194 # 0x02 don't use the npx registers to optimize bzero.
195 # 0x04 don't use the npx registers to optimize copyin or copyout.
196 # The npx registers are normally used to optimize copying and zeroing when
/freebsd-src/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h170 bool optimize();
H A DThinLTOCodeGenerator.h291 void optimize(Module &Module);
/freebsd-src/sys/contrib/zstd/lib/common/
H A Dcompiler.h147 # define DONT_VECTORIZE __attribute__((optimize("no-tree-vectorize")))
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp131 clEnumValN(THINOPT, "optimize", "Perform ThinLTO optimizations."),
192 cl::desc("Write linked LTO module to file before optimize"),
635 return optimize();
833 void optimize() { in optimize()
840 errs() << "Warning: -thinlto-index ignored for optimize stage"; in optimize()
848 ThinGenerator.optimize(*TheModule); in codegen()
1109 if (!CodeGen.optimize()) { in main()
823 void optimize() { optimize() function in thinlto::ThinLTOProcessing
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrTBM.td102 // Extra patterns because opt can optimize the above patterns to this.
154 // Extra patterns because opt can optimize the above patterns to this.
/freebsd-src/contrib/one-true-awk/
H A Dmakefile25 CFLAGS = -fsanitize=address -O1 -g -fno-omit-frame-pointer -fno-optimize-sibling-calls
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Djitprofiling.c

123456