Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Support/
H A DAPSInt.cpp34 unsigned ActiveBits = Tmp.getActiveBits(); in APSInt() local
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAtomicOptimizer.cpp567 auto *ActiveBits = B.CreatePHI(WaveTy, 2, "ActiveBits"); buildScanIteratively() local
H A DAMDGPUInstCombineIntrinsic.cpp1234 const unsigned ActiveBits = DemandedElts.getActiveBits(); simplifyAMDGCNMemoryIntrinsicDemanded() local
H A DSIISelLowering.cpp4900 auto ActiveBits = lowerWaveReduce() local
/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1583 unsigned ActiveBits = Exponent.getActiveBits(); getIntrinsicInstrCost() local
/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp1684 std::optional<uint64_t> ActiveBits = InitialActiveBits; getActiveBits() local
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp6436 unsigned ActiveBits = AndC->getAPIntValue().countr_one(); isAndLoadExtLoad() local
6600 unsigned ActiveBits = Mask->getAPIntValue().countr_one(); SearchForAndLoads() local
10240 unsigned ActiveBits = IsSignExt combineShiftToMULH() local
14454 unsigned ActiveBits = 0; reduceLoadWidth() local
14522 unsigned Offset, ActiveBits; reduceLoadWidth() local
23594 unsigned ActiveBits = 0; convertBuildVecZextToBuildVecWithZeros() local
[all...]
/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp6918 uint32_t ActiveBits = DemandBits.getActiveBits(); optimizeLoadExt() local
/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp19833 unsigned ActiveBits = InitVal.getActiveBits(); ActOnEnumBody() local
/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp31391 unsigned ActiveBits = Known.getBitWidth() - LZ; LowerCTPOP() local
37043 __anon0268aba87302(SDValue V, unsigned ActiveBits) targetShrinkDemandedConstant() argument
37058 unsigned ActiveBits = DemandedBits.getActiveBits(); targetShrinkDemandedConstant() local
[all...]
/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp14090 unsigned ActiveBits = std::max(8u, Known.countMaxActiveBits()); narrowIndex() local