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