Searched refs:RepresentativeBits (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 22801 SDValue RepresentativeBits = in vectorToScalarBitmask() local 22805 DAG.getNode(AArch64ISD::EXT, DL, VecVT, RepresentativeBits, in vectorToScalarBitmask() 22806 RepresentativeBits, DAG.getConstant(8, DL, MVT::i32)); in vectorToScalarBitmask() 22808 RepresentativeBits, UpperRepresentativeBits); in vectorToScalarBitmask() 22820 SDValue RepresentativeBits = in vectorToScalarBitmask() local 22824 return DAG.getNode(ISD::VECREDUCE_ADD, DL, ResultVT, RepresentativeBits); in vectorToScalarBitmask()
|