Searched refs:MSP430ISelAddressMode (Results 1 – 1 of 1) sorted by relevance
32 struct MSP430ISelAddressMode { struct51 MSP430ISelAddressMode() = default;96 bool MatchAddress(SDValue N, MSP430ISelAddressMode &AM);97 bool MatchWrapper(SDValue N, MSP430ISelAddressMode &AM);98 bool MatchAddressBase(SDValue N, MSP430ISelAddressMode &AM);141 bool MSP430DAGToDAGISel::MatchWrapper(SDValue N, MSP430ISelAddressMode &AM) { in MatchWrapper()173 bool MSP430DAGToDAGISel::MatchAddressBase(SDValue N, MSP430ISelAddressMode &AM) { in MatchAddressBase()175 if (AM.BaseType != MSP430ISelAddressMode::RegBase || AM.Base.Reg.getNode()) { in MatchAddressBase()181 AM.BaseType = MSP430ISelAddressMode::RegBase; in MatchAddressBase()186 bool MSP430DAGToDAGISel::MatchAddress(SDValue N, MSP430ISelAddressMode &AM) { in MatchAddress()[all …]