Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/LoongArch/
H A DLoongArchISelDAGToDAG.h43 bool selectShiftMask(SDValue N, unsigned ShiftWidth, SDValue &ShAmt);
45 return selectShiftMask(N, Subtarget->getGRLen(), ShAmt); in selectShiftMaskGRLen()
48 return selectShiftMask(N, 32, ShAmt); in selectShiftMask32()
H A DLoongArchISelDAGToDAG.cpp91 bool LoongArchDAGToDAGISel::selectShiftMask(SDValue N, unsigned ShiftWidth, in selectShiftMask() function in LoongArchDAGToDAGISel
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.h52 bool selectShiftMask(SDValue N, unsigned ShiftWidth, SDValue &ShAmt);
54 return selectShiftMask(N, Subtarget->getXLen(), ShAmt); in selectShiftMaskXLen()
57 return selectShiftMask(N, 32, ShAmt); in selectShiftMask32()
H A DRISCVISelDAGToDAG.cpp1946 bool RISCVDAGToDAGISel::selectShiftMask(SDValue N, unsigned ShiftWidth, in selectShiftMask() function in RISCVDAGToDAGISel