Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DAPSInt.cpp34 unsigned ActiveBits = Tmp.getActiveBits(); in APSInt() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp1090 const unsigned ActiveBits = DemandedElts.getActiveBits(); in simplifyAMDGCNMemoryIntrinsicDemanded() local
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1510 unsigned ActiveBits = Exponent.getActiveBits(); in getIntrinsicInstrCost() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp5737 unsigned ActiveBits = AndC->getAPIntValue().countTrailingOnes(); in isAndLoadExtLoad() local
5901 unsigned ActiveBits = Mask->getAPIntValue().countTrailingOnes(); in SearchForAndLoads() local
9464 unsigned ActiveBits = IsSignExt in combineShiftToMULH() local
13308 unsigned ActiveBits = 0; in reduceLoadWidth() local
21738 unsigned ActiveBits = 0; in convertBuildVecZextToBuildVecWithZeros() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp6648 uint32_t ActiveBits = DemandBits.getActiveBits(); in optimizeLoadExt() local
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDecl.cpp19592 unsigned ActiveBits = InitVal.getActiveBits(); in ActOnEnumBody() local
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp37731 auto NeedsSignExtension = [&](SDValue V, unsigned ActiveBits) { in targetShrinkDemandedConstant()
37746 unsigned ActiveBits = DemandedBits.getActiveBits(); in targetShrinkDemandedConstant() local