Lines Matching refs:StOpc
380 unsigned StOpc = StoreInst.getOpcode(); in isMatchingStore() local
385 return StOpc == AArch64::STRBBui || StOpc == AArch64::STRHHui || in isMatchingStore()
386 StOpc == AArch64::STRWui || StOpc == AArch64::STRXui; in isMatchingStore()
388 return StOpc == AArch64::STURBBi || StOpc == AArch64::STURHHi || in isMatchingStore()
389 StOpc == AArch64::STURWi || StOpc == AArch64::STURXi; in isMatchingStore()
391 return StOpc == AArch64::STRHHui || StOpc == AArch64::STRWui || in isMatchingStore()
392 StOpc == AArch64::STRXui; in isMatchingStore()
394 return StOpc == AArch64::STURHHi || StOpc == AArch64::STURWi || in isMatchingStore()
395 StOpc == AArch64::STURXi; in isMatchingStore()
397 return StOpc == AArch64::STRWui || StOpc == AArch64::STRXui; in isMatchingStore()
399 return StOpc == AArch64::STURWi || StOpc == AArch64::STURXi; in isMatchingStore()
401 return StOpc == AArch64::STRXui; in isMatchingStore()
403 return StOpc == AArch64::STURXi; in isMatchingStore()