Home
last modified time | relevance | path

Searched defs:ActiveBits (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPSInt.cpp34 unsigned ActiveBits = Tmp.getActiveBits(); in APSInt() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAtomicOptimizer.cpp580 auto *ActiveBits = B.CreatePHI(WaveTy, 2, "ActiveBits"); in buildScanIteratively() local
H A DAMDGPUInstCombineIntrinsic.cpp1306 const unsigned ActiveBits = DemandedElts.getActiveBits(); in simplifyAMDGCNMemoryIntrinsicDemanded() local
H A DSIISelLowering.cpp4913 auto ActiveBits = in lowerWaveReduce() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1583 unsigned ActiveBits = Exponent.getActiveBits(); in getIntrinsicInstrCost() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp1684 std::optional<uint64_t> ActiveBits = InitialActiveBits; in getActiveBits() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp6422 unsigned ActiveBits = AndC->getAPIntValue().countr_one(); in isAndLoadExtLoad() local
6586 unsigned ActiveBits = Mask->getAPIntValue().countr_one(); in SearchForAndLoads() local
10226 unsigned ActiveBits = IsSignExt in combineShiftToMULH() local
14485 unsigned ActiveBits = 0; in reduceLoadWidth() local
14553 unsigned Offset, ActiveBits; in reduceLoadWidth() local
23653 unsigned ActiveBits = 0; in convertBuildVecZextToBuildVecWithZeros() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp6918 uint32_t ActiveBits = DemandBits.getActiveBits(); in optimizeLoadExt() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp19879 unsigned ActiveBits = InitVal.getActiveBits(); in ActOnEnumBody() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp31377 unsigned ActiveBits = Known.getBitWidth() - LZ; in LowerCTPOP() local
37026 auto NeedsSignExtension = [&](SDValue V, unsigned ActiveBits) { in targetShrinkDemandedConstant()
37041 unsigned ActiveBits = DemandedBits.getActiveBits(); in targetShrinkDemandedConstant() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp14121 unsigned ActiveBits = std::max(8u, Known.countMaxActiveBits()); narrowIndex() local