Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.h128 bool selectSimm5Shl2(SDValue N, SDValue &Simm5, SDValue &Shl2);
H A DRISCVInstrInfoXTHead.td825 def simm5shl2 : ComplexPattern<XLenVT, 2, "selectSimm5Shl2">;
H A DRISCVISelDAGToDAG.cpp3258 bool RISCVDAGToDAGISel::selectSimm5Shl2(SDValue N, SDValue &Simm5, in selectSimm5Shl2() function in RISCVDAGToDAGISel