Lines Matching refs:StOpc
386 unsigned StOpc = StoreInst.getOpcode(); in isMatchingStore() local
391 return StOpc == AArch64::STRBBui || StOpc == AArch64::STRHHui || in isMatchingStore()
392 StOpc == AArch64::STRWui || StOpc == AArch64::STRXui; in isMatchingStore()
394 return StOpc == AArch64::STURBBi || StOpc == AArch64::STURHHi || in isMatchingStore()
395 StOpc == AArch64::STURWi || StOpc == AArch64::STURXi; in isMatchingStore()
397 return StOpc == AArch64::STRHHui || StOpc == AArch64::STRWui || in isMatchingStore()
398 StOpc == AArch64::STRXui; in isMatchingStore()
400 return StOpc == AArch64::STURHHi || StOpc == AArch64::STURWi || in isMatchingStore()
401 StOpc == AArch64::STURXi; in isMatchingStore()
403 return StOpc == AArch64::STRWui || StOpc == AArch64::STRXui; in isMatchingStore()
405 return StOpc == AArch64::STURWi || StOpc == AArch64::STURXi; in isMatchingStore()
407 return StOpc == AArch64::STRXui; in isMatchingStore()
409 return StOpc == AArch64::STURXi; in isMatchingStore()