Home | History | Annotate | Download | only in PowerPC

Lines Matching defs:TV

4666   SDValue TV  = Op.getOperand(2), FV  = Op.getOperand(3);
4676 std::swap(TV, FV);
4680 Sel1 = DAG.getNode(PPCISD::FSEL, dl, ResVT, LHS, TV, FV);
4687 std::swap(TV, FV); // fsel is natively setge, swap operands for setlt
4692 return DAG.getNode(PPCISD::FSEL, dl, ResVT, LHS, TV, FV);
4695 std::swap(TV, FV); // fsel is natively setge, swap operands for setlt
4701 DAG.getNode(ISD::FNEG, dl, MVT::f64, LHS), TV, FV);
4708 std::swap(TV, FV);
4713 Sel1 = DAG.getNode(PPCISD::FSEL, dl, ResVT, Cmp, TV, FV);
4723 return DAG.getNode(PPCISD::FSEL, dl, ResVT, Cmp, FV, TV);
4729 return DAG.getNode(PPCISD::FSEL, dl, ResVT, Cmp, TV, FV);
4735 return DAG.getNode(PPCISD::FSEL, dl, ResVT, Cmp, FV, TV);
4741 return DAG.getNode(PPCISD::FSEL, dl, ResVT, Cmp, TV, FV);