Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Support/
DAPSInt.cpp34 unsigned ActiveBits = Tmp.getActiveBits(); in APSInt() local
/external/llvm/lib/Support/
DAPSInt.cpp34 unsigned ActiveBits = Tmp.getActiveBits(); in APSInt() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPSInt.cpp33 unsigned ActiveBits = Tmp.getActiveBits(); in APSInt() local
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUInstCombineIntrinsic.cpp927 const unsigned ActiveBits = DemandedElts.getActiveBits(); in simplifyAMDGCNMemoryIntrinsicDemanded() local
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp4485 uint32_t ActiveBits = DemandBits.getActiveBits(); in optimizeLoadExt() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp5890 uint32_t ActiveBits = DemandBits.getActiveBits(); in optimizeLoadExt() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp4773 unsigned ActiveBits = AndC->getAPIntValue().countTrailingOnes(); in isAndLoadExtLoad() local
4925 unsigned ActiveBits = Mask->getAPIntValue().countTrailingOnes(); in SearchForAndLoads() local
10402 unsigned ActiveBits = 0; in ReduceLoadWidth() local
/external/llvm-project/llvm/lib/CodeGen/
DCodeGenPrepare.cpp6330 uint32_t ActiveBits = DemandBits.getActiveBits(); in optimizeLoadExt() local
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp5046 unsigned ActiveBits = AndC->getAPIntValue().countTrailingOnes(); in isAndLoadExtLoad() local
5210 unsigned ActiveBits = Mask->getAPIntValue().countTrailingOnes(); in SearchForAndLoads() local
11352 unsigned ActiveBits = 0; in ReduceLoadWidth() local
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp3011 uint32_t ActiveBits = AndC->getAPIntValue().getActiveBits(); in isAndLoadExtLoad() local
/external/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.cpp33968 auto NeedsSignExtension = [&](SDValue V, unsigned ActiveBits) { in targetShrinkDemandedConstant()
33983 unsigned ActiveBits = DemandedBits.getActiveBits(); in targetShrinkDemandedConstant() local