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

/external/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp166 bool LiveCPSR, bool &HasCC, bool &CCDead);
172 const ReduceEntry &Entry, bool LiveCPSR, bool IsSelfLoop);
177 const ReduceEntry &Entry, bool LiveCPSR,
183 const ReduceEntry &Entry, bool LiveCPSR,
188 bool LiveCPSR, bool IsSelfLoop);
308 bool LiveCPSR, bool &HasCC, bool &CCDead) {
317 if (!LiveCPSR) {
594 bool LiveCPSR, bool IsSelfLoop) {
600 if (ReduceTo2Addr(MBB, MI, Entry, LiveCPSR, IsSelfLoop))
602 return ReduceToNarrow(MBB, MI, Entry, LiveCPSR, IsSelfLoo
306 VerifyPredAndCC(MachineInstr *MI, const ReduceEntry &Entry, bool is2Addr, ARMCC::CondCodes Pred, bool LiveCPSR, bool &HasCC, bool &CCDead) argument
592 ReduceSpecial(MachineBasicBlock &MBB, MachineInstr *MI, const ReduceEntry &Entry, bool LiveCPSR, bool IsSelfLoop) argument
694 ReduceTo2Addr(MachineBasicBlock &MBB, MachineInstr *MI, const ReduceEntry &Entry, bool LiveCPSR, bool IsSelfLoop) argument
813 ReduceToNarrow(MachineBasicBlock &MBB, MachineInstr *MI, const ReduceEntry &Entry, bool LiveCPSR, bool IsSelfLoop) argument
923 UpdateCPSRDef(MachineInstr &MI, bool LiveCPSR, bool &DefCPSR) argument
939 UpdateCPSRUse(MachineInstr &MI, bool LiveCPSR) argument
955 ReduceMI(MachineBasicBlock &MBB, MachineInstr *MI, bool LiveCPSR, bool IsSelfLoop) argument
984 bool LiveCPSR = MBB.isLiveIn(ARM::CPSR); local
[all...]
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DThumb2SizeReduction.cpp153 bool LiveCPSR, bool &HasCC, bool &CCDead);
159 const ReduceEntry &Entry, bool LiveCPSR,
166 bool LiveCPSR, MachineInstr *CPSRDef);
172 bool LiveCPSR, MachineInstr *CPSRDef);
244 bool LiveCPSR, bool &HasCC, bool &CCDead) {
253 if (!LiveCPSR) {
479 bool LiveCPSR, MachineInstr *CPSRDef) {
485 if (ReduceTo2Addr(MBB, MI, Entry, LiveCPSR, CPSRDef))
487 return ReduceToNarrow(MBB, MI, Entry, LiveCPSR, CPSRDef);
538 if (ReduceTo2Addr(MBB, MI, Entry, LiveCPSR, CPSRDe
242 VerifyPredAndCC(MachineInstr *MI, const ReduceEntry &Entry, bool is2Addr, ARMCC::CondCodes Pred, bool LiveCPSR, bool &HasCC, bool &CCDead) argument
477 ReduceSpecial(MachineBasicBlock &MBB, MachineInstr *MI, const ReduceEntry &Entry, bool LiveCPSR, MachineInstr *CPSRDef) argument
580 ReduceTo2Addr(MachineBasicBlock &MBB, MachineInstr *MI, const ReduceEntry &Entry, bool LiveCPSR, MachineInstr *CPSRDef) argument
675 ReduceToNarrow(MachineBasicBlock &MBB, MachineInstr *MI, const ReduceEntry &Entry, bool LiveCPSR, MachineInstr *CPSRDef) argument
780 UpdateCPSRDef(MachineInstr &MI, bool LiveCPSR, bool &DefCPSR) argument
797 UpdateCPSRUse(MachineInstr &MI, bool LiveCPSR) argument
818 bool LiveCPSR = MBB.isLiveIn(ARM::CPSR); local
[all...]

Completed in 185 milliseconds