Lines Matching refs:IfTrue
172 unsigned getCondStoreOpcode(unsigned Opc, bool IfTrue) const;
174 MachineInstr *MI, unsigned PredR, bool IfTrue);
177 unsigned PredR, bool IfTrue);
655 bool IfTrue) const { in getCondStoreOpcode()
660 return IfTrue ? S2_pstorerbt_io : S2_pstorerbf_io; in getCondStoreOpcode()
662 return IfTrue ? S4_pstorerbt_rr : S4_pstorerbf_rr; in getCondStoreOpcode()
665 return IfTrue ? S4_pstorerbt_abs : S4_pstorerbf_abs; in getCondStoreOpcode()
667 return IfTrue ? S4_storeirbt_io : S4_storeirbf_io; in getCondStoreOpcode()
669 return IfTrue ? S2_pstorerht_io : S2_pstorerhf_io; in getCondStoreOpcode()
671 return IfTrue ? S4_pstorerht_rr : S4_pstorerhf_rr; in getCondStoreOpcode()
674 return IfTrue ? S4_pstorerht_abs : S4_pstorerhf_abs; in getCondStoreOpcode()
676 return IfTrue ? S2_pstorerft_io : S2_pstorerff_io; in getCondStoreOpcode()
678 return IfTrue ? S4_pstorerft_rr : S4_pstorerff_rr; in getCondStoreOpcode()
681 return IfTrue ? S4_pstorerft_abs : S4_pstorerff_abs; in getCondStoreOpcode()
683 return IfTrue ? S4_storeirht_io : S4_storeirhf_io; in getCondStoreOpcode()
685 return IfTrue ? S2_pstorerit_io : S2_pstorerif_io; in getCondStoreOpcode()
687 return IfTrue ? S4_pstorerit_rr : S4_pstorerif_rr; in getCondStoreOpcode()
690 return IfTrue ? S4_pstorerit_abs : S4_pstorerif_abs; in getCondStoreOpcode()
692 return IfTrue ? S4_storeirit_io : S4_storeirif_io; in getCondStoreOpcode()
694 return IfTrue ? S2_pstorerdt_io : S2_pstorerdf_io; in getCondStoreOpcode()
696 return IfTrue ? S4_pstorerdt_rr : S4_pstorerdf_rr; in getCondStoreOpcode()
699 return IfTrue ? S4_pstorerdt_abs : S4_pstorerdf_abs; in getCondStoreOpcode()
708 unsigned PredR, bool IfTrue) { in predicateInstr() argument
718 unsigned COpc = getCondStoreOpcode(Opc, IfTrue); in predicateInstr()
736 const MCInstrDesc &D = TII->get(IfTrue ? Hexagon::J2_jumpt in predicateInstr()
757 unsigned PredR, bool IfTrue) { in predicateBlockNB() argument
768 predicateInstr(ToB, At, &*I, PredR, IfTrue); in predicateBlockNB()