reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
418 Val = DAG.getNode(IntermediateVT.isVector() ? ISD::CONCAT_VECTORS 424 EVT PartEVT = Val.getValueType(); 427 return Val; 438 ISD::EXTRACT_SUBVECTOR, DL, ValueVT, Val, 444 return DAG.getNode(ISD::BITCAST, DL, ValueVT, Val); 449 return DAG.getAnyExtOrTrunc(Val, DL, ValueVT); 457 return DAG.getNode(ISD::BITCAST, DL, ValueVT, Val); 463 return DAG.getNode(ISD::BITCAST, DL, ValueVT, Val); 470 Val = DAG.getBitcast(WiderVecType, Val); 470 Val = DAG.getBitcast(WiderVecType, Val); 472 ISD::EXTRACT_SUBVECTOR, DL, ValueVT, Val, 484 Val = ValueVT.isFloatingPoint() ? DAG.getFPExtendOrRound(Val, DL, ValueSVT) 484 Val = ValueVT.isFloatingPoint() ? DAG.getFPExtendOrRound(Val, DL, ValueSVT) 485 : DAG.getAnyExtOrTrunc(Val, DL, ValueSVT); 487 return DAG.getBuildVector(ValueVT, DL, Val);