Lines Matching refs:StOpc
420 unsigned StOpc = StoreInst.getOpcode(); in isMatchingStore() local
425 return StOpc == AArch64::STRBBui || StOpc == AArch64::STRHHui || in isMatchingStore()
426 StOpc == AArch64::STRWui || StOpc == AArch64::STRXui; in isMatchingStore()
428 return StOpc == AArch64::STURBBi || StOpc == AArch64::STURHHi || in isMatchingStore()
429 StOpc == AArch64::STURWi || StOpc == AArch64::STURXi; in isMatchingStore()
431 return StOpc == AArch64::STRHHui || StOpc == AArch64::STRWui || in isMatchingStore()
432 StOpc == AArch64::STRXui; in isMatchingStore()
434 return StOpc == AArch64::STURHHi || StOpc == AArch64::STURWi || in isMatchingStore()
435 StOpc == AArch64::STURXi; in isMatchingStore()
437 return StOpc == AArch64::STRWui || StOpc == AArch64::STRXui; in isMatchingStore()
439 return StOpc == AArch64::STURWi || StOpc == AArch64::STURXi; in isMatchingStore()
441 return StOpc == AArch64::STRXui; in isMatchingStore()
443 return StOpc == AArch64::STURXi; in isMatchingStore()