Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.h112 bool selectSHXADDOp(SDValue N, unsigned ShAmt, SDValue &Val);
113 template <unsigned ShAmt> bool selectSHXADDOp(SDValue N, SDValue &Val) { in selectSHXADDOp() function
114 return selectSHXADDOp(N, ShAmt, Val); in selectSHXADDOp()
H A DRISCVInstrInfoZb.td239 def sh1add_op : ComplexPattern<XLenVT, 1, "selectSHXADDOp<1>", [], [], 6>;
240 def sh2add_op : ComplexPattern<XLenVT, 1, "selectSHXADDOp<2>", [], [], 6>;
241 def sh3add_op : ComplexPattern<XLenVT, 1, "selectSHXADDOp<3>", [], [], 6>;
H A DRISCVISelDAGToDAG.cpp2932 bool RISCVDAGToDAGISel::selectSHXADDOp(SDValue N, unsigned ShAmt, in selectSHXADDOp() function in RISCVDAGToDAGISel
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVInstructionSelector.cpp90 ComplexRendererFns selectSHXADDOp(MachineOperand &Root, unsigned ShAmt) const;
92 ComplexRendererFns selectSHXADDOp(MachineOperand &Root) const { in selectSHXADDOp() function in __anon05b3f3090111::RISCVInstructionSelector
93 return selectSHXADDOp(Root, ShAmt); in selectSHXADDOp()
243 RISCVInstructionSelector::selectSHXADDOp(MachineOperand &Root, in selectSHXADDOp() function in RISCVInstructionSelector