| /freebsd/lib/clang/libllvm/ |
| H A D | Makefile | 330 SRCS_MIN+= CodeGen/GlobalISel/Utils.cpp 562 SRCS_EXT+= DWARFLinker/Utils.cpp 1441 SRCS_MIN+= Target/AArch64/Utils/AArch64BaseInfo.cpp 1442 SRCS_MIN+= Target/AArch64/Utils/AArch64SMEAttributes.cpp 1510 SRCS_MIN+= Target/ARM/Utils/ARMBaseInfo.cpp 1850 SRCS_MIN+= TextAPI/Utils.cpp 2044 SRCS_MIN+= Transforms/Utils/AMDGPUEmitPrintf.cpp 2045 SRCS_MIN+= Transforms/Utils/ASanStackFrameLayout.cpp 2046 SRCS_MIN+= Transforms/Utils/AddDiscriminators.cpp 2047 SRCS_MIN+= Transforms/Utils/AssumeBundleBuilder.cpp [all …]
|
| /freebsd/contrib/xz/ |
| H A D | AUTHORS | 2 Authors of XZ Utils 5 XZ Utils is developed and maintained by 10 this code, XZ Utils wouldn't exist. 18 man pages for XZ Utils. 35 XZ Utils 5.6.0 and 5.6.1 releases. He suddenly disappeared when
|
| H A D | README | 2 XZ Utils 21 XZ Utils provide a general-purpose data-compression library plus 25 context of XZ Utils. The primary filter is currently LZMA2. With 26 typical files, XZ Utils create about 30 % smaller files than gzip. 59 XZ Utils supports multithreaded compression. XZ Utils doesn't support 75 INSTALL Installation instructions specific to XZ Utils 76 PACKAGERS Information to packagers of XZ Utils 78 COPYING XZ Utils copyright and license information 84 AUTHORS The main authors of XZ Utils 87 NEWS User-visible changes between XZ Utils releases [all …]
|
| H A D | COPYING | 2 XZ Utils Licensing 20 - Most of the XZ Utils specific documentation that is in 41 part of XZ Utils. 52 Copyright (C) The XZ Utils authors and contributors 54 If you copy significant amounts of 0BSD-licensed code from XZ Utils 60 This software includes code from XZ Utils <https://tukaani.org/xz/>.
|
| H A D | TODO | 2 XZ Utils To-Do List 10 XZ Utils compress some files significantly worse than LZMA Utils. 11 This is due to faster compression presets used by XZ Utils, and
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/SandboxVectorizer/ |
| H A D | VecUtils.h | 63 auto Diff = Utils::getPointerDiffInBytes(I1, I2, SE); 66 int ElmBytes = Utils::getNumBits(I1) / 8; 101 return VecUtils::getNumLanes(Utils::getExpectedType(V)); 177 Type *Ty0 = Utils::getExpectedType(V0); 180 Type *NTy = Utils::getExpectedType(V); 193 Type *Ty0 = Utils::getExpectedType(V0);
|
| H A D | SeedCollector.h | 34 NumUnusedBits += Utils::getNumBits(S); in SeedBundle() 55 NumUnusedBits += Utils::getNumBits(I); in insertAt() 86 NumUnusedBits -= Utils::getNumBits(Seeds[ElementIdx]); 146 return Utils::atLowerAddress(cast<LoadOrStoreT>(I0), in MemSeedBundle() 160 return Utils::atLowerAddress(cast<LoadOrStoreT>(I0), in insert()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/SandboxVectorizer/ |
| H A D | SeedCollector.cpp | 50 uint32_t InstBits = Utils::getNumBits(S); in getSlice() 79 Value *Ptr = Utils::getMemInstructionBase(LSI); in getKey() 81 Type *Ty = Utils::getExpectedType(LSI); in getKey() 145 auto *Ty = Utils::getExpectedType(LSI); in isValidMemSeed()
|
| H A D | Legality.cpp | 45 Type *ElmTy0 = VecUtils::getElementType(Utils::getExpectedType(I0)); in notVectorizableBasedOnOpcodesAndTypes() 47 return VecUtils::getElementType(Utils::getExpectedType(V)) != ElmTy0; in notVectorizableBasedOnOpcodesAndTypes() 98 Type *FromTy0 = Utils::getExpectedType(I0->getOperand(0)); in notVectorizableBasedOnOpcodesAndTypes() 100 return Utils::getExpectedType(cast<User>(V)->getOperand(0)) != in notVectorizableBasedOnOpcodesAndTypes()
|
| /freebsd/sys/contrib/xz-embedded/linux/Documentation/ |
| H A D | xz.txt | 20 For userspace, XZ Utils provide a zlib-like compression library 21 and a gzip-like command line tool. XZ Utils can be downloaded from 43 from XZ Utils. The wrapper sets compression options to values suitable 75 in XZ Utils may not be optimal when creating files for the kernel, 105 from XZ Utils. 119 in the kernel or about XZ Utils. While these two implementations
|
| /freebsd/contrib/xz/doxygen/ |
| H A D | Doxyfile | 8 # - Instead of API docs, docs of XZ Utils internals may be built. 13 PROJECT_NAME = "liblzma (XZ Utils)"
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/SandboxVectorizer/Passes/ |
| H A D | SeedCollection.cpp | 56 Utils::getNumBits(VecUtils::getElementType(Utils::getExpectedType( in runOnFunction()
|
| /freebsd/crypto/openssl/test/recipes/ |
| H A D | 02-test_internal_context.t | 12 use OpenSSL::Test::Utils;
|
| H A D | 30-test_evp_byname.t | 12 use OpenSSL::Test::Utils;
|
| H A D | 04-test_membio.t | 12 use OpenSSL::Test::Utils;
|
| H A D | 03-test_internal_asn1.t | 12 use OpenSSL::Test::Utils;
|
| H A D | 03-test_internal_siphash.t | 12 use OpenSSL::Test::Utils;
|
| H A D | 04-test_upcalls.t | 15 use OpenSSL::Test::Utils;
|
| H A D | 02-test_internal_ctype.t | 13 use OpenSSL::Test::Utils;
|
| H A D | 03-test_internal_asn1_dsa.t | 12 use OpenSSL::Test::Utils;
|
| H A D | 03-test_internal_chacha.t | 12 use OpenSSL::Test::Utils;
|
| H A D | 03-test_internal_modes.t | 12 use OpenSSL::Test::Utils;
|
| H A D | 03-test_internal_namemap.t | 12 use OpenSSL::Test::Utils;
|
| H A D | 03-test_internal_poly1305.t | 12 use OpenSSL::Test::Utils;
|
| H A D | 03-test_internal_sm2.t | 12 use OpenSSL::Test::Utils;
|