Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64ISelDAGToDAG.cpp120 bool SelectAddrModeXRO(SDValue N, SDValue &Base, SDValue &Offset, in SelectAddrModeXRO() function in __anonec6fe5f10111::AArch64DAGToDAGISel
122 return SelectAddrModeXRO(N, Width / 8, Base, Offset, SignExtend, DoShift); in SelectAddrModeXRO()
172 bool SelectAddrModeXRO(SDValue N, unsigned Size, SDValue &Base,
821 bool AArch64DAGToDAGISel::SelectAddrModeXRO(SDValue N, unsigned Size, in SelectAddrModeXRO() function in AArch64DAGToDAGISel
DAArch64InstrFormats.td2372 def ro_Xindexed8 : ComplexPattern<i64, 4, "SelectAddrModeXRO<8>", []>;
2373 def ro_Xindexed16 : ComplexPattern<i64, 4, "SelectAddrModeXRO<16>", []>;
2374 def ro_Xindexed32 : ComplexPattern<i64, 4, "SelectAddrModeXRO<32>", []>;
2375 def ro_Xindexed64 : ComplexPattern<i64, 4, "SelectAddrModeXRO<64>", []>;
2376 def ro_Xindexed128 : ComplexPattern<i64, 4, "SelectAddrModeXRO<128>", []>;