Home
last modified time | relevance | path

Searched refs:getLdStBaseOp (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64MachineScheduler.cpp38 const MachineOperand &Base0 = AArch64InstrInfo::getLdStBaseOp(MI0); in mayOverlapWrite()
39 const MachineOperand &Base1 = AArch64InstrInfo::getLdStBaseOp(MI1); in mayOverlapWrite()
H A DAArch64LoadStoreOptimizer.cpp746 MergeForward ? AArch64InstrInfo::getLdStBaseOp(*MergeMI) in mergeNarrowZeroStores()
747 : AArch64InstrInfo::getLdStBaseOp(*I); in mergeNarrowZeroStores()
921 MergeForward ? AArch64InstrInfo::getLdStBaseOp(*Paired) in mergePairedInsns()
922 : AArch64InstrInfo::getLdStBaseOp(*I); in mergePairedInsns()
1252 BaseReg == AArch64InstrInfo::getLdStBaseOp(MI).getReg() && in findMatchingStore()
1597 AArch64InstrInfo::getLdStBaseOp(MI).getReg()); in findMatchingInsn()
1599 AArch64InstrInfo::getLdStBaseOp(MI).getReg()); in findMatchingInsn()
1758 AArch64InstrInfo::getLdStBaseOp(MI).getReg() != AArch64::SP) in maybeMoveCFI()
1810 .add(AArch64InstrInfo::getLdStBaseOp(*I)) in mergeUpdateInsn()
1820 .add(AArch64InstrInfo::getLdStBaseOp(*I)) in mergeUpdateInsn()
[all …]
H A DAArch64InstrInfo.h110 static const MachineOperand &getLdStBaseOp(const MachineInstr &MI);
H A DAArch64InstrInfo.cpp3175 const MachineOperand &AArch64InstrInfo::getLdStBaseOp(const MachineInstr &MI) { in getLdStBaseOp() function in AArch64InstrInfo