| /freebsd/crypto/openssl/crypto/rc2/ |
| H A D | rc2_skey.c | 45 # pragma optimize("g",off) 103 # pragma optimize("",on)
|
| /freebsd/contrib/libpcap/msdos/ |
| H A D | makefile | 25 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 D | makefile.wc | 30 $(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 D | Opts.td | 23 …_args_EQ : CommaJoined<["-", "--"], "optimize-args=">, HelpText<"Which command-line arguments of m…
|
| /freebsd/sys/contrib/zstd/programs/ |
| H A D | dibio.c | 311 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 D | dibio.h | 37 ZDICT_fastCover_params_t* fastCoverParams, int optimize, unsigned memLimit);
|
| /freebsd/crypto/openssl/crypto/perlasm/ |
| H A D | x86asm.pl | 81 { my($p1,$p2,$optimize)=@_; 83 if ($optimize && $p1=~/^mm[0-7]$/ && $p2=~/^mm[0-7]$/)
|
| /freebsd/sys/conf/ |
| H A D | Makefile.riscv | 39 CFLAGS += -fno-omit-frame-pointer -fno-optimize-sibling-calls
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanTransforms.h | 60 static void optimize(VPlan &Plan, ScalarEvolution &SE);
|
| /freebsd/contrib/byacc/ |
| H A D | NOTES | 9 performed in particular ways to optimize the code for the VAX.
|
| /freebsd/sys/contrib/ncsw/inc/Peripherals/ |
| H A D | fm_vsp_ext.h | 256 t_Error FM_VSP_ConfigDmaWriteOptimize(t_Handle h_FmVsp, bool optimize);
|
| /freebsd/crypto/openssl/crypto/rsa/ |
| H A D | rsa_pss.c | 28 # pragma optimize("g", off) 421 # pragma optimize("",on)
|
| /freebsd/contrib/arm-optimized-routines/networking/ |
| H A D | chksum_common.h | 37 #define no_unroll_loops __attribute__((optimize("no-unroll-loops")))
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | dfsan_platform.h | 104 __attribute__((optimize("unroll-loops")))
|
| /freebsd/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | LTOCodeGenerator.cpp | 374 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 D | compiler.h | 142 # define DONT_VECTORIZE __attribute__((optimize("no-tree-vectorize")))
|
| /freebsd/sys/i386/conf/ |
| H A D | NOTES | 193 # 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 D | dpp-qrcode.py | 105 qr.add_data(uri, optimize=5)
|
| /freebsd/sys/contrib/zstd/lib/common/ |
| H A D | compiler.h | 147 # define DONT_VECTORIZE __attribute__((optimize("no-tree-vectorize")))
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/LTO/legacy/ |
| H A D | LTOCodeGenerator.h | 170 bool optimize();
|
| H A D | ThinLTOCodeGenerator.h | 291 void optimize(Module &Module);
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-lto/ |
| H A D | llvm-lto.cpp | 635 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 D | X86InstrTBM.td | 102 // 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 D | aescrypt.c | 62 #pragma optimize( "s", on ) 179 #pragma optimize( "t", on )
|
| /freebsd/contrib/one-true-awk/ |
| H A D | makefile | 25 CFLAGS = -fsanitize=address -O1 -g -fno-omit-frame-pointer -fno-optimize-sibling-calls
|