Searched refs:selectShiftMask (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/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 | 227 bool LoongArchDAGToDAGISel::selectShiftMask(SDValue N, unsigned ShiftWidth, in selectShiftMask() function in LoongArchDAGToDAGISel
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelDAGToDAG.h | 87 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 D | RISCVGISel.td | 65 GIComplexOperandMatcher<s32, "selectShiftMask">, 68 GIComplexOperandMatcher<s32, "selectShiftMask">,
|
| H A D | RISCVISelDAGToDAG.cpp | 2545 bool RISCVDAGToDAGISel::selectShiftMask(SDValue N, unsigned ShiftWidth, in selectShiftMask() function in RISCVDAGToDAGISel
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/ |
| H A D | RISCVInstructionSelector.cpp | 89 ComplexRendererFns selectShiftMask(MachineOperand &Root) const; 162 RISCVInstructionSelector::selectShiftMask(MachineOperand &Root) const { in selectShiftMask() function in RISCVInstructionSelector
|