Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.h126 bool selectInvLogicImm(SDValue N, SDValue &Val);
H A DRISCVInstrInfoZb.td495 def invLogicImm : ComplexPattern<XLenVT, 1, "selectInvLogicImm", [], [], 0>;
H A DRISCVISelDAGToDAG.cpp3537 bool RISCVDAGToDAGISel::selectInvLogicImm(SDValue N, SDValue &Val) { in selectInvLogicImm() function in RISCVDAGToDAGISel