/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | APSInt.cpp | 33 unsigned ActiveBits = Tmp.getActiveBits(); in APSInt() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/ |
H A D | APSInt.cpp | 34 unsigned ActiveBits = Tmp.getActiveBits(); in APSInt() local
|
/aosp_15_r20/external/llvm/lib/Support/ |
H A D | APSInt.cpp | 34 unsigned ActiveBits = Tmp.getActiveBits(); in APSInt() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUInstCombineIntrinsic.cpp | 1090 const unsigned ActiveBits = DemandedElts.getActiveBits(); in simplifyAMDGCNMemoryIntrinsicDemanded() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/ |
H A D | BasicTTIImpl.h | 1510 unsigned ActiveBits = Exponent.getActiveBits(); in getIntrinsicInstrCost() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 1569 unsigned ActiveBits = Exponent.getActiveBits(); in getIntrinsicInstrCost() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 1569 unsigned ActiveBits = Exponent.getActiveBits(); in getIntrinsicInstrCost() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 1556 unsigned ActiveBits = Exponent.getActiveBits(); in getIntrinsicInstrCost() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 1578 unsigned ActiveBits = Exponent.getActiveBits(); in getIntrinsicInstrCost() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 5737 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 21739 unsigned ActiveBits = 0; in convertBuildVecZextToBuildVecWithZeros() local
|
/aosp_15_r20/external/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 4485 uint32_t ActiveBits = DemandBits.getActiveBits(); in optimizeLoadExt() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 4773 unsigned ActiveBits = AndC->getAPIntValue().countTrailingOnes(); in isAndLoadExtLoad() local 4925 unsigned ActiveBits = Mask->getAPIntValue().countTrailingOnes(); in SearchForAndLoads() local 10402 unsigned ActiveBits = 0; in ReduceLoadWidth() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 5890 uint32_t ActiveBits = DemandBits.getActiveBits(); in optimizeLoadExt() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 6648 uint32_t ActiveBits = DemandBits.getActiveBits(); in optimizeLoadExt() local
|
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 3011 uint32_t ActiveBits = AndC->getAPIntValue().getActiveBits(); in isAndLoadExtLoad() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 37716 auto NeedsSignExtension = [&](SDValue V, unsigned ActiveBits) { in targetShrinkDemandedConstant() 37731 unsigned ActiveBits = DemandedBits.getActiveBits(); in targetShrinkDemandedConstant() local
|