Searched refs:SelectAddrModeIndexedSVE (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelDAGToDAG.cpp | 403 bool SelectAddrModeIndexedSVE(SDNode *Root, SDValue N, SDValue &Base, 1802 const bool IsRegImm = SelectAddrModeIndexedSVE</*Min=*/-8, /*Max=*/7>( in findAddrModeSVELoadStore() 7487 bool AArch64DAGToDAGISel::SelectAddrModeIndexedSVE(SDNode *Root, SDValue N, in SelectAddrModeIndexedSVE() function in AArch64DAGToDAGISel
|
| H A D | SVEInstrFormats.td | 9714 def am_sve_indexed_s4 : ComplexPattern<iPTR, 2, "SelectAddrModeIndexedSVE<-8, 7>">; 9715 def am_sve_indexed_s6 : ComplexPattern<iPTR, 2, "SelectAddrModeIndexedSVE<-32, 31>">; 9716 def am_sve_indexed_s9 : ComplexPattern<iPTR, 2, "SelectAddrModeIndexedSVE<-256, 255>">;
|
| H A D | SMEInstrFormats.td | 36 def am_sme_indexed_b4 : ComplexPattern<iPTR, 2, "SelectAddrModeIndexedSVE<0, 15>">;
|