Searched refs:selectNegImm (Results 1 – 3 of 3) sorted by relevance
125 bool selectNegImm(SDValue N, SDValue &Val);
3511 bool RISCVDAGToDAGISel::selectNegImm(SDValue N, SDValue &Val) { in selectNegImm() function in RISCVDAGToDAGISel3923 return Splat && selectNegImm(Splat.getOperand(1), SplatVal); in selectVSplatImm64Neg()
2228 def negImm : ComplexPattern<i64, 1, "selectNegImm", [], [], 0>;