Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp494 MVT IVT = getConcrete(); in EnforceVectorEltTypeIs() local
495 IVT = IVT.getVectorElementType(); in EnforceVectorEltTypeIs()
496 return MadeChange || VTOperand.MergeInTypeInfo(IVT.SimpleTy, TP); in EnforceVectorEltTypeIs()
540 MVT IVT = getConcrete(); in EnforceVectorSubVectorTypeIs() local
541 unsigned NumElems = IVT.getVectorNumElements(); in EnforceVectorSubVectorTypeIs()
542 IVT = IVT.getVectorElementType(); in EnforceVectorSubVectorTypeIs()
544 EEVT::TypeSet EltTypeSet(IVT.SimpleTy, TP); in EnforceVectorSubVectorTypeIs()
564 MVT IVT = VTOperand.getConcrete(); in EnforceVectorSubVectorTypeIs() local
565 unsigned NumElems = IVT.getVectorNumElements(); in EnforceVectorSubVectorTypeIs()
566 IVT = IVT.getVectorElementType(); in EnforceVectorSubVectorTypeIs()
[all …]
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp1746 EVT IVT = EVT::getIntegerVT(*DAG.getContext(), OpVT.getSizeInBits()); in PromoteFloatOp_BITCAST() local
1747 assert (IVT == N->getValueType(0) && "Bitcast to type of different size"); in PromoteFloatOp_BITCAST()
1753 return DAG.getNode(GetPromotionOpcode(PromotedVT, OpVT), SDLoc(N), IVT, in PromoteFloatOp_BITCAST()
1819 EVT IVT = EVT::getIntegerVT(*DAG.getContext(), VT.getSizeInBits()); in PromoteFloatOp_STORE() local
1823 IVT, Promoted); in PromoteFloatOp_STORE()
1918 EVT IVT = EVT::getIntegerVT(*DAG.getContext(), VT.getSizeInBits()); in PromoteFloatRes_ConstantFP() local
1920 IVT); in PromoteFloatRes_ConstantFP()
1980 EVT IVT = NewOp.getValueType().getVectorElementType(); in PromoteFloatRes_EXTRACT_VECTOR_ELT() local
1983 SDValue NewVal = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, DL, IVT, in PromoteFloatRes_EXTRACT_VECTOR_ELT()
2056 EVT IVT = EVT::getIntegerVT(*DAG.getContext(), VT.getSizeInBits()); in PromoteFloatRes_FP_ROUND() local
[all …]
DLegalizeDAG.cpp1651 EVT IVT = EVT::getIntegerVT(*DAG.getContext(), NumBits); in getSignAsIntValue() local
1653 if (TLI.isTypeLegal(IVT)) { in getSignAsIntValue()
1654 State.IntValue = DAG.getNode(ISD::BITCAST, DL, IVT, Value); in getSignAsIntValue()
/external/mesa3d/src/gallium/drivers/radeon/
DAMDILISelLowering.cpp433 EVT IVT = genIntType(32, DVT.isVector() ? DVT.getVectorNumElements() : 1); in LowerSIGN_EXTEND_INREG() local
434 Data = DAG.getNode(ISD::ZERO_EXTEND, DL, IVT, Data); in LowerSIGN_EXTEND_INREG()
436 DVT = IVT; in LowerSIGN_EXTEND_INREG()
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1215 MVT IVT = (MVT::SimpleValueType)IntReg; in computeRegisterProperties() local
1216 if (isTypeLegal(IVT)) { in computeRegisterProperties()
1221 ValueTypeActions.setTypeAction(IVT, TypePromoteInteger); in computeRegisterProperties()
/external/clang/lib/Sema/
DSemaInit.cpp1482 const VectorType *IVT = IType->getAs<VectorType>(); in CheckVectorType() local
1483 unsigned numIElts = IVT->getNumElements(); in CheckVectorType()
1489 IVT->getVectorKind()); in CheckVectorType()