reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
398 Ops[i] = getCopyFromParts(DAG, DL, &Parts[i], 1, 407 Ops[i] = getCopyFromParts(DAG, DL, &Parts[i * Factor], Factor, 420 DL, BuiltVectorTy, Ops); 438 ISD::EXTRACT_SUBVECTOR, DL, ValueVT, Val, 439 DAG.getConstant(0, DL, TLI.getVectorIdxTy(DAG.getDataLayout()))); 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); 472 ISD::EXTRACT_SUBVECTOR, DL, ValueVT, Val, 473 DAG.getConstant(0, DL, TLI.getVectorIdxTy(DAG.getDataLayout()))); 484 Val = ValueVT.isFloatingPoint() ? DAG.getFPExtendOrRound(Val, DL, ValueSVT) 485 : DAG.getAnyExtOrTrunc(Val, DL, ValueSVT); 487 return DAG.getBuildVector(ValueVT, DL, Val);