Home
last modified time | relevance | path

Searched refs:SelectSVEArithImm (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp275 bool SelectSVEArithImm(SDValue N, SDValue &Imm) { in SelectSVEArithImm() function in __anonfa8e928f0111::AArch64DAGToDAGISel
276 return SelectSVEArithImm(N, VT, Imm); in SelectSVEArithImm()
504 bool SelectSVEArithImm(SDValue N, MVT VT, SDValue &Imm);
4269 bool AArch64DAGToDAGISel::SelectSVEArithImm(SDValue N, MVT VT, SDValue &Imm) { in SelectSVEArithImm() function in AArch64DAGToDAGISel
H A DSVEInstrFormats.td277 def SVEArithUImm8Pat : ComplexPattern<i32, 1, "SelectSVEArithImm<MVT::i8>", []>;
278 def SVEArithUImm16Pat : ComplexPattern<i32, 1, "SelectSVEArithImm<MVT::i16>", []>;
279 def SVEArithUImm32Pat : ComplexPattern<i32, 1, "SelectSVEArithImm<MVT::i32>", []>;
280 def SVEArithUImm64Pat : ComplexPattern<i64, 1, "SelectSVEArithImm<MVT::i64>", []>;