Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp717 bool KillOldBase = BaseKill && in CreateLoadStoreMulti()
801 .addReg(Base, getKillRegState(BaseKill)); in CreateLoadStoreMulti()
805 if (!BaseKill) in CreateLoadStoreMulti()
810 MIB.addReg(Base, getKillRegState(BaseKill)); in CreateLoadStoreMulti()
891 bool BaseKill = LatestMI->killsRegister(Base); in MergeOpsUpdate() local
1258 bool BaseKill = BaseOP.isKill(); in MergeBaseUpdateLSMultiple() local
1312 .addReg(Base, getKillRegState(BaseKill)) in MergeBaseUpdateLSMultiple()
1384 bool BaseKill = getLoadStoreBaseOp(*MI).isKill(); in MergeBaseUpdateLoadStore() local
1661 bool BaseKill = BaseOp.isKill(); in FixInvalidRegPairOp() local
1677 .addReg(BaseReg, getKillRegState(BaseKill)) in FixInvalidRegPairOp()
[all …]