Home
last modified time | relevance | path

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

123456

/freebsd-14.2/crypto/openssl/crypto/rc2/
H A Drc2_skey.c45 # pragma optimize("g",off)
103 # pragma optimize("",on)
/freebsd-14.2/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-14.2/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-14.2/sys/conf/
H A DMakefile.riscv40 CFLAGS += -fno-omit-frame-pointer -fno-optimize-sibling-calls
/freebsd-14.2/crypto/openssl/crypto/perlasm/
H A Dx86asm.pl81 { my($p1,$p2,$optimize)=@_;
83 if ($optimize && $p1=~/^mm[0-7]$/ && $p2=~/^mm[0-7]$/)
/freebsd-14.2/contrib/byacc/
H A DNOTES9 performed in particular ways to optimize the code for the VAX.
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.h60 static void optimize(VPlan &Plan, ScalarEvolution &SE);
/freebsd-14.2/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_vsp_ext.h256 t_Error FM_VSP_ConfigDmaWriteOptimize(t_Handle h_FmVsp, bool optimize);
/freebsd-14.2/contrib/xz/src/liblzma/check/
H A Dcrc64_fast.c198 # pragma optimize("g", off)
398 # pragma optimize("", on)
/freebsd-14.2/crypto/openssl/crypto/rsa/
H A Drsa_pss.c28 # pragma optimize("g", off)
395 # pragma optimize("",on)
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_platform.h93 __attribute__((optimize("unroll-loops")))
/freebsd-14.2/contrib/arm-optimized-routines/networking/
H A Dchksum_common.h37 #define no_unroll_loops __attribute__((optimize("no-unroll-loops")))
/freebsd-14.2/sys/contrib/openzfs/module/zstd/lib/common/
H A Dcompiler.h144 # define DONT_VECTORIZE __attribute__((optimize("no-tree-vectorize")))
/freebsd-14.2/contrib/wpa/wpa_supplicant/examples/
H A Ddpp-qrcode.py105 qr.add_data(uri, optimize=5)
/freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp375 if (!optimize()) in compile_to_file()
382 if (!optimize()) in compile()
581 bool LTOCodeGenerator::optimize() { in optimize() function in LTOCodeGenerator
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h168 bool optimize();
H A DThinLTOCodeGenerator.h290 void optimize(Module &Module);
/freebsd-14.2/sys/contrib/zstd/lib/common/
H A Dcompiler.h147 # define DONT_VECTORIZE __attribute__((optimize("no-tree-vectorize")))
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp626 return optimize(); in run()
823 void optimize() { in optimize() function in thinlto::ThinLTOProcessing
838 ThinGenerator.optimize(*TheModule); in optimize()
1085 if (!CodeGen.optimize()) { in main()
/freebsd-14.2/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-14.2/contrib/one-true-awk/
H A Dmakefile25 CFLAGS = -fsanitize=address -O1 -g -fno-omit-frame-pointer -fno-optimize-sibling-calls
/freebsd-14.2/lib/libpcap/
H A DMakefile18 optimize.c \

123456