Searched refs:SelectSVEShiftImm (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelDAGToDAG.cpp | 280 bool SelectSVEShiftImm(SDValue N, SDValue &Imm) { in SelectSVEShiftImm() function in __anonfa8e928f0111::AArch64DAGToDAGISel 281 return SelectSVEShiftImm(N, Low, High, AllowSaturation, Imm); in SelectSVEShiftImm() 289 return SelectSVEShiftImm(N->getOperand(0), /* Low */ 1, in SelectSVEShiftSplatImmR() 501 bool SelectSVEShiftImm(SDValue N, uint64_t Low, uint64_t High, 4343 bool AArch64DAGToDAGISel::SelectSVEShiftImm(SDValue N, uint64_t Low, in SelectSVEShiftImm() function in AArch64DAGToDAGISel
|
H A D | SVEInstrFormats.td | 285 def SVEShiftImmL8 : ComplexPattern<i32, 1, "SelectSVEShiftImm<0, 7>", []>; 286 def SVEShiftImmL16 : ComplexPattern<i32, 1, "SelectSVEShiftImm<0, 15>", []>; 287 def SVEShiftImmL32 : ComplexPattern<i32, 1, "SelectSVEShiftImm<0, 31>", []>; 288 def SVEShiftImmL64 : ComplexPattern<i64, 1, "SelectSVEShiftImm<0, 63>", []>; 289 def SVEShiftImmR8 : ComplexPattern<i32, 1, "SelectSVEShiftImm<1, 8, true>", []>; 290 def SVEShiftImmR16 : ComplexPattern<i32, 1, "SelectSVEShiftImm<1, 16, true>", []>; 291 def SVEShiftImmR32 : ComplexPattern<i32, 1, "SelectSVEShiftImm<1, 32, true>", []>; 292 def SVEShiftImmR64 : ComplexPattern<i64, 1, "SelectSVEShiftImm<1, 64, true>", []>;
|