Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp630 CreateLoadStoreMulti(MachineBasicBlock & MBB,MachineBasicBlock::iterator InsertBefore,int Offset,unsigned Base,bool BaseKill,unsigned Opcode,ARMCC::CondCodes Pred,unsigned PredReg,const DebugLoc & DL,ArrayRef<std::pair<unsigned,bool>> Regs,ArrayRef<MachineInstr * > Instrs) CreateLoadStoreMulti() argument
837 CreateLoadStoreDouble(MachineBasicBlock & MBB,MachineBasicBlock::iterator InsertBefore,int Offset,unsigned Base,bool BaseKill,unsigned Opcode,ARMCC::CondCodes Pred,unsigned PredReg,const DebugLoc & DL,ArrayRef<std::pair<unsigned,bool>> Regs,ArrayRef<MachineInstr * > Instrs) const CreateLoadStoreDouble() argument
907 bool BaseKill = LatestMI->killsRegister(Base, /*TRI=*/nullptr); MergeOpsUpdate() local
1296 bool BaseKill = BaseOP.isKill(); MergeBaseUpdateLSMultiple() local
1476 bool BaseKill = getLoadStoreBaseOp(*MI).isKill(); MergeBaseUpdateLoadStore() local
1737 InsertLDR_STR(MachineBasicBlock & MBB,MachineBasicBlock::iterator & MBBI,int Offset,bool isDef,unsigned NewOpc,unsigned Reg,bool RegDeadKill,bool RegUndef,unsigned BaseReg,bool BaseKill,bool BaseUndef,ARMCC::CondCodes Pred,unsigned PredReg,const TargetInstrInfo * TII,MachineInstr * MI) InsertLDR_STR() argument
1796 bool BaseKill = BaseOp.isKill(); FixInvalidRegPairOp() local
[all...]