Home
last modified time | relevance | path

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

123

/freebsd/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/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/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DVectorCombine.h9 // This pass optimizes scalar/vector interactions using target cost models. The
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dfill.h22 // fill isn't specialized for std::memset, because the compiler already optimizes the loop to a call to std::memset.
H A Dfill_n.h28 // fill_n isn't specialized for std::memset, because the compiler already optimizes the loop to a c…
/freebsd/contrib/libfido2/openbsd-compat/
H A Dendian_win32.c14 * optimizes these functions with some type of bswap instruction. Or,
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Datmel,at91rm9200-pmc.yaml13 The power management controller optimizes power consumption by controlling all
/freebsd/share/man/man9/
H A Ddomainset.990 This policy optimizes for locality but may give pessimal results if the
/freebsd/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/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/crypto/openssl/crypto/des/
H A Dcfb_enc.c46 /* I kind of count that compiler optimizes away this assertion, */ in DES_cfb_encrypt()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXPeephole.cpp21 // This peephole pass optimizes these cases, for example
/freebsd/contrib/llvm-project/clang/include/clang/InstallAPI/
H A DHeaderFile.h105 /// This optimizes the chance of a sucessful parse for
/freebsd/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/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/sys/contrib/openzfs/include/sys/
H A Dbtree.h33 * optimizes bulk in-order insertions to improve memory use and performance.
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h167 /// Optimizes the merged module. Returns true on success.
/freebsd/share/man/man5/
H A Dlink.566 ready to run can complete successfully in a way that optimizes the use
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixFunctionBitcasts.cpp19 /// Note that LLVM already optimizes away function bitcasts in common cases by
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTVector.h397 // Use memcpy for PODs (std::uninitialized_copy optimizes to memmove). in grow()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOMemOPSizeOpt.cpp9 // This file implements the transformation that optimizes memory intrinsics
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DOptimizedStructLayout.cpp228 // often. We could use a data structure within bins that optimizes for in performOptimizedStructLayout()

123