Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.h50 bool selectShiftMask(SDValue N, unsigned ShiftWidth, SDValue &ShAmt);
52 return selectShiftMask(N, Subtarget->getXLen(), ShAmt); in selectShiftMaskXLen()
55 return selectShiftMask(N, 32, ShAmt); in selectShiftMask32()
H A DRISCVISelDAGToDAG.cpp1435 bool RISCVDAGToDAGISel::selectShiftMask(SDValue N, unsigned ShiftWidth, in selectShiftMask() function in RISCVDAGToDAGISel