Home
last modified time | relevance | path

Searched refs:LZ (Results 1 – 25 of 29) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/
H A DPPCInstructionSelector.cpp293 unsigned LZ = llvm::countl_zero<uint64_t>(Imm); in selectI64ImmDirect() local
310 if (TZ > 15 && (LZ > 32 || LO > 32)) in selectI64ImmDirect()
317 assert(LZ < 64 && "Unexpected leading zeros here."); in selectI64ImmDirect()
319 unsigned FO = llvm::countl_one<uint64_t>(Imm << LZ); in selectI64ImmDirect()
341 if ((LZ + FO + TZ) > 48) { in selectI64ImmDirect()
350 .addImm(LZ) in selectI64ImmDirect()
368 if ((LZ + TO) > 48) { in selectI64ImmDirect()
372 assert(LZ <= 32 && "Unexpected shift value."); in selectI64ImmDirect()
375 .addImm(Imm >> (48 - LZ) & 0xffff) in selectI64ImmDirect()
380 .addImm(48 - LZ) in selectI64ImmDirect()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1022 unsigned LZ = llvm::countl_zero<uint64_t>(Imm); in selectI64ImmDirect() local
1044 if (TZ > 15 && (LZ > 32 || LO > 32)) in selectI64ImmDirect()
1050 assert(LZ < 64 && "Unexpected leading zeros here."); in selectI64ImmDirect()
1052 unsigned FO = llvm::countl_one<uint64_t>(Imm << LZ); in selectI64ImmDirect()
1068 if ((LZ + FO + TZ) > 48) { in selectI64ImmDirect()
1072 getI32Imm(TZ), getI32Imm(LZ)); in selectI64ImmDirect()
1089 if ((LZ + TO) > 48) { in selectI64ImmDirect()
1093 assert(LZ <= 32 && "Unexpected shift value."); in selectI64ImmDirect()
1095 getI32Imm((Imm >> (48 - LZ) & 0xffff))); in selectI64ImmDirect()
1097 getI32Imm(48 - LZ), getI32Imm(LZ)); in selectI64ImmDirect()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ExpandImm.cpp493 unsigned LZ = llvm::countl_zero(Imm); in expandMOVImmSimple() local
496 LastShift = ((63 - LZ) / 16) * 16; in expandMOVImmSimple()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h163 LZ, enumerator
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp349 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_SourceCompression, LZ, OS) in dumpPDBSourceCompression()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2218 uint64_t LZ = alignDown(Known.countMinLeadingZeros(), 8); in visitCallInst() local
2223 if (BW - LZ - TZ == 8) { in visitCallInst()
2224 assert(LZ != TZ && "active byte cannot be in the middle"); in visitCallInst()
2225 if (LZ > TZ) // -> shl(x) if the "active byte" is in the low part of x in visitCallInst()
2227 IIOperand, ConstantInt::get(IIOperand->getType(), LZ - TZ)); in visitCallInst()
2230 IIOperand, ConstantInt::get(IIOperand->getType(), TZ - LZ)); in visitCallInst()
/freebsd/sys/contrib/zstd/
H A DREADME.md65 a property shared by most LZ compression algorithms, such as [zlib] or lzma.
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp1269 uint32_t LZ = llvm::countl_zero(Mask); in ppAddrRewriteAndSrl() local
1271 if (TZ + M1 + LZ != 32) in ppAddrRewriteAndSrl()
1277 if (LZ > CV) in ppAddrRewriteAndSrl()
/freebsd/contrib/file/magic/Magdir/
H A Dmacintosh111 # skip T.PIC.LZ INSTRUMENT.7T INVENTORY
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h462 MIMGBaseOpcode LZ; member
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DMIMGInstructions.td118 MIMGBaseOpcode LZ = lz;
124 let Fields = ["L", "LZ"];
1875 // L to LZ Optimization Mapping
H A DAMDGPUInstCombineIntrinsic.cpp164 AMDGPU::getImageDimIntrinsicByBaseOpcode(LZMappingInfo->LZ, in simplifyAMDGCNImageIntrinsic()
H A DAMDGPUISelLowering.cpp4095 unsigned LZ = Known.countMinLeadingZeros(); in performShlCombine() local
4096 if (LZ < RHSVal) in performShlCombine()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp3419 unsigned LZ = RHSC->getAPInt().countl_zero(); in getUDivExpr() local
3420 unsigned MaxShiftAmt = getTypeSizeInBits(Ty) - LZ - 1; in getUDivExpr()
7818 unsigned LZ = A.countl_zero(); in createSCEV() local
7825 APInt::getLowBitsSet(BitWidth, BitWidth - LZ - TZ).shl(TZ); in createSCEV()
7826 if ((LZ != 0 || TZ != 0) && !((~A & ~Known.Zero) & EffectiveMask)) { in createSCEV()
7848 IntegerType::get(getContext(), BitWidth - LZ - TZ)), in createSCEV()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZScheduleZEC12.td746 def : InstRW<[WLat1, FXU, NormalGr], (instregex "LZ(DR|ER|ER_16)$")>;
H A DSystemZScheduleZ196.td708 def : InstRW<[WLat1, FXU, NormalGr], (instregex "LZ(DR|ER|ER_16)$")>;
H A DSystemZScheduleZ13.td776 def : InstRW<[WLat1, FXb, NormalGr], (instregex "LZ(DR|ER|ER_16)$")>;
H A DSystemZScheduleZ17.td830 def : InstRW<[WLat1, FXb, NormalGr], (instregex "LZ(DR|ER|ER_16)$")>;
H A DSystemZScheduleZ15.td814 def : InstRW<[WLat1, FXb, NormalGr], (instregex "LZ(DR|ER|ER_16)$")>;
H A DSystemZScheduleZ14.td796 def : InstRW<[WLat1, FXb, NormalGr], (instregex "LZ(DR|ER|ER_16)$")>;
H A DSystemZScheduleZ16.td815 def : InstRW<[WLat1, FXb, NormalGr], (instregex "LZ(DR|ER|ER_16)$")>;
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/
H A Devppkey_ecdh.txt1770 0P7kxX+1U2LNWxaORO+LZ+zvvaVn0x42npCcYxnmfmy5sexrRA4kvUumZdcrRQhY
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp7592 auto LZ = MIRBuilder.buildCTLZ_ZERO_UNDEF(S32, Src); in lowerU64ToF32BitOps() local
7595 auto Sub = MIRBuilder.buildSub(S32, K, LZ); in lowerU64ToF32BitOps()
7601 auto ShlLZ = MIRBuilder.buildShl(S64, Src, LZ); in lowerU64ToF32BitOps()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/include/
H A Dlibtest.shlib1480 log_note "Cannot trigger NFS server by sharing in LZ."
/freebsd/contrib/xz/
H A DChangeLog5759 as they pollute the namespace of the LZ encoder files. Those could
5772 LZ encoder needs lzma_crc32_table[0] but otherwise those tables
5801 In LZ encoder, build and use lzma_lz_hash_table[256] if CLMUL CRC
10767 liblzma: LZ decoder: Add unlikely().
10776 liblzma: LZ decoder: Remove a useless unlikely().
10785 liblzma: Optimize LZ decoder slightly.

12