Searched defs:BaseKill (Results 1 – 1 of 1) sorted by relevance
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | ARMLoadStoreOptimizer.cpp | 629 int Offset, unsigned Base, bool BaseKill, unsigned Opcode, in CreateLoadStoreMulti() 836 int Offset, unsigned Base, bool BaseKill, unsigned Opcode, in CreateLoadStoreDouble() 906 bool BaseKill = LatestMI->killsRegister(Base); in MergeOpsUpdate() local 1295 bool BaseKill = BaseOP.isKill(); in MergeBaseUpdateLSMultiple() local 1475 bool BaseKill = getLoadStoreBaseOp(*MI).isKill(); in MergeBaseUpdateLoadStore() local 1736 bool BaseKill, bool BaseUndef, ARMCC::CondCodes Pred, in InsertLDR_STR() 1795 bool BaseKill = BaseOp.isKill(); in FixInvalidRegPairOp() local
|