Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp243 static const MachineOperand &getLoadStoreBaseOp(const MachineInstr &MI) { in getLoadStoreBaseOp() function
890 unsigned Base = getLoadStoreBaseOp(*First).getReg(); in MergeOpsUpdate()
981 if (getLoadStoreBaseOp(MI).getReg() == ARM::SP && in mayCombineMisaligned()
1012 PReg == getLoadStoreBaseOp(*MI).getReg()) in FormCandidates()
1383 unsigned Base = getLoadStoreBaseOp(*MI).getReg(); in MergeBaseUpdateLoadStore()
1384 bool BaseKill = getLoadStoreBaseOp(*MI).isKill(); in MergeBaseUpdateLoadStore()
1760 unsigned Base = getLoadStoreBaseOp(*MBBI).getReg(); in LoadStoreMultipleOpti()