Searched refs:IVT (Results 1 – 4 of 4) sorted by relevance
511 EVT IVT = getConcrete(); in EnforceVectorEltTypeIs() local512 IVT = IVT.getVectorElementType(); in EnforceVectorEltTypeIs()514 VTOperand.MergeInTypeInfo(IVT.getSimpleVT().SimpleTy, TP); in EnforceVectorEltTypeIs()555 EVT IVT = getConcrete(); in EnforceVectorSubVectorTypeIs() local556 IVT = IVT.getVectorElementType(); in EnforceVectorSubVectorTypeIs()558 EEVT::TypeSet EltTypeSet(IVT.getSimpleVT().SimpleTy, TP); in EnforceVectorSubVectorTypeIs()561 EVT IVT = VTOperand.getConcrete(); in EnforceVectorSubVectorTypeIs() local562 IVT = IVT.getVectorElementType(); in EnforceVectorSubVectorTypeIs()564 EEVT::TypeSet EltTypeSet(IVT.getSimpleVT().SimpleTy, TP); in EnforceVectorSubVectorTypeIs()
782 EVT IVT = (MVT::SimpleValueType)IntReg; in computeRegisterProperties() local783 if (isTypeLegal(IVT)) { in computeRegisterProperties()788 ValueTypeActions.setTypeAction(IVT, TypePromoteInteger); in computeRegisterProperties()
1851 EVT IVT = EVT::getIntegerVT(*DAG.getContext(), FloatVT.getSizeInBits()); in ExpandFCOPYSIGN() local1852 if (TLI.isTypeLegal(IVT)) { in ExpandFCOPYSIGN()1854 SignBit = DAG.getNode(ISD::BITCAST, dl, IVT, Tmp2); in ExpandFCOPYSIGN()
965 const VectorType *IVT = IType->getAs<VectorType>(); in CheckVectorType() local966 unsigned numIElts = IVT->getNumElements(); in CheckVectorType()972 IVT->getVectorKind()); in CheckVectorType()