Searched refs:LZ (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ExpandImm.cpp273 unsigned LZ = countLeadingZeros(Imm); local
276 LastShift = ((63 - LZ) / 16) * 16;
H A DAArch64ISelLowering.cpp10371 unsigned LZ = countLeadingZeros((uint64_t)Val); local
10372 unsigned Shift = (63 - LZ) / 16;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h163 LZ, member in struct:llvm::pdb::PDB_Checksum::PDB_Machine::PDB_SourceCompression
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp328 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_SourceCompression, LZ, OS)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h230 MIMGBaseOpcode LZ; member in struct:llvm::AMDGPU::MIMGLZMappingInfo
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp2421 SDValue LZ = DAG.getNode(ISD::CTLZ_ZERO_UNDEF, SL, MVT::i64, L); local
2422 LZ = DAG.getNode(ISD::TRUNCATE, SL, MVT::i32, LZ);
2427 DAG.getNode(ISD::SUB, SL, MVT::i32, K, LZ),
2431 DAG.getNode(ISD::SHL, SL, MVT::i64, L, LZ),
3079 unsigned LZ = Known.countMinLeadingZeros(); local
3080 if (LZ < RHSVal)
H A DAMDGPUInstructionSelector.cpp1454 IntrOpcode = LZMappingInfo->LZ; // set new opcode to _lz variant of _l
H A DAMDGPULegalizerInfo.cpp3772 LZMappingInfo->LZ, ImageDimIntr->Dim);
H A DSIISelLowering.cpp5908 IntrOpcode = LZMappingInfo->LZ; // set new opcode to _lz variant of _l
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp1136 uint32_t LZ = countLeadingZeros(Mask); local
1138 if (TZ + M1 + LZ != 32)
1144 if (LZ > CV)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp4456 auto LZ = MIRBuilder.buildCTLZ_ZERO_UNDEF(S32, Src); local
4459 auto Sub = MIRBuilder.buildSub(S32, K, LZ);
4465 auto ShlLZ = MIRBuilder.buildShl(S64, Src, LZ);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp2971 unsigned LZ = RHSC->getAPInt().countLeadingZeros();
2972 unsigned MaxShiftAmt = getTypeSizeInBits(Ty) - LZ - 1;
6089 unsigned LZ = A.countLeadingZeros();
6097 APInt::getLowBitsSet(BitWidth, BitWidth - LZ - TZ).shl(TZ);
6098 if ((LZ != 0 || TZ != 0) && !((~A & ~Known.Zero) & EffectiveMask)) {
6120 IntegerType::get(getContext(), BitWidth - LZ - TZ)),

Completed in 398 milliseconds