reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/Hexagon/HexagonISelLowering.cpp
 2208   MVT ElemTy = VecTy.getVectorElementType();
 2209   assert(VecTy.getVectorNumElements() == Elem.size());
 2212   bool AllConst = getBuildVectorConstInts(Elem, VecTy, DAG, Consts);
 2219     return DAG.getUNDEF(VecTy);
 2223     return getZero(dl, VecTy, DAG);
 2239       return DAG.getNode(HexagonISD::VSPLAT, dl, VecTy, Ext);
 2252     return DAG.getBitcast(VecTy, V0);
 2263   return DAG.getNode(HexagonISD::COMBINE, dl, VecTy, {H, L});