Searched refs:selectShiftMask (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchISelDAGToDAG.h | 49 bool selectShiftMask(SDValue N, unsigned ShiftWidth, SDValue &ShAmt); 51 return selectShiftMask(N, Subtarget->getGRLen(), ShAmt); in selectShiftMaskGRLen() 54 return selectShiftMask(N, 32, ShAmt); in selectShiftMask32()
|
| H A D | LoongArchISelDAGToDAG.cpp | 271 bool LoongArchDAGToDAGISel::selectShiftMask(SDValue N, unsigned ShiftWidth, in selectShiftMask() function in LoongArchDAGToDAGISel
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelDAGToDAG.h | 89 bool selectShiftMask(SDValue N, unsigned ShiftWidth, SDValue &ShAmt); 91 return selectShiftMask(N, Subtarget->getXLen(), ShAmt); in selectShiftMaskXLen() 94 return selectShiftMask(N, 32, ShAmt); in selectShiftMask32()
|
| H A D | RISCVISelDAGToDAG.cpp | 3098 bool RISCVDAGToDAGISel::selectShiftMask(SDValue N, unsigned ShiftWidth, in selectShiftMask() function in RISCVDAGToDAGISel
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/ |
| H A D | RISCVInstructionSelector.cpp | 96 ComplexRendererFns selectShiftMask(MachineOperand &Root, 99 return selectShiftMask(Root, STI.getXLen()); in selectShiftMaskXLen() 102 return selectShiftMask(Root, 32); in selectShiftMask32() 272 RISCVInstructionSelector::selectShiftMask(MachineOperand &Root, in selectShiftMask() function in RISCVInstructionSelector
|