Home
last modified time | relevance | path

Searched refs:Popcount (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc923 * Clz and Popcount. This code was copied from
/freebsd/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc923 * Clz and Popcount. This code was copied from
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp11972 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 DLegalizerHelper.cpp8595 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 DBuiltins.td729 def Popcount : Builtin, BitInt_Long_LongLongTemplate {