Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64ISelDAGToDAG.cpp114 bool SelectAddrModeWRO(SDValue N, SDValue &Base, SDValue &Offset, in SelectAddrModeWRO() function in __anonec6fe5f10111::AArch64DAGToDAGISel
116 return SelectAddrModeWRO(N, Width / 8, Base, Offset, SignExtend, DoShift); in SelectAddrModeWRO()
169 bool SelectAddrModeWRO(SDValue N, unsigned Size, SDValue &Base,
735 bool AArch64DAGToDAGISel::SelectAddrModeWRO(SDValue N, unsigned Size, in SelectAddrModeWRO() function in AArch64DAGToDAGISel
DAArch64InstrFormats.td2378 def ro_Windexed8 : ComplexPattern<i64, 4, "SelectAddrModeWRO<8>", []>;
2379 def ro_Windexed16 : ComplexPattern<i64, 4, "SelectAddrModeWRO<16>", []>;
2380 def ro_Windexed32 : ComplexPattern<i64, 4, "SelectAddrModeWRO<32>", []>;
2381 def ro_Windexed64 : ComplexPattern<i64, 4, "SelectAddrModeWRO<64>", []>;
2382 def ro_Windexed128 : ComplexPattern<i64, 4, "SelectAddrModeWRO<128>", []>;