Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp7512 static Optional<RISCVBitmanipPat> matchGREVIPat(SDValue Op) { in matchGREVIPat() function
7634 auto LHS = matchGREVIPat(Op.getOperand(0)); in combineORToGREV()
7635 auto RHS = matchGREVIPat(Op.getOperand(1)); in combineORToGREV()
7695 auto LHS = matchGREVIPat(OrOp0); in combineORToGORC()
7700 LHS = matchGREVIPat(OrOp0); in combineORToGORC()
7702 auto RHS = matchGREVIPat(Op1); in combineORToGORC()