Home
last modified time | relevance | path

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

123456

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

123456