Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp275 bool SelectSVEShiftImm(SDValue N, SDValue &Imm) { in SelectSVEShiftImm() function in __anonfa8e928f0111::AArch64DAGToDAGISel
276 return SelectSVEShiftImm(N, Low, High, AllowSaturation, Imm); in SelectSVEShiftImm()
284 return SelectSVEShiftImm(N->getOperand(0), /* Low */ 1, in SelectSVEShiftSplatImmR()
499 bool SelectSVEShiftImm(SDValue N, uint64_t Low, uint64_t High,
4445 bool AArch64DAGToDAGISel::SelectSVEShiftImm(SDValue N, uint64_t Low, in SelectSVEShiftImm() function in AArch64DAGToDAGISel
H A DSVEInstrFormats.td356 def SVEShiftImmL8 : ComplexPattern<i32, 1, "SelectSVEShiftImm<0, 7>", []>;
357 def SVEShiftImmL16 : ComplexPattern<i32, 1, "SelectSVEShiftImm<0, 15>", []>;
358 def SVEShiftImmL32 : ComplexPattern<i32, 1, "SelectSVEShiftImm<0, 31>", []>;
359 def SVEShiftImmL64 : ComplexPattern<i64, 1, "SelectSVEShiftImm<0, 63>", []>;
360 def SVEShiftImmR8 : ComplexPattern<i32, 1, "SelectSVEShiftImm<1, 8, true>", []>;
361 def SVEShiftImmR16 : ComplexPattern<i32, 1, "SelectSVEShiftImm<1, 16, true>", []>;
362 def SVEShiftImmR32 : ComplexPattern<i32, 1, "SelectSVEShiftImm<1, 32, true>", []>;
363 def SVEShiftImmR64 : ComplexPattern<i64, 1, "SelectSVEShiftImm<1, 64, true>", []>;