Searched refs:LiveCPSR (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp155 bool LiveCPSR, bool &HasCC, bool &CCDead);
161 const ReduceEntry &Entry, bool LiveCPSR,
168 bool LiveCPSR, MachineInstr *CPSRDef,
175 bool LiveCPSR, MachineInstr *CPSRDef,
255 bool LiveCPSR, bool &HasCC, bool &CCDead) {
264 if (!LiveCPSR) {
490 bool LiveCPSR, MachineInstr *CPSRDef,
497 if (ReduceTo2Addr(MBB, MI, Entry, LiveCPSR, CPSRDef, IsSelfLoop))
499 return ReduceToNarrow(MBB, MI, Entry, LiveCPSR, CPSRDef, IsSelfLoop);
549 if (ReduceTo2Addr(MBB, MI, Entry, LiveCPSR, CPSRDe
253 VerifyPredAndCC(MachineInstr *MI, const ReduceEntry &Entry, bool is2Addr, ARMCC::CondCodes Pred, bool LiveCPSR, bool &HasCC, bool &CCDead) argument
488 ReduceSpecial(MachineBasicBlock &MBB, MachineInstr *MI, const ReduceEntry &Entry, bool LiveCPSR, MachineInstr *CPSRDef, bool IsSelfLoop) argument
591 ReduceTo2Addr(MachineBasicBlock &MBB, MachineInstr *MI, const ReduceEntry &Entry, bool LiveCPSR, MachineInstr *CPSRDef, bool IsSelfLoop) argument
704 ReduceToNarrow(MachineBasicBlock &MBB, MachineInstr *MI, const ReduceEntry &Entry, bool LiveCPSR, MachineInstr *CPSRDef, bool IsSelfLoop) argument
810 UpdateCPSRDef(MachineInstr &MI, bool LiveCPSR, bool &DefCPSR) argument
827 UpdateCPSRUse(MachineInstr &MI, bool LiveCPSR) argument
848 bool LiveCPSR = MBB.isLiveIn(ARM::CPSR); local
[all...]

Completed in 32 milliseconds