Searched refs:Popcount (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | InstrProfData.inc | 923 * Clz and Popcount. This code was copied from
|
| /freebsd/contrib/llvm-project/compiler-rt/include/profile/ |
| H A D | InstrProfData.inc | 923 * Clz and Popcount. This code was copied from
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 11972 SDValue Popcount = DAG.getNode( in expandVECTOR_COMPRESS() local 11974 Popcount = in expandVECTOR_COMPRESS() 11976 MaskVT.changeVectorElementType(PopcountVT), Popcount); in expandVECTOR_COMPRESS() 11977 Popcount = DAG.getNode(ISD::VECREDUCE_ADD, DL, PopcountVT, Popcount); in expandVECTOR_COMPRESS() 11979 getVectorElementPointer(DAG, StackPtr, VecVT, Popcount); in expandVECTOR_COMPRESS()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LegalizerHelper.cpp | 8595 auto Popcount = MIRBuilder.buildZExt(MaskTy.changeElementSize(32), Mask); in lowerVECTOR_COMPRESS() local 8596 Popcount = MIRBuilder.buildInstr(TargetOpcode::G_VECREDUCE_ADD, in lowerVECTOR_COMPRESS() 8597 {LLT::scalar(32)}, {Popcount}); in lowerVECTOR_COMPRESS() 8600 getVectorElementPointer(StackPtr, VecTy, Popcount.getReg(0)); in lowerVECTOR_COMPRESS()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Builtins.td | 729 def Popcount : Builtin, BitInt_Long_LongLongTemplate {
|