Home
last modified time | relevance | path

Searched defs:NVT (Results 1 – 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp145 EVT NVT = TLI.getTypeToTransformTo(*DAG.getContext(), N->getValueType(0)); in SoftenFloatRes_Unary() local
164 EVT NVT = TLI.getTypeToTransformTo(*DAG.getContext(), N->getValueType(0)); in SoftenFloatRes_Binary() local
234 EVT NVT = TLI.getTypeToTransformTo(*DAG.getContext(), N->getValueType(0)); in SoftenFloatRes_FABS() local
412 EVT NVT = TLI.getTypeToTransformTo(*DAG.getContext(), N->getValueType(0)); in SoftenFloatRes_FMA() local
455 EVT NVT = TLI.getTypeToTransformTo(*DAG.getContext(), N->getValueType(0)); in SoftenFloatRes_FNEG() local
466 EVT NVT = TLI.getTypeToTransformTo(*DAG.getContext(), N->getValueType(0)); in SoftenFloatRes_FP_EXTEND() local
518 EVT NVT = TLI.getTypeToTransformTo(*DAG.getContext(), N->getValueType(0)); in SoftenFloatRes_FP16_TO_FP() local
526 EVT NVT = TLI.getTypeToTransformTo(*DAG.getContext(), N->getValueType(0)); in SoftenFloatRes_FP_ROUND() local
569 EVT NVT = TLI.getTypeToTransformTo(*DAG.getContext(), N->getValueType(0)); in SoftenFloatRes_FPOWI() local
651 EVT NVT = TLI.getTypeToTransformTo(*DAG.getContext(), VT); in SoftenFloatRes_LOAD() local
[all …]
DLegalizeIntegerTypes.cpp257 EVT NVT = TLI.getTypeToTransformTo(*DAG.getContext(), N->getValueType(1)); in PromoteIntRes_AtomicCmpSwap() local
402 EVT NVT = Op.getValueType(); in PromoteIntRes_BSWAP() local
414 EVT NVT = Op.getValueType(); in PromoteIntRes_BITREVERSE() local
452 EVT NVT = Op.getValueType(); in PromoteIntRes_CTLZ() local
470 EVT NVT = Op.getValueType(); in PromoteIntRes_CTTZ() local
485 EVT NVT = TLI.getTypeToTransformTo(*DAG.getContext(), N->getValueType(0)); in PromoteIntRes_EXTRACT_VECTOR_ELT() local
509 EVT NVT = TLI.getTypeToTransformTo(*DAG.getContext(), N->getValueType(0)); in PromoteIntRes_FP_TO_XINT() local
551 EVT NVT = TLI.getTypeToTransformTo(*DAG.getContext(), N->getValueType(0)); in PromoteIntRes_FP_TO_FP16() local
558 EVT NVT = TLI.getTypeToTransformTo(*DAG.getContext(), N->getValueType(0)); in PromoteIntRes_FLT_ROUNDS() local
565 EVT NVT = TLI.getTypeToTransformTo(*DAG.getContext(), N->getValueType(0)); in PromoteIntRes_INT_EXTEND() local
[all …]
DLegalizeTypesGeneric.cpp104 EVT NVT = EVT::getVectorVT(*DAG.getContext(), ElemVT, NumElems); in ExpandRes_BITCAST() local
251 EVT NVT = TLI.getTypeToTransformTo(*DAG.getContext(), ValueVT); in ExpandRes_NormalLoad() local
286 EVT NVT = TLI.getTypeToTransformTo(*DAG.getContext(), OVT); in ExpandRes_VAARG() local
344 EVT NVT = EVT::getVectorVT(*DAG.getContext(), in ExpandOp_BITCAST() local
462 EVT NVT = TLI.getTypeToTransformTo(*DAG.getContext(), ValueVT); in ExpandOp_NormalStore() local
DLegalizeVectorOps.cpp588 MVT NVT = TLI.getTypeToPromoteTo(Node->getOpcode(), VT); in Promote() local
625 MVT NVT = TLI.getTypeToPromoteTo(Node->getOpcode(), VT); in PromoteINT_TO_FP() local
663 MVT NVT = TLI.getTypeToPromoteTo(Node->getOpcode(), VT); in PromoteFP_TO_INT() local
DLegalizeTypes.cpp953 EVT NVT = TLI.getTypeToTransformTo(*DAG.getContext(), Pair.getValueType()); in GetPairElements() local
967 EVT NVT = EVT::getIntegerVT(*DAG.getContext(), in JoinIntegers() local
DLegalizeDAG.cpp260 EVT NVT, EVT VT, const SDLoc &dl, SDValue N1, SDValue N2, in ShuffleWithNarrowerEltType()
527 MVT NVT = TLI.getTypeToPromoteTo(ISD::STORE, VT); in LegalizeStoreOps() local
551 EVT NVT = EVT::getIntegerVT(*DAG.getContext(), in LegalizeStoreOps() local
698 MVT NVT = TLI.getTypeToPromoteTo(Node->getOpcode(), VT); in LegalizeLoadOps() local
742 EVT NVT = EVT::getIntegerVT(*DAG.getContext(), NewWidth); in LegalizeLoadOps() local
4234 MVT NVT = TLI.getTypeToPromoteTo(Node->getOpcode(), OVT); in PromoteNode() local
DLegalizeVectorTypes.cpp517 EVT NVT = N->getValueType(0).getVectorElementType(); in ScalarizeVecRes_SETCC() local
725 EVT NVT = VT.getVectorElementType(); in ScalarizeVecOp_VSETCC() local
1879 EVT NVT = OVT.getHalfNumVectorElementsVT(*DAG.getContext()); in SplitVecRes_VAARG() local
5181 SDValue DAGTypeLegalizer::ModifyToType(SDValue InOp, EVT NVT, in ModifyToType()
DDAGCombiner.cpp10785 EVT NVT = EVT::getVectorVT(*DAG.getContext(), TrTy, SizeRatio * NumElem); in visitTRUNCATE() local
18165 EVT NVT = EVT::getVectorVT(*DAG.getContext(), SclTy, VNTNumElms); in visitCONCAT_VECTORS() local
18486 EVT NVT = N->getValueType(0); in visitEXTRACT_SUBVECTOR() local
DSelectionDAG.cpp5985 EVT NVT = TLI.getTypeToTransformTo(C, VT); in getMemcpyLoadsAndStores() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp809 MVT NVT = TransformToType[SVT.SimpleTy]; in getTypeConversion() local
832 EVT NVT = VT.getRoundIntegerType(Context); in getTypeConversion() local
862 EVT NVT = EVT::getVectorVT(Context, EltVT, NumElts); in getTypeConversion() local
894 MVT NVT = MVT::getVectorVT(EltVT.getSimpleVT(), NumElts); in getTypeConversion() local
928 EVT NVT = VT.getPow2VectorType(Context); in getTypeConversion() local
933 EVT NVT = EVT::getVectorVT(Context, EltVT, VT.getVectorNumElements() / 2); in getTypeConversion() local
1297 MVT NVT = VT.getPow2VectorType(); in computeRegisterProperties() local
1320 MVT NVT = VT.getPow2VectorType(); in computeRegisterProperties() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp3260 MVT NVT = Node->getSimpleValueType(0); in matchBitExtract() local
3516 MVT NVT = Node->getSimpleValueType(0); in matchBEXTRFromAndImm() local
3787 MVT NVT = N->getSimpleValueType(0); in tryShrinkShlLogicImm() local
4369 MVT NVT = N->getSimpleValueType(0); in tryMatchBitSelect() local
4414 MVT NVT = Node->getSimpleValueType(0); in Select() local
DX86ISelLowering.cpp7998 EVT NVT = EVT::getVectorVT(*DAG.getContext(), PVT, NumElems); in LowerAsSplatVectorLoad() local
28194 static SDValue ExtendToType(SDValue InOp, MVT NVT, SelectionDAG &DAG, in ExtendToType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h1212 MVT NVT = VT; in getTypeToPromoteTo() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DLegalizerHelper.cpp3098 LLT NVT = HalfTy; in narrowScalarShiftByConstant() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp9066 MVT NVT = MVT::i32; in performIntMed3ImmCombine() local