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.cpp270 bool SelectSVEArithImm(SDValue N, SDValue &Imm) { in SelectSVEArithImm() function in __anonfa8e928f0111::AArch64DAGToDAGISel
271 return SelectSVEArithImm(N, VT, Imm); in SelectSVEArithImm()
502 bool SelectSVEArithImm(SDValue N, MVT VT, SDValue &Imm);
4371 bool AArch64DAGToDAGISel::SelectSVEArithImm(SDValue N, MVT VT, SDValue &Imm) { in SelectSVEArithImm() function in AArch64DAGToDAGISel
H A DSVEInstrFormats.td348 def SVEArithUImm8Pat : ComplexPattern<i32, 1, "SelectSVEArithImm<MVT::i8>", []>;
349 def SVEArithUImm16Pat : ComplexPattern<i32, 1, "SelectSVEArithImm<MVT::i16>", []>;
350 def SVEArithUImm32Pat : ComplexPattern<i32, 1, "SelectSVEArithImm<MVT::i32>", []>;
351 def SVEArithUImm64Pat : ComplexPattern<i64, 1, "SelectSVEArithImm<MVT::i64>", []>;