Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp728 bool KillOldBase = BaseKill && in CreateLoadStoreMulti()
812 .addReg(Base, getKillRegState(BaseKill)); in CreateLoadStoreMulti()
816 if (!BaseKill) in CreateLoadStoreMulti()
821 MIB.addReg(Base, getKillRegState(BaseKill)); in CreateLoadStoreMulti()
906 bool BaseKill = LatestMI->killsRegister(Base); in MergeOpsUpdate() local
1295 bool BaseKill = BaseOP.isKill(); in MergeBaseUpdateLSMultiple() local
1327 if (!STI->hasMinSize() || !BaseKill) in MergeBaseUpdateLSMultiple()
1351 .addReg(Base, getKillRegState(BaseKill)) in MergeBaseUpdateLSMultiple()
1475 bool BaseKill = getLoadStoreBaseOp(*MI).isKill(); in MergeBaseUpdateLoadStore() local
1795 bool BaseKill = BaseOp.isKill(); in FixInvalidRegPairOp() local
[all …]