Home
last modified time | relevance | path

Searched refs:LZ (Results 1 – 25 of 26) 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/sys/contrib/zstd/
H A DREADME.md69 a property shared by most LZ compression algorithms, such as [zlib] or lzma.
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1952 uint64_t LZ = alignDown(Known.countMinLeadingZeros(), 8); in visitCallInst() local
1957 if (BW - LZ - TZ == 8) { in visitCallInst()
1958 assert(LZ != TZ && "active byte cannot be in the middle"); in visitCallInst()
1959 if (LZ > TZ) // -> shl(x) if the "active byte" is in the low part of x in visitCallInst()
1961 IIOperand, ConstantInt::get(IIOperand->getType(), LZ - TZ)); in visitCallInst()
1964 IIOperand, ConstantInt::get(IIOperand->getType(), TZ - LZ)); in visitCallInst()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp1268 uint32_t LZ = llvm::countl_zero(Mask); in ppAddrRewriteAndSrl() local
1270 if (TZ + M1 + LZ != 32) in ppAddrRewriteAndSrl()
1276 if (LZ > CV) in ppAddrRewriteAndSrl()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h437 MIMGBaseOpcode LZ; member
/freebsd/contrib/file/magic/Magdir/
H A Dmacintosh111 # skip T.PIC.LZ INSTRUMENT.7T INVENTORY
H A Dmsdos1664 0 string/b LZ MS-DOS executable (built-in)
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DMIMGInstructions.td116 MIMGBaseOpcode LZ = lz;
122 let Fields = ["L", "LZ"];
1854 // L to LZ Optimization Mapping
H A DAMDGPUInstCombineIntrinsic.cpp165 AMDGPU::getImageDimIntrinsicByBaseOpcode(LZMappingInfo->LZ, in simplifyAMDGCNImageIntrinsic()
H A DAMDGPUISelLowering.cpp4026 unsigned LZ = Known.countMinLeadingZeros(); in performShlCombine() local
4027 if (LZ < RHSVal) in performShlCombine()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp3453 unsigned LZ = RHSC->getAPInt().countl_zero(); in getUDivExpr() local
3454 unsigned MaxShiftAmt = getTypeSizeInBits(Ty) - LZ - 1; in getUDivExpr()
7800 unsigned LZ = A.countl_zero(); in createSCEV() local
7808 APInt::getLowBitsSet(BitWidth, BitWidth - LZ - TZ).shl(TZ); in createSCEV()
7809 if ((LZ != 0 || TZ != 0) && !((~A & ~Known.Zero) & EffectiveMask)) { in createSCEV()
7831 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)$")>;
H A DSystemZScheduleZ196.td708 def : InstRW<[WLat1, FXU, NormalGr], (instregex "LZ(DR|ER)$")>;
H A DSystemZScheduleZ13.td776 def : InstRW<[WLat1, FXb, NormalGr], (instregex "LZ(DR|ER)$")>;
H A DSystemZScheduleZ14.td796 def : InstRW<[WLat1, FXb, NormalGr], (instregex "LZ(DR|ER)$")>;
H A DSystemZScheduleZ15.td814 def : InstRW<[WLat1, FXb, NormalGr], (instregex "LZ(DR|ER)$")>;
H A DSystemZScheduleZ16.td815 def : InstRW<[WLat1, FXb, NormalGr], (instregex "LZ(DR|ER)$")>;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp6903 auto LZ = MIRBuilder.buildCTLZ_ZERO_UNDEF(S32, Src); in lowerU64ToF32BitOps() local
6906 auto Sub = MIRBuilder.buildSub(S32, K, LZ); in lowerU64ToF32BitOps()
6912 auto ShlLZ = MIRBuilder.buildShl(S64, Src, LZ); in lowerU64ToF32BitOps()
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/
H A Devppkey_ecdh.txt1770 0P7kxX+1U2LNWxaORO+LZ+zvvaVn0x42npCcYxnmfmy5sexrRA4kvUumZdcrRQhY
/freebsd/sys/contrib/openzfs/tests/zfs-tests/include/
H A Dlibtest.shlib1452 log_note "Cannot trigger NFS server by sharing in LZ."
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp31374 unsigned LZ = Known.countMinLeadingZeros(); in LowerCTPOP() local
31376 assert((LZ + TZ) < Known.getBitWidth() && "Illegal shifted mask"); in LowerCTPOP()
31377 unsigned ActiveBits = Known.getBitWidth() - LZ; in LowerCTPOP()
31378 unsigned ShiftedActiveBits = Known.getBitWidth() - (LZ + TZ); in LowerCTPOP()
32558 unsigned LZ = Known.countMinLeadingZeros(); in ReplaceNodeResults() local
32560 if ((LZ + TZ) >= 32) { in ReplaceNodeResults()

12