Home
last modified time | relevance | path

Searched refs:IVT (Results 1 – 4 of 4) sorted by relevance

/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp511 EVT IVT = getConcrete(); in EnforceVectorEltTypeIs() local
512 IVT = IVT.getVectorElementType(); in EnforceVectorEltTypeIs()
514 VTOperand.MergeInTypeInfo(IVT.getSimpleVT().SimpleTy, TP); in EnforceVectorEltTypeIs()
555 EVT IVT = getConcrete(); in EnforceVectorSubVectorTypeIs() local
556 IVT = IVT.getVectorElementType(); in EnforceVectorSubVectorTypeIs()
558 EEVT::TypeSet EltTypeSet(IVT.getSimpleVT().SimpleTy, TP); in EnforceVectorSubVectorTypeIs()
561 EVT IVT = VTOperand.getConcrete(); in EnforceVectorSubVectorTypeIs() local
562 IVT = IVT.getVectorElementType(); in EnforceVectorSubVectorTypeIs()
564 EEVT::TypeSet EltTypeSet(IVT.getSimpleVT().SimpleTy, TP); in EnforceVectorSubVectorTypeIs()
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp782 EVT IVT = (MVT::SimpleValueType)IntReg; in computeRegisterProperties() local
783 if (isTypeLegal(IVT)) { in computeRegisterProperties()
788 ValueTypeActions.setTypeAction(IVT, TypePromoteInteger); in computeRegisterProperties()
DLegalizeDAG.cpp1851 EVT IVT = EVT::getIntegerVT(*DAG.getContext(), FloatVT.getSizeInBits()); in ExpandFCOPYSIGN() local
1852 if (TLI.isTypeLegal(IVT)) { in ExpandFCOPYSIGN()
1854 SignBit = DAG.getNode(ISD::BITCAST, dl, IVT, Tmp2); in ExpandFCOPYSIGN()
/external/clang/lib/Sema/
DSemaInit.cpp965 const VectorType *IVT = IType->getAs<VectorType>(); in CheckVectorType() local
966 unsigned numIElts = IVT->getNumElements(); in CheckVectorType()
972 IVT->getVectorKind()); in CheckVectorType()