Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp246 static const MachineOperand &getLoadStoreBaseOp(const MachineInstr &MI) { in getLoadStoreBaseOp() function
903 Register Base = getLoadStoreBaseOp(*First).getReg(); in MergeOpsUpdate()
995 if (getLoadStoreBaseOp(MI).getReg() == ARM::SP && in mayCombineMisaligned()
1026 PReg == getLoadStoreBaseOp(*MI).getReg()) in FormCandidates()
1472 Register Base = getLoadStoreBaseOp(*MI).getReg(); in MergeBaseUpdateLoadStore()
1473 bool BaseKill = getLoadStoreBaseOp(*MI).isKill(); in MergeBaseUpdateLoadStore()
1897 Register Base = getLoadStoreBaseOp(*MBBI).getReg(); in LoadStoreMultipleOpti()