Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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.cpp765 MergeForward ? AArch64InstrInfo::getLdStBaseOp(*MergeMI) in mergeNarrowZeroStores()
766 : AArch64InstrInfo::getLdStBaseOp(*I); in mergeNarrowZeroStores()
983 MergeForward ? AArch64InstrInfo::getLdStBaseOp(*Paired) in mergePairedInsns()
984 : AArch64InstrInfo::getLdStBaseOp(*I); in mergePairedInsns()
1326 BaseReg == AArch64InstrInfo::getLdStBaseOp(MI).getReg() && in findMatchingStore()
1771 AArch64InstrInfo::getLdStBaseOp(MI).getReg()); in findMatchingInsn()
1773 AArch64InstrInfo::getLdStBaseOp(MI).getReg()); in findMatchingInsn()
1957 AArch64InstrInfo::getLdStBaseOp(MI).getReg() != AArch64::SP) in maybeMoveCFI()
2009 .add(AArch64InstrInfo::getLdStBaseOp(*I)) in mergeUpdateInsn()
2019 .add(AArch64InstrInfo::getLdStBaseOp(*I)) in mergeUpdateInsn()
[all …]
H A DAArch64InstrInfo.h109 static const MachineOperand &getLdStBaseOp(const MachineInstr &MI);
H A DAArch64InstrInfo.cpp4086 const MachineOperand &AArch64InstrInfo::getLdStBaseOp(const MachineInstr &MI) { in getLdStBaseOp() function in AArch64InstrInfo