Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp10705 bool IsParity = Op.getOpcode() == ISD::PARITY; in LowerCTPOP_PARITY() local
10711 if (VT == MVT::i32 && IsParity) in LowerCTPOP_PARITY()
10723 if (IsParity) in LowerCTPOP_PARITY()
10735 if (IsParity) in LowerCTPOP_PARITY()
10763 if (IsParity) in LowerCTPOP_PARITY()
10775 if (IsParity) in LowerCTPOP_PARITY()
10780 assert(!IsParity && "ISD::PARITY of vector types not supported"); in LowerCTPOP_PARITY()