Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:ResVT

3582   EVT ResVT = Op.getValueType();
3600 return DAG.getNode(PPCISD::FSEL, dl, ResVT, LHS, TV, FV);
3608 return DAG.getNode(PPCISD::FSEL, dl, ResVT,
3620 return DAG.getNode(PPCISD::FSEL, dl, ResVT, Cmp, FV, TV);
3626 return DAG.getNode(PPCISD::FSEL, dl, ResVT, Cmp, TV, FV);
3632 return DAG.getNode(PPCISD::FSEL, dl, ResVT, Cmp, FV, TV);
3638 return DAG.getNode(PPCISD::FSEL, dl, ResVT, Cmp, TV, FV);