Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp7414 struct RISCVBitmanipPat { struct
7419 bool formsPairWith(const RISCVBitmanipPat &Other) const { in formsPairWith() argument
7435 static Optional<RISCVBitmanipPat>
7497 return RISCVBitmanipPat{Src, (unsigned)ShAmt, IsSHL}; in matchRISCVBitmanipPat()
7512 static Optional<RISCVBitmanipPat> matchGREVIPat(SDValue Op) { in matchGREVIPat()
7722 static Optional<RISCVBitmanipPat> matchSHFLPat(SDValue Op) { in matchSHFLPat()