Searched refs:IVT (Results 1 – 5 of 5) sorted by relevance
/external/llvm/utils/TableGen/ |
D | CodeGenDAGPatterns.cpp | 550 EVT IVT = getConcrete(); in EnforceVectorEltTypeIs() local 551 IVT = IVT.getVectorElementType(); in EnforceVectorEltTypeIs() 553 VTOperand.MergeInTypeInfo(IVT.getSimpleVT().SimpleTy, TP); in EnforceVectorEltTypeIs() 596 EVT IVT = getConcrete(); in EnforceVectorSubVectorTypeIs() local 597 IVT = IVT.getVectorElementType(); in EnforceVectorSubVectorTypeIs() 599 EEVT::TypeSet EltTypeSet(IVT.getSimpleVT().SimpleTy, TP); in EnforceVectorSubVectorTypeIs() 602 EVT IVT = VTOperand.getConcrete(); in EnforceVectorSubVectorTypeIs() local 603 IVT = IVT.getVectorElementType(); in EnforceVectorSubVectorTypeIs() 605 EEVT::TypeSet EltTypeSet(IVT.getSimpleVT().SimpleTy, TP); in EnforceVectorSubVectorTypeIs()
|
/external/llvm/lib/Target/R600/ |
D | AMDILISelLowering.cpp | 343 EVT IVT = genIntType(32, DVT.isVector() ? DVT.getVectorNumElements() : 1); in LowerSIGN_EXTEND_INREG() local 344 Data = DAG.getNode(ISD::ZERO_EXTEND, DL, IVT, Data); in LowerSIGN_EXTEND_INREG() 346 DVT = IVT; in LowerSIGN_EXTEND_INREG()
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 897 MVT IVT = (MVT::SimpleValueType)IntReg; in computeRegisterProperties() local 898 if (isTypeLegal(IVT)) { in computeRegisterProperties() 903 ValueTypeActions.setTypeAction(IVT, TypePromoteInteger); in computeRegisterProperties()
|
/external/clang/lib/Sema/ |
D | SemaInit.cpp | 1114 const VectorType *IVT = IType->getAs<VectorType>(); in CheckVectorType() local 1115 unsigned numIElts = IVT->getNumElements(); in CheckVectorType() 1121 IVT->getVectorKind()); in CheckVectorType()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 1505 EVT IVT = EVT::getIntegerVT(*DAG.getContext(), FloatVT.getSizeInBits()); in ExpandFCOPYSIGN() local 1506 if (TLI.isTypeLegal(IVT)) { in ExpandFCOPYSIGN() 1508 SignBit = DAG.getNode(ISD::BITCAST, dl, IVT, Tmp2); in ExpandFCOPYSIGN()
|