Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp154 bool SelectAddrModeWRO(SDValue N, SDValue &Base, SDValue &Offset, in SelectAddrModeWRO() function in __anonb7f441660111::AArch64DAGToDAGISel
156 return SelectAddrModeWRO(N, Width / 8, Base, Offset, SignExtend, DoShift); in SelectAddrModeWRO()
417 bool SelectAddrModeWRO(SDValue N, unsigned Size, SDValue &Base,
1264 bool AArch64DAGToDAGISel::SelectAddrModeWRO(SDValue N, unsigned Size, in SelectAddrModeWRO() function in AArch64DAGToDAGISel
H A DAArch64InstrFormats.td3560 def ro_Windexed8 : ComplexPattern<iPTR, 4, "SelectAddrModeWRO<8>", []>;
3561 def ro_Windexed16 : ComplexPattern<iPTR, 4, "SelectAddrModeWRO<16>", []>;
3562 def ro_Windexed32 : ComplexPattern<iPTR, 4, "SelectAddrModeWRO<32>", []>;
3563 def ro_Windexed64 : ComplexPattern<iPTR, 4, "SelectAddrModeWRO<64>", []>;
3564 def ro_Windexed128 : ComplexPattern<iPTR, 4, "SelectAddrModeWRO<128>", []>;