Searched refs:KB (Results 76 - 81 of 81) sorted by relevance

1234

/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp3782 GISelKnownBits &KB = *Helper.getKnownBits();
3804 Src0KnownZeros.push_back(KB.getKnownBits(Src0[i]).isZero());
3805 Src1KnownZeros.push_back(KB.getKnownBits(Src1[i]).isZero());
3877 if (!LocalAccum[0] || KB.getKnownBits(LocalAccum[0]).isZero()) {
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp108 TLI(*MF.getSubtarget().getTargetLowering()), KB(nullptr) {}
112 MachineIRBuilder &B, GISelKnownBits *KB)
114 TLI(*MF.getSubtarget().getTargetLowering()), KB(KB) {}
110 LegalizerHelper(MachineFunction &MF, const LegalizerInfo &LI, GISelChangeObserver &Observer, MachineIRBuilder &B, GISelKnownBits *KB) argument
/freebsd-current/sys/dev/bxe/
H A Dbxe.h151 #error Page sizes other than 4KB are unsupported!
1642 * For max 196 cids (64*3 + non-eth), 32KB ILT page size and 1KB
/freebsd-current/sys/contrib/zstd/lib/legacy/
H A Dzstd_v06.c386 - Uncompressed block size must be <= ZSTDv06_BLOCKSIZE_MAX (128 KB)
461 #define KB *(1 <<10) macro
1163 * Memory usage formula : N->2^N Bytes (examples : 10 -> 1KB; 12 -> 4KB ; 16 -> 64KB; 20 -> 1MB; etc.)
1166 * Recommended max value is 14, for 16KB, which nicely fits into Intel x86 L1 cache */
2915 srcSize < 1 KB => 3 bytes (2-2-10-10) => single stream
2916 srcSize < 1 KB => 3 bytes (2-2-10-10)
2917 srcSize < 16KB => 4 bytes (2-2-14-14)
2938 srcSize < 1 KB
[all...]
H A Dzstd_v07.c927 * Memory usage formula : N->2^N Bytes (examples : 10 -> 1KB; 12 -> 4KB ; 16 -> 64KB; 20 -> 1MB; etc.)
930 * Recommended max value is 14, for 16KB, which nicely fits into Intel x86 L1 cache */
1122 * Assumption : 0 < cSrcSize < dstSize <= 128 KB */
2503 * Assumption : 0 < cSrcSize < dstSize <= 128 KB */
2698 #define KB *(1 <<10) macro
3045 bit 3-7 : Power of 2, with 0 = 1 KB (up to 2 TB)
3080 srcSize < 1 KB => 3 bytes (2-2-10-10) => single stream
3081 srcSize < 1 KB
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp79 void setupMF(MachineFunction &MF, GISelKnownBits *KB,
82 InstructionSelector::setupMF(MF, KB, CoverageInfo, PSI, BFI);

Completed in 306 milliseconds

1234