Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.h145 bool selectRVVSimm5(SDValue N, unsigned Width, SDValue &Imm);
146 template <unsigned Width> bool selectRVVSimm5(SDValue N, SDValue &Imm) { in selectRVVSimm5() function
147 return selectRVVSimm5(N, Width, Imm); in selectRVVSimm5()
H A DRISCVInstrInfoVVLPatterns.td620 def sew8simm5 : ComplexPattern<XLenVT, 1, "selectRVVSimm5<8>", []>;
621 def sew16simm5 : ComplexPattern<XLenVT, 1, "selectRVVSimm5<16>", []>;
622 def sew32simm5 : ComplexPattern<XLenVT, 1, "selectRVVSimm5<32>", []>;
623 def sew64simm5 : ComplexPattern<XLenVT, 1, "selectRVVSimm5<64>", []>;
H A DRISCVISelDAGToDAG.cpp3442 bool RISCVDAGToDAGISel::selectRVVSimm5(SDValue N, unsigned Width, in selectRVVSimm5() function in RISCVDAGToDAGISel