Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp726 bool KillOldBase = BaseKill && in CreateLoadStoreMulti()
810 .addReg(Base, getKillRegState(BaseKill)); in CreateLoadStoreMulti()
814 if (!BaseKill) in CreateLoadStoreMulti()
819 MIB.addReg(Base, getKillRegState(BaseKill)); in CreateLoadStoreMulti()
904 bool BaseKill = LatestMI->killsRegister(Base); in MergeOpsUpdate() local
1293 bool BaseKill = BaseOP.isKill(); in MergeBaseUpdateLSMultiple() local
1325 if (!STI->hasMinSize() || !BaseKill) in MergeBaseUpdateLSMultiple()
1349 .addReg(Base, getKillRegState(BaseKill)) in MergeBaseUpdateLSMultiple()
1473 bool BaseKill = getLoadStoreBaseOp(*MI).isKill(); in MergeBaseUpdateLoadStore() local
1793 bool BaseKill = BaseOp.isKill(); in FixInvalidRegPairOp() local
[all …]