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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp187 bool LiveCPSR, bool &HasCC, bool &CCDead);
193 const ReduceEntry &Entry, bool LiveCPSR, bool IsSelfLoop);
198 const ReduceEntry &Entry, bool LiveCPSR,
204 const ReduceEntry &Entry, bool LiveCPSR,
209 bool LiveCPSR, bool IsSelfLoop);
334 bool LiveCPSR, bool &HasCC, bool &CCDead) {
343 if (!LiveCPSR) {
624 bool LiveCPSR, bool IsSelfLoop) {
630 if (ReduceTo2Addr(MBB, MI, Entry, LiveCPSR, IsSelfLoop))
632 return ReduceToNarrow(MBB, MI, Entry, LiveCPSR, IsSelfLoo
332 VerifyPredAndCC(MachineInstr *MI, const ReduceEntry &Entry, bool is2Addr, ARMCC::CondCodes Pred, bool LiveCPSR, bool &HasCC, bool &CCDead) argument
622 ReduceSpecial(MachineBasicBlock &MBB, MachineInstr *MI, const ReduceEntry &Entry, bool LiveCPSR, bool IsSelfLoop) argument
735 ReduceTo2Addr(MachineBasicBlock &MBB, MachineInstr *MI, const ReduceEntry &Entry, bool LiveCPSR, bool IsSelfLoop) argument
850 ReduceToNarrow(MachineBasicBlock &MBB, MachineInstr *MI, const ReduceEntry &Entry, bool LiveCPSR, bool IsSelfLoop) argument
972 UpdateCPSRDef(MachineInstr &MI, bool LiveCPSR, bool &DefCPSR) argument
988 UpdateCPSRUse(MachineInstr &MI, bool LiveCPSR) argument
1004 ReduceMI(MachineBasicBlock &MBB, MachineInstr *MI, bool LiveCPSR, bool IsSelfLoop) argument
1033 bool LiveCPSR = MBB.isLiveIn(ARM::CPSR); local
[all...]

Completed in 23 milliseconds