Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
DAArch64ISelDAGToDAG.cpp151 bool SelectAddrModeWRO(SDValue N, SDValue &Base, SDValue &Offset, in SelectAddrModeWRO() function in __anon36bc18a70111::AArch64DAGToDAGISel
153 return SelectAddrModeWRO(N, Width / 8, Base, Offset, SignExtend, DoShift); in SelectAddrModeWRO()
340 bool SelectAddrModeWRO(SDValue N, unsigned Size, SDValue &Base,
1059 bool AArch64DAGToDAGISel::SelectAddrModeWRO(SDValue N, unsigned Size, in SelectAddrModeWRO() function in AArch64DAGToDAGISel
DAArch64InstrFormats.td3336 def ro_Windexed8 : ComplexPattern<i64, 4, "SelectAddrModeWRO<8>", []>;
3337 def ro_Windexed16 : ComplexPattern<i64, 4, "SelectAddrModeWRO<16>", []>;
3338 def ro_Windexed32 : ComplexPattern<i64, 4, "SelectAddrModeWRO<32>", []>;
3339 def ro_Windexed64 : ComplexPattern<i64, 4, "SelectAddrModeWRO<64>", []>;
3340 def ro_Windexed128 : ComplexPattern<i64, 4, "SelectAddrModeWRO<128>", []>;