Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:CompOpc

11170       PPC::Predicate CompOpc;
11174 CompOpc = BranchOnWhenPredTrue ? PPC::PRED_EQ : PPC::PRED_NE;
11177 CompOpc = BranchOnWhenPredTrue ? PPC::PRED_NE : PPC::PRED_EQ;
11180 CompOpc = BranchOnWhenPredTrue ? PPC::PRED_LT : PPC::PRED_GE;
11183 CompOpc = BranchOnWhenPredTrue ? PPC::PRED_GE : PPC::PRED_LT;
11188 DAG.getConstant(CompOpc, dl, MVT::i32),