Home
last modified time | relevance | path

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

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