Home
last modified time | relevance | path

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

123456

/src/crypto/openssl/crypto/rc2/
H A Drc2_skey.c279 #pragma optimize("g", off)
337 #pragma optimize("", on)
/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
/src/contrib/llvm-project/clang/tools/clang-scan-deps/
H A DOpts.td23 …_args_EQ : CommaJoined<["-", "--"], "optimize-args=">, HelpText<"Which command-line arguments of m…
/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()
/src/crypto/openssl/crypto/perlasm/
H A Dx86asm.pl81 { my($p1,$p2,$optimize)=@_;
83 if ($optimize && $p1=~/^mm[0-7]$/ && $p2=~/^mm[0-7]$/)
/src/sys/conf/
H A DMakefile.riscv39 CFLAGS += -fno-omit-frame-pointer -fno-optimize-sibling-calls
/src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.h60 static void optimize(VPlan &Plan, ScalarEvolution &SE);
/src/contrib/byacc/
H A DNOTES9 performed in particular ways to optimize the code for the VAX.
/src/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_vsp_ext.h256 t_Error FM_VSP_ConfigDmaWriteOptimize(t_Handle h_FmVsp, bool optimize);
/src/crypto/openssl/crypto/rsa/
H A Drsa_pss.c28 #pragma optimize("g", off)
423 #pragma optimize("", on)
/src/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_platform.h104 __attribute__((optimize("unroll-loops")))
/src/contrib/arm-optimized-routines/networking/
H A Dchksum_common.h37 #define no_unroll_loops __attribute__((optimize("no-unroll-loops")))
/src/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp374 if (!optimize()) in compile_to_file()
381 if (!optimize()) in compile()
570 bool LTOCodeGenerator::optimize() { in optimize() function in LTOCodeGenerator
/src/contrib/wpa/wpa_supplicant/examples/
H A Ddpp-qrcode.py105 qr.add_data(uri, optimize=5)
/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
/src/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h170 bool optimize();
H A DThinLTOCodeGenerator.h291 void optimize(Module &Module);
/src/sys/contrib/zstd/lib/common/
H A Dcompiler.h147 # define DONT_VECTORIZE __attribute__((optimize("no-tree-vectorize")))
/src/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp635 return optimize(); in run()
833 void optimize() { in optimize() function in thinlto::ThinLTOProcessing
848 ThinGenerator.optimize(*TheModule); in optimize()
1109 if (!CodeGen.optimize()) { in main()
/src/crypto/krb5/src/lib/crypto/builtin/aes/
H A Daescrypt.c62 #pragma optimize( "s", on )
179 #pragma optimize( "t", on )
/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.
/src/contrib/one-true-awk/
H A Dmakefile25 CFLAGS = -fsanitize=address -O1 -g -fno-omit-frame-pointer -fno-optimize-sibling-calls
/src/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITProfiling/
H A Djitprofiling.c22 #pragma optimize("", off)

123456