Home
last modified time | relevance | path

Searched refs:IVT (Results 1 – 11 of 11) 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.cpp1764 EVT IVT = EVT::getIntegerVT(*DAG.getContext(), OpVT.getSizeInBits()); in PromoteFloatOp_BITCAST() local
1765 assert (IVT == N->getValueType(0) && "Bitcast to type of different size"); in PromoteFloatOp_BITCAST()
1771 return DAG.getNode(GetPromotionOpcode(PromotedVT, OpVT), SDLoc(N), IVT, in PromoteFloatOp_BITCAST()
1837 EVT IVT = EVT::getIntegerVT(*DAG.getContext(), VT.getSizeInBits()); in PromoteFloatOp_STORE() local
1841 IVT, Promoted); in PromoteFloatOp_STORE()
1936 EVT IVT = EVT::getIntegerVT(*DAG.getContext(), VT.getSizeInBits()); in PromoteFloatRes_ConstantFP() local
1938 IVT); in PromoteFloatRes_ConstantFP()
1998 EVT IVT = NewOp.getValueType().getVectorElementType(); in PromoteFloatRes_EXTRACT_VECTOR_ELT() local
2001 SDValue NewVal = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, DL, IVT, in PromoteFloatRes_EXTRACT_VECTOR_ELT()
2074 EVT IVT = EVT::getIntegerVT(*DAG.getContext(), VT.getSizeInBits()); in PromoteFloatRes_FP_ROUND() local
[all …]
DLegalizeDAG.cpp1372 EVT IVT = EVT::getIntegerVT(*DAG.getContext(), NumBits); in getSignAsIntValue() local
1374 if (TLI.isTypeLegal(IVT)) { in getSignAsIntValue()
1375 State.IntValue = DAG.getNode(ISD::BITCAST, DL, IVT, Value); in getSignAsIntValue()
/external/swiftshader/third_party/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/syslinux/memdisk/
Dmemdisk16.asm678 push dword edx ; Segment:offset of IVT entry
679 retf ; Invoke IVT routine
760 mov eax,[ecx+eax*4] ; Get IVT entry
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1324 MVT IVT = (MVT::SimpleValueType)IntReg; in computeRegisterProperties() local
1325 if (isTypeLegal(IVT)) { in computeRegisterProperties()
1330 ValueTypeActions.setTypeAction(IVT, TypePromoteInteger); in computeRegisterProperties()
/external/syslinux/core/
Dpm.inc205 call far [cs:esi*4] ; Call IVT entry
Ddiskboot.inc193 cmp dx,4fh ; DS:SI < 50h:0 (BDA or IVT) ?
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp784 EVT IVT = (MVT::SimpleValueType)IntReg; in computeRegisterProperties() local
785 if (isTypeLegal(IVT)) { in computeRegisterProperties()
790 ValueTypeActions.setTypeAction(IVT, TypePromoteInteger); in computeRegisterProperties()
DLegalizeDAG.cpp1891 EVT IVT = EVT::getIntegerVT(*DAG.getContext(), FloatVT.getSizeInBits()); in ExpandFCOPYSIGN() local
1892 if (TLI.isTypeLegal(IVT)) { in ExpandFCOPYSIGN()
1894 SignBit = DAG.getNode(ISD::BITCAST, dl, IVT, Tmp2); in ExpandFCOPYSIGN()
/external/clang/lib/Sema/
DSemaInit.cpp1544 const VectorType *IVT = IType->getAs<VectorType>(); in CheckVectorType() local
1545 unsigned numIElts = IVT->getNumElements(); in CheckVectorType()
1551 IVT->getVectorKind()); in CheckVectorType()