Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp160 bool SelectAddrModeXRO(SDValue N, SDValue &Base, SDValue &Offset, in SelectAddrModeXRO() function in __anonb7f441660111::AArch64DAGToDAGISel
162 return SelectAddrModeXRO(N, Width / 8, Base, Offset, SignExtend, DoShift); in SelectAddrModeXRO()
420 bool SelectAddrModeXRO(SDValue N, unsigned Size, SDValue &Base,
1353 bool AArch64DAGToDAGISel::SelectAddrModeXRO(SDValue N, unsigned Size, in SelectAddrModeXRO() function in AArch64DAGToDAGISel
H A DAArch64InstrFormats.td3538 def ro_Xindexed8 : ComplexPattern<iPTR, 4, "SelectAddrModeXRO<8>", []>;
3539 def ro_Xindexed16 : ComplexPattern<iPTR, 4, "SelectAddrModeXRO<16>", []>;
3540 def ro_Xindexed32 : ComplexPattern<iPTR, 4, "SelectAddrModeXRO<32>", []>;
3541 def ro_Xindexed64 : ComplexPattern<iPTR, 4, "SelectAddrModeXRO<64>", []>;
3542 def ro_Xindexed128 : ComplexPattern<iPTR, 4, "SelectAddrModeXRO<128>", []>;