Searched refs:IsPre (Results 1 – 4 of 4) sorted by relevance
1275 bool IsPre = AM == ISD::PRE_INC || AM == ISD::PRE_DEC; in tryIndexedLoad() local1285 Opcode = IsPre ? AArch64::LDRXpre : AArch64::LDRXpost; in tryIndexedLoad()1288 Opcode = IsPre ? AArch64::LDRWpre : AArch64::LDRWpost; in tryIndexedLoad()1290 Opcode = IsPre ? AArch64::LDRSWpre : AArch64::LDRSWpost; in tryIndexedLoad()1292 Opcode = IsPre ? AArch64::LDRWpre : AArch64::LDRWpost; in tryIndexedLoad()1301 Opcode = IsPre ? AArch64::LDRSHXpre : AArch64::LDRSHXpost; in tryIndexedLoad()1303 Opcode = IsPre ? AArch64::LDRSHWpre : AArch64::LDRSHWpost; in tryIndexedLoad()1305 Opcode = IsPre ? AArch64::LDRHHpre : AArch64::LDRHHpost; in tryIndexedLoad()1314 Opcode = IsPre ? AArch64::LDRSBXpre : AArch64::LDRSBXpost; in tryIndexedLoad()1316 Opcode = IsPre ? AArch64::LDRSBWpre : AArch64::LDRSBWpost; in tryIndexedLoad()[all …]
50 bool IsPre; member
900 MatchInfo.IsPre = findPreIndexCandidate(MI, MatchInfo.Addr, MatchInfo.Base, in matchCombineIndexedLoadStore()902 if (!MatchInfo.IsPre && in matchCombineIndexedLoadStore()945 MIB.addImm(MatchInfo.IsPre); in applyCombineIndexedLoadStore()
3197 bool IsPre, MachineRegisterInfo &MRI) const { in isIndexingLegal() argument