Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp248 static const MachineOperand &getLoadStoreBaseOp(const MachineInstr &MI) { in getLoadStoreBaseOp() function
906 Register Base = getLoadStoreBaseOp(*First).getReg(); in MergeOpsUpdate()
998 if (getLoadStoreBaseOp(MI).getReg() == ARM::SP && in mayCombineMisaligned()
1029 PReg == getLoadStoreBaseOp(*MI).getReg()) in FormCandidates()
1475 Register Base = getLoadStoreBaseOp(*MI).getReg(); in MergeBaseUpdateLoadStore()
1476 bool BaseKill = getLoadStoreBaseOp(*MI).isKill(); in MergeBaseUpdateLoadStore()
1900 Register Base = getLoadStoreBaseOp(*MBBI).getReg(); in LoadStoreMultipleOpti()