Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrFormats.td3551 def am_indexed8_6b : ComplexPattern<iPTR, 2, "SelectAddrModeIndexedUImm<1,63>", []>;
3552 def am_indexed16_6b : ComplexPattern<iPTR, 2, "SelectAddrModeIndexedUImm<2,63>", []>;
3553 def am_indexed32_6b : ComplexPattern<iPTR, 2, "SelectAddrModeIndexedUImm<4,63>", []>;
3554 def am_indexed64_6b : ComplexPattern<iPTR, 2, "SelectAddrModeIndexedUImm<8,63>", []>;
H A DAArch64ISelDAGToDAG.cpp131 bool SelectAddrModeIndexedUImm(SDValue N, SDValue &Base, SDValue &OffImm) { in SelectAddrModeIndexedUImm() function in __anonfa8e928f0111::AArch64DAGToDAGISel