/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyOptimizeReturned.cpp | 1 //===-- WebAssemblyOptimizeReturned.cpp - Optimize "returned" attributes --===// 10 /// Optimize calls with "returned" attributes for WebAssembly. 21 #define DEBUG_TYPE "wasm-optimize-returned" 27 return "WebAssembly Optimize Returned"; in getPassName() 51 "Optimize calls with \"returned\" attributes for WebAssembly", 72 LLVM_DEBUG(dbgs() << "********** Optimize returned Attributes **********\n" in runOnFunction()
|
H A D | WebAssemblyOptimizeLiveIntervals.cpp | 10 /// Optimize LiveIntervals for use in a post-RA context. 33 #define DEBUG_TYPE "wasm-optimize-live-intervals" 38 return "WebAssembly Optimize Live Intervals"; in getPassName() 67 "Optimize LiveIntervals for WebAssembly", false, false) 75 LLVM_DEBUG(dbgs() << "********** Optimize LiveIntervals **********\n" in runOnMachineFunction()
|
/freebsd-src/share/man/man4/man4.i386/ |
H A D | npx.4 | 68 do not use the NPX registers to optimize bcopy. 70 do not use the NPX registers to optimize bzero. 72 do not use the NPX registers to optimize copyin or copyout. 76 to optimize copying and zeroing
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Passes/ |
H A D | OptimizationLevel.h | 33 "Optimize for size should be encoded with speedup level == 2"); in OptimizationLevel() 43 /// Optimize quickly without destroying debuggability. 58 /// Optimize for fast execution as much as possible without triggering 75 /// Optimize for fast execution as much as possible. 90 /// Similar to \c O2 but tries to optimize for small code size instead of 101 /// A very specialized mode that will optimize for code size at any and all
|
/freebsd-src/contrib/arm-optimized-routines/pl/math/ |
H A D | tanf_data.c |
|
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/MC/ |
H A D | StringTableBuilder.cpp | 131 finalizeStringTable(/*Optimize=*/true); in finalize() 135 finalizeStringTable(/*Optimize=*/false); in finalizeInOrder() 138 void StringTableBuilder::finalizeStringTable(bool Optimize) { in finalizeStringTable() argument 141 if (Optimize) { in finalizeStringTable()
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
H A D | GlobalOpt.h | 1 //===- GlobalOpt.h - Optimize Global Variables ------------------*- C++ -*-===// 24 /// Optimize globals that never have their address taken.
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/ |
H A D | VectorCombine.h | 1 //===-------- VectorCombine.h - Optimize partial vector operations --------===// 22 /// Optimize scalar/vector interactions in IR using target cost models.
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanTransforms.h | 51 /// Optimize \p Plan based on \p BestVF and \p BestUF. This may restrict the 60 static void optimize(VPlan &Plan, ScalarEvolution &SE); 63 /// region block and remove the mask operand. Optimize the created regions by
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | PGOMemOPSizeOpt.cpp | 57 // The minimum call count to optimize memory intrinsic calls. 60 cl::desc("The minimum count to optimize memory " 66 cl::Hidden, cl::desc("Disable optimize")); 68 // The percent threshold to optimize memory intrinsic calls. 88 MemOPOptMemcmpBcmp("pgo-memop-optimize-memcmp-bcmp", cl::init(true), 94 cl::desc("Optimize the memop size <= this value")); 345 LLVM_DEBUG(dbgs() << "Optimize one memory intrinsic call to " << Version in perform()
|
/freebsd-src/contrib/libpcap/ |
H A D | pcap_compile.3pcap.in | 31 const char *str, int optimize, bpf_u_int32 netmask); 46 .I optimize
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64PostSelectOptimize.cpp | 27 #define DEBUG_TYPE "aarch64-post-select-optimize" 173 // Optimize COPY(y:GPR, DUP(x:FPR, i)) -> UMOV(y:GPR, x:FPR, i). in optimizeNZCVDefs() 289 // peephole optimizations can optimize them further. 317 "Optimize AArch64 selected instructions", 320 "Optimize AArch64 selected instructions", false,
|
/freebsd-src/stand/efi/include/arm/ |
H A D | efibind.h | 70 // compiler will optimize away the rest of the function following, so that you run out in 101 // Some C compilers optimize the calling conventions to increase performance.
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIOptimizeVGPRLiveRange.cpp | 146 return "SI Optimize VGPR LiveRange"; in getPassName() 239 // We can only optimize AGPR/VGPR virtual register in collectCandidateRegisters() 313 // we should not optimize for such cases. in collectCandidateRegisters() 365 // We can only optimize AGPR/VGPR virtual register in collectWaterfallCandidateRegisters() 620 "SI Optimize VGPR LiveRange", false, false) 625 "SI Optimize VGPR LiveRange", false, false) 678 // Now we are safe to optimize. in runOnMachineFunction() 695 // Now we are safe to optimize. in runOnMachineFunction()
|
H A D | SIOptimizeExecMaskingPreRA.cpp | 24 #define DEBUG_TYPE "si-optimize-exec-masking-pre-ra" 55 return "SI optimize exec mask operations pre-RA"; in getPassName() 68 "SI optimize exec mask operations pre-RA", false, false) 71 "SI optimize exec mask operations pre-RA", false, false) 107 // Optimize sequence 268 // Optimize sequence
|
H A D | SIOptimizeExecMasking.cpp | 22 #define DEBUG_TYPE "si-optimize-exec-masking" 74 return "SI optimize exec mask operations"; in getPassName() 86 "SI optimize exec mask operations", false, false) 89 "SI optimize exec mask operations", false, false) 409 // Optimize sequences emitted for control flow lowering. They are originally 657 // Tries to find a possibility to optimize a v_cmp ..., s_and_saveexec in tryRecordVCmpxAndSaveexecSequence()
|
/freebsd-src/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-src/sys/contrib/dev/acpica/compiler/ |
H A D | aslopt.c | 212 * DESCRIPTION: Attempt to optimize a reference to a single 4-character ACPI 343 * can possibly have in common. (To optimize, we have to have at least 1) in OptBuildShortestPath() 379 /* There must be at least 1 common NameSeg in order to optimize */ in OptBuildShortestPath() 633 /* Could not optimize */ in OptOptimizeNameDeclaration() 651 * DESCRIPTION: Optimize a Named Declaration or Reference to the minimal length. 694 "PATH OPTIMIZE: Line %5d ParentOp [%12.12s] ThisOp [%12.12s] ", in OptOptimizeNamePath() 831 * optimize the namestring with carats (up-arrow) in OptOptimizeNamePath() 852 * optimize the namestring with carats (up-arrow) in OptOptimizeNamePath()
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_symbolizer.cpp | 111 // 'str' will be the same string multiple times in a row, optimize this case. in GetOwnedCopy() 116 // We should optimize this further if this turns out to be a bottleneck later. in GetOwnedCopy()
|
/freebsd-src/contrib/ofed/opensm/include/opensm/ |
H A D | osm_port_profile.h | 72 * may be used to optimize path selection. 85 * may be used to optimize path selection.
|
/freebsd-src/contrib/llvm-project/llvm/lib/LTO/ |
H A D | LTOCodeGenerator.cpp | 10 // intended to be used by linker to optimize code at link time. 374 if (!optimize()) in compile_to_file() 381 if (!optimize()) in compile() 569 /// Optimize merged modules using various IPO passes in verifyMergedModuleOnce() 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/contrib/byacc/ |
H A D | NOTES | 9 performed in particular ways to optimize the code for the VAX.
|
/freebsd-src/contrib/jemalloc/ |
H A D | ChangeLog | 34 - Optimize away a branch on the operator delete[] path. (@mgrice) 84 - Optimize ixalloc by avoiding a size lookup. (@interwq) 91 - Optimize pow2_ceil. (@rkmisra) 93 - Optimize mmap(2) alignment handling on FreeBSD. (@trasz) 97 - Refactor and optimize the tcache fill / flush paths. (@djwatson) 98 - Optimize sync / lwsync on PowerPC. (@chmeeedalf) 100 - Optimize the locking on large deallocation. (@interwq) 106 - Optimize the trylock spin wait. (@djwatson) 228 - Optimize the generated assembly for ticker operations. (@davidtgoldblatt) 394 - Extensively optimize rtree via various methods: [all …]
|