Searched refs:SelectAddrModeXRO (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelDAGToDAG.cpp | 139 bool SelectAddrModeXRO(SDValue N, SDValue &Base, SDValue &Offset, in SelectAddrModeXRO() function in __anon6cdbbf9a0111::AArch64DAGToDAGISel 141 return SelectAddrModeXRO(N, Width / 8, Base, Offset, SignExtend, DoShift); in SelectAddrModeXRO() 309 bool SelectAddrModeXRO(SDValue N, unsigned Size, SDValue &Base, 1114 bool AArch64DAGToDAGISel::SelectAddrModeXRO(SDValue N, unsigned Size, in SelectAddrModeXRO() function in AArch64DAGToDAGISel
|
H A D | AArch64InstrFormats.td | 3298 def ro_Xindexed8 : ComplexPattern<i64, 4, "SelectAddrModeXRO<8>", []>; 3299 def ro_Xindexed16 : ComplexPattern<i64, 4, "SelectAddrModeXRO<16>", []>; 3300 def ro_Xindexed32 : ComplexPattern<i64, 4, "SelectAddrModeXRO<32>", []>; 3301 def ro_Xindexed64 : ComplexPattern<i64, 4, "SelectAddrModeXRO<64>", []>; 3302 def ro_Xindexed128 : ComplexPattern<i64, 4, "SelectAddrModeXRO<128>", []>;
|