Searched refs:SelectAddrModeIndexedUImm (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrFormats.td | 3684 def am_indexed8_6b : ComplexPattern<iPTR, 2, "SelectAddrModeIndexedUImm<1,63>", []>; 3685 def am_indexed16_6b : ComplexPattern<iPTR, 2, "SelectAddrModeIndexedUImm<2,63>", []>; 3686 def am_indexed32_6b : ComplexPattern<iPTR, 2, "SelectAddrModeIndexedUImm<4,63>", []>; 3687 def am_indexed64_6b : ComplexPattern<iPTR, 2, "SelectAddrModeIndexedUImm<8,63>", []>;
|
| H A D | AArch64ISelDAGToDAG.cpp | 136 bool SelectAddrModeIndexedUImm(SDValue N, SDValue &Base, SDValue &OffImm) { in SelectAddrModeIndexedUImm() function in __anonfa8e928f0111::AArch64DAGToDAGISel
|