Searched defs:BaseKill (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/llvm/lib/Target/ARM/ |
H A D | ARMLoadStoreOptimizer.cpp | 595 int Offset, unsigned Base, bool BaseKill, unsigned Opcode, in CreateLoadStoreMulti() 792 int Offset, unsigned Base, bool BaseKill, unsigned Opcode, in CreateLoadStoreDouble() 859 bool BaseKill = LatestMI->killsRegister(Base); in MergeOpsUpdate() local 1210 bool BaseKill = BaseOP.isKill(); in MergeBaseUpdateLSMultiple() local 1336 bool BaseKill = getLoadStoreBaseOp(*MI).isKill(); in MergeBaseUpdateLoadStore() local 1553 unsigned BaseReg, bool BaseKill, bool BaseUndef, in InsertLDR_STR() 1605 bool BaseKill = BaseOp.isKill(); in FixInvalidRegPairOp() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | ARMLoadStoreOptimizer.cpp | 625 int Offset, unsigned Base, bool BaseKill, unsigned Opcode, in CreateLoadStoreMulti() 832 int Offset, unsigned Base, bool BaseKill, unsigned Opcode, in CreateLoadStoreDouble() 902 bool BaseKill = LatestMI->killsRegister(Base); in MergeOpsUpdate() local 1272 bool BaseKill = BaseOP.isKill(); in MergeBaseUpdateLSMultiple() local 1398 bool BaseKill = getLoadStoreBaseOp(*MI).isKill(); in MergeBaseUpdateLoadStore() local 1631 bool BaseKill, bool BaseUndef, ARMCC::CondCodes Pred, in InsertLDR_STR() 1690 bool BaseKill = BaseOp.isKill(); in FixInvalidRegPairOp() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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
|