Searched refs:IVT (Results 1 – 8 of 8) sorted by relevance
| /NextBSD/contrib/llvm/utils/TableGen/ |
| HD | CodeGenDAGPatterns.cpp | 501 MVT IVT = getConcrete(); in EnforceVectorEltTypeIs() local 502 IVT = IVT.getVectorElementType(); in EnforceVectorEltTypeIs() 504 VTOperand.MergeInTypeInfo(IVT.SimpleTy, TP); in EnforceVectorEltTypeIs() 562 MVT IVT = getConcrete(); in EnforceVectorSubVectorTypeIs() local 563 unsigned NumElems = IVT.getVectorNumElements(); in EnforceVectorSubVectorTypeIs() 564 IVT = IVT.getVectorElementType(); in EnforceVectorSubVectorTypeIs() 566 EEVT::TypeSet EltTypeSet(IVT.SimpleTy, TP); in EnforceVectorSubVectorTypeIs() 586 MVT IVT = VTOperand.getConcrete(); in EnforceVectorSubVectorTypeIs() local 587 unsigned NumElems = IVT.getVectorNumElements(); in EnforceVectorSubVectorTypeIs() 588 IVT = IVT.getVectorElementType(); in EnforceVectorSubVectorTypeIs() [all …]
|
| /NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| HD | LegalizeFloatTypes.cpp | 1639 EVT IVT = EVT::getIntegerVT(*DAG.getContext(), OpVT.getSizeInBits()); in PromoteFloatOp_BITCAST() local 1640 assert (IVT == N->getValueType(0) && "Bitcast to type of different size"); in PromoteFloatOp_BITCAST() 1646 return DAG.getNode(GetPromotionOpcode(PromotedVT, OpVT), SDLoc(N), IVT, in PromoteFloatOp_BITCAST() 1712 EVT IVT = EVT::getIntegerVT(*DAG.getContext(), VT.getSizeInBits()); in PromoteFloatOp_STORE() local 1716 IVT, Promoted); in PromoteFloatOp_STORE() 1809 EVT IVT = EVT::getIntegerVT(*DAG.getContext(), VT.getSizeInBits()); in PromoteFloatRes_ConstantFP() local 1811 IVT); in PromoteFloatRes_ConstantFP() 1871 EVT IVT = NewOp.getValueType().getVectorElementType(); in PromoteFloatRes_EXTRACT_VECTOR_ELT() local 1874 SDValue NewVal = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, DL, IVT, in PromoteFloatRes_EXTRACT_VECTOR_ELT() 1948 EVT IVT = EVT::getIntegerVT(*DAG.getContext(), VT.getSizeInBits()); in PromoteFloatRes_FP_ROUND() local [all …]
|
| HD | LegalizeDAG.cpp | 1580 EVT IVT = EVT::getIntegerVT(*DAG.getContext(), FloatVT.getSizeInBits()); in ExpandFCOPYSIGN() local 1581 if (TLI.isTypeLegal(IVT)) { in ExpandFCOPYSIGN() 1583 SignBit = DAG.getNode(ISD::BITCAST, dl, IVT, Tmp2); in ExpandFCOPYSIGN()
|
| /NextBSD/sys/boot/pc98/btx/btx/ |
| HD | btx.S | 274 lidt ivtdesc # Set IVT 605 lidt ivtdesc # Set IVT
|
| /NextBSD/sys/boot/i386/btx/btx/ |
| HD | btx.S | 276 lidt ivtdesc # Set IVT 579 lidt ivtdesc # Set IVT
|
| /NextBSD/contrib/llvm/lib/CodeGen/ |
| HD | TargetLoweringBase.cpp | 1232 MVT IVT = (MVT::SimpleValueType)IntReg; in computeRegisterProperties() local 1233 if (isTypeLegal(IVT)) { in computeRegisterProperties() 1238 ValueTypeActions.setTypeAction(IVT, TypePromoteInteger); in computeRegisterProperties()
|
| /NextBSD/contrib/llvm/lib/Target/AMDGPU/ |
| HD | SIISelLowering.cpp | 465 EVT IVT = toIntegerVT(VT); in LowerParameter() local 468 IVT, SL, Chain, Ptr, PtrOffset, PtrInfo, MemIVT, in LowerParameter()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaInit.cpp | 1478 const VectorType *IVT = IType->getAs<VectorType>(); in CheckVectorType() local 1479 unsigned numIElts = IVT->getNumElements(); in CheckVectorType() 1485 IVT->getVectorKind()); in CheckVectorType()
|