Home
last modified time | relevance | path

Searched refs:selectNegImm (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.h125 bool selectNegImm(SDValue N, SDValue &Val);
H A DRISCVISelDAGToDAG.cpp3511 bool RISCVDAGToDAGISel::selectNegImm(SDValue N, SDValue &Val) { in selectNegImm() function in RISCVDAGToDAGISel
3923 return Splat && selectNegImm(Splat.getOperand(1), SplatVal); in selectVSplatImm64Neg()
H A DRISCVInstrInfo.td2228 def negImm : ComplexPattern<i64, 1, "selectNegImm", [], [], 0>;