Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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.cpp747 MergeForward ? AArch64InstrInfo::getLdStBaseOp(*MergeMI) in mergeNarrowZeroStores()
748 : AArch64InstrInfo::getLdStBaseOp(*I); in mergeNarrowZeroStores()
922 MergeForward ? AArch64InstrInfo::getLdStBaseOp(*Paired) in mergePairedInsns()
923 : AArch64InstrInfo::getLdStBaseOp(*I); in mergePairedInsns()
1253 BaseReg == AArch64InstrInfo::getLdStBaseOp(MI).getReg() && in findMatchingStore()
1607 AArch64InstrInfo::getLdStBaseOp(MI).getReg()); in findMatchingInsn()
1609 AArch64InstrInfo::getLdStBaseOp(MI).getReg()); in findMatchingInsn()
1769 AArch64InstrInfo::getLdStBaseOp(MI).getReg() != AArch64::SP) in maybeMoveCFI()
1821 .add(AArch64InstrInfo::getLdStBaseOp(*I)) in mergeUpdateInsn()
1831 .add(AArch64InstrInfo::getLdStBaseOp(*I)) in mergeUpdateInsn()
[all …]
H A DAArch64InstrInfo.h108 static const MachineOperand &getLdStBaseOp(const MachineInstr &MI);
H A DAArch64InstrInfo.cpp3216 const MachineOperand &AArch64InstrInfo::getLdStBaseOp(const MachineInstr &MI) { in getLdStBaseOp() function in AArch64InstrInfo