/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonPeephole.cpp | 7 // 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 D | X86.h | 109 /// 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 D | fill_n.h | 28 // 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 D | fill.h | 22 // 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 D | VectorCombine.h | 9 // This pass optimizes scalar/vector interactions using target cost models. The
|
/freebsd-src/contrib/libfido2/openbsd-compat/ |
H A D | endian_win32.c | 14 * optimizes these functions with some type of bswap instruction. Or,
|
/freebsd-src/contrib/llvm-project/libcxx/include/__utility/ |
H A D | is_pointer_in_range.h |
|
/freebsd-src/sys/contrib/device-tree/Bindings/clock/ |
H A D | atmel,at91rm9200-pmc.yaml | 13 The power management controller optimizes power consumption by controlling all
|
/freebsd-src/share/man/man9/ |
H A D | domainset.9 | 88 This policy optimizes for locality but may give pessimal results if the
|
/freebsd-src/sys/contrib/zstd/examples/ |
H A D | streaming_compression.c | 56 * Zstd optimizes the case where the first flush mode is ZSTD_e_end, in compressFile_orDie()
|
H A D | streaming_compression_thread_pool.c | 72 * Zstd optimizes the case where the first flush mode is ZSTD_e_end, in compressFile_orDie()
|
/freebsd-src/crypto/openssl/crypto/des/ |
H A D | cfb_enc.c | 46 /* 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 D | CFGUpdate.h | 60 // b) It optimizes away updates that cancel each other out, as the end result
|
H A D | BalancedPartitioning.h | 104 /// Run recursive graph partitioning that optimizes a given objective.
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXPeephole.cpp | 21 // This peephole pass optimizes these cases, for example
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | OptimizePHIs.cpp | 9 // This pass optimizes machine instruction PHIs to take advantage of
|
H A D | BasicBlockSections.cpp | 141 // 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 D | BumpVector.h | 251 // Use memcpy for PODs (std::uninitialized_copy optimizes to memmove). in grow()
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/LTO/legacy/ |
H A D | LTOCodeGenerator.h | 167 /// Optimizes the merged module. Returns true on success.
|
/freebsd-src/sys/contrib/openzfs/include/sys/ |
H A D | btree.h | 32 * optimizes bulk in-order insertions to improve memory use and performance.
|
/freebsd-src/share/man/man5/ |
H A D | link.5 | 66 ready to run can complete successfully in a way that optimizes the use
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyFixFunctionBitcasts.cpp | 19 /// Note that LLVM already optimizes away function bitcasts in common cases by
|
/freebsd-src/contrib/xz/src/common/ |
H A D | mythread.h | 46 // At least GCC optimizes the loops completely away so it doesn't slow
|
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ASTVector.h | 397 // Use memcpy for PODs (std::uninitialized_copy optimizes to memmove). in grow()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorizationPlanner.h | 14 /// The planner builds and optimizes the Vectorization Plans which record the
|