Home
last modified time | relevance | path

Searched full:optimizes (Results 1 – 25 of 76) sorted by relevance

1234

/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonPeephole.cpp7 // This peephole pass optimizes in the following cases.
8 // 1. Optimizes redundant sign extends for the following case
17 // 2. Optimizes redundant negation of predicates.
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86.h109 /// Return a pass that optimizes the code-size of x86 call sequences. This is
158 /// This pass optimizes arithmetic based on knowledge that is only used by
/freebsd-src/contrib/llvm-project/libcxx/include/__algorithm/
H A Dfill_n.h28 // fill_n isn't specialized for std::memset, because the compiler already optimizes the loop to a call to std::memset. in __fill_n()
H A Dfill.h22 // fill isn't specialized for std::memset, because the compiler already optimizes the loop to a cal…
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DVectorCombine.h9 // This pass optimizes scalar/vector interactions using target cost models. The
/freebsd-src/contrib/libfido2/openbsd-compat/
H A Dendian_win32.c14 * optimizes these functions with some type of bswap instruction. Or,
/freebsd-src/contrib/llvm-project/libcxx/include/__utility/
H A Dis_pointer_in_range.h
/freebsd-src/sys/contrib/device-tree/Bindings/clock/
H A Datmel,at91rm9200-pmc.yaml13 The power management controller optimizes power consumption by controlling all
/freebsd-src/share/man/man9/
H A Ddomainset.988 This policy optimizes for locality but may give pessimal results if the
/freebsd-src/sys/contrib/zstd/examples/
H A Dstreaming_compression.c56 * Zstd optimizes the case where the first flush mode is ZSTD_e_end, in compressFile_orDie()
H A Dstreaming_compression_thread_pool.c72 * Zstd optimizes the case where the first flush mode is ZSTD_e_end, in compressFile_orDie()
/freebsd-src/crypto/openssl/crypto/des/
H A Dcfb_enc.c46 /* I kind of count that compiler optimizes away this assertion, */ in DES_cfb_encrypt()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DCFGUpdate.h60 // b) It optimizes away updates that cancel each other out, as the end result
H A DBalancedPartitioning.h104 /// Run recursive graph partitioning that optimizes a given objective.
/freebsd-src/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXPeephole.cpp21 // This peephole pass optimizes these cases, for example
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DOptimizePHIs.cpp9 // This pass optimizes machine instruction PHIs to take advantage of
H A DBasicBlockSections.cpp141 // This function updates and optimizes the branching instructions of every basic in INITIALIZE_PASS_DEPENDENCY()
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/Support/
H A DBumpVector.h251 // Use memcpy for PODs (std::uninitialized_copy optimizes to memmove). in grow()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h167 /// Optimizes the merged module. Returns true on success.
/freebsd-src/sys/contrib/openzfs/include/sys/
H A Dbtree.h32 * optimizes bulk in-order insertions to improve memory use and performance.
/freebsd-src/share/man/man5/
H A Dlink.566 ready to run can complete successfully in a way that optimizes the use
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixFunctionBitcasts.cpp19 /// Note that LLVM already optimizes away function bitcasts in common cases by
/freebsd-src/contrib/xz/src/common/
H A Dmythread.h46 // At least GCC optimizes the loops completely away so it doesn't slow
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DASTVector.h397 // Use memcpy for PODs (std::uninitialized_copy optimizes to memmove). in grow()
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h14 /// The planner builds and optimizes the Vectorization Plans which record the

1234