Lines Matching refs:InstMIPS32Label
769 class InstMIPS32Label : public InstMIPS32 {
770 InstMIPS32Label() = delete;
771 InstMIPS32Label(const InstMIPS32Label &) = delete;
772 InstMIPS32Label &operator=(const InstMIPS32Label &) = delete;
775 static InstMIPS32Label *create(Cfg *Func, TargetMIPS32 *Target) { in create()
776 return new (Func->allocate<InstMIPS32Label>()) in create()
777 InstMIPS32Label(Func, Target); in create()
789 InstMIPS32Label(Cfg *Func, TargetMIPS32 *Target);
806 constexpr InstMIPS32Label *NoLabel = nullptr; in create()
812 const InstMIPS32Label *Label) { in create()
822 constexpr InstMIPS32Label *NoLabel = nullptr; in create()
830 constexpr InstMIPS32Label *NoLabel = nullptr; in create()
837 Operand *Src1, const InstMIPS32Label *Label, in create()
859 const InstMIPS32Label *Label, const CondMIPS32::Cond Cond);
862 Operand *Src0, const InstMIPS32Label *Label,
866 Operand *Src0, Operand *Src1, const InstMIPS32Label *Label,
871 const InstMIPS32Label *Label; // Intra-block branch target