Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelDAGToDAG.h47 bool selectShiftMask(SDValue N, unsigned ShiftWidth, SDValue &ShAmt);
49 return selectShiftMask(N, Subtarget->getGRLen(), ShAmt); in selectShiftMaskGRLen()
52 return selectShiftMask(N, 32, ShAmt); in selectShiftMask32()
H A DLoongArchISelDAGToDAG.cpp232 bool LoongArchDAGToDAGISel::selectShiftMask(SDValue N, unsigned ShiftWidth, in selectShiftMask() function in LoongArchDAGToDAGISel
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.h87 bool selectShiftMask(SDValue N, unsigned ShiftWidth, SDValue &ShAmt);
89 return selectShiftMask(N, Subtarget->getXLen(), ShAmt); in selectShiftMaskXLen()
92 return selectShiftMask(N, 32, ShAmt); in selectShiftMask32()
H A DRISCVISelDAGToDAG.cpp2746 bool RISCVDAGToDAGISel::selectShiftMask(SDValue N, unsigned ShiftWidth, in selectShiftMask() function in RISCVDAGToDAGISel
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVInstructionSelector.cpp87 ComplexRendererFns selectShiftMask(MachineOperand &Root) const;
160 RISCVInstructionSelector::selectShiftMask(MachineOperand &Root) const { in selectShiftMask() function in RISCVInstructionSelector