Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp182 EVT NVT = TLI.getTypeToTransformTo(*DAG.getContext(), N->getValueType(0)); in SoftenFloatRes_Unary() local
201 EVT NVT = TLI.getTypeToTransformTo(*DAG.getContext(), N->getValueType(0)); in SoftenFloatRes_Binary() local
293 EVT NVT = TLI.getTypeToTransformTo(*DAG.getContext(), N->getValueType(0)); in SoftenFloatRes_FABS() local
506 EVT NVT = TLI.getTypeToTransformTo(*DAG.getContext(), N->getValueType(0)); in SoftenFloatRes_FMA() local
549 EVT NVT = TLI.getTypeToTransformTo(*DAG.getContext(), N->getValueType(0)); in SoftenFloatRes_FNEG() local
560 EVT NVT = TLI.getTypeToTransformTo(*DAG.getContext(), N->getValueType(0)); in SoftenFloatRes_FP_EXTEND() local
622 EVT NVT = TLI.getTypeToTransformTo(*DAG.getContext(), N->getValueType(0)); in SoftenFloatRes_FP16_TO_FP() local
633 EVT NVT = TLI.getTypeToTransformTo(*DAG.getContext(), MVT::f32); in SoftenFloatRes_BF16_TO_FP() local
645 EVT NVT = TLI.getTypeToTransformTo(*DAG.getContext(), N->getValueType(0)); in SoftenFloatRes_FP_ROUND() local
697 EVT NVT = TLI.getTypeToTransformTo(*DAG.getContext(), N->getValueType(0)); in SoftenFloatRes_ExpOp() local
[all …]
H A DLegalizeIntegerTypes.cpp416 EVT NVT = TLI.getTypeToTransformTo(*DAG.getContext(), N->getValueType(1)); in PromoteIntRes_AtomicCmpSwap() local
573 EVT NVT = Op.getValueType(); in PromoteIntRes_BSWAP() local
601 EVT NVT = Op.getValueType(); in PromoteIntRes_BITREVERSE() local
651 EVT NVT = TLI.getTypeToTransformTo(*DAG.getContext(), OVT); in PromoteIntRes_CTLZ() local
710 EVT NVT = TLI.getTypeToTransformTo(*DAG.getContext(), OVT); in PromoteIntRes_CTPOP_PARITY() local
741 EVT NVT = Op.getValueType(); in PromoteIntRes_CTTZ() local
789 EVT NVT = TLI.getTypeToTransformTo(*DAG.getContext(), N->getValueType(0)); in PromoteIntRes_EXTRACT_VECTOR_ELT() local
813 EVT NVT = TLI.getTypeToTransformTo(*DAG.getContext(), N->getValueType(0)); in PromoteIntRes_FP_TO_XINT() local
868 EVT NVT = TLI.getTypeToTransformTo(*DAG.getContext(), N->getValueType(0)); in PromoteIntRes_FP_TO_XINT_SAT() local
875 EVT NVT = TLI.getTypeToTransformTo(*DAG.getContext(), N->getValueType(0)); in PromoteIntRes_FP_TO_FP16_BF16() local
[all …]
H A DLegalizeTypesGeneric.cpp107 EVT NVT = EVT::getVectorVT(*DAG.getContext(), ElemVT, NumElems); in ExpandRes_BITCAST() local
255 EVT NVT = TLI.getTypeToTransformTo(*DAG.getContext(), ValueVT); in ExpandRes_NormalLoad() local
289 EVT NVT = TLI.getTypeToTransformTo(*DAG.getContext(), OVT); ExpandRes_VAARG() local
347 EVT NVT = EVT::getVectorVT(*DAG.getContext(), ExpandOp_BITCAST() local
464 EVT NVT = TLI.getTypeToTransformTo(*DAG.getContext(), ValueVT); ExpandOp_NormalStore() local
[all...]
H A DLegalizeTypes.cpp987 EVT NVT = TLI.getTypeToTransformTo(*DAG.getContext(), Pair.getValueType()); in GetPairElements() local
998 EVT NVT = EVT::getIntegerVT(*DAG.getContext(), in JoinIntegers() local
H A DLegalizeDAG.cpp282 EVT NVT, EVT VT, const SDLoc &dl, SDValue N1, SDValue N2, in ShuffleWithNarrowerEltType()
519 MVT NVT = TLI.getTypeToPromoteTo(ISD::STORE, VT); in LegalizeStoreOps() local
543 EVT NVT = EVT::getIntegerVT(*DAG.getContext(), StSize.getFixedValue()); in LegalizeStoreOps() local
690 MVT NVT = TLI.getTypeToPromoteTo(Node->getOpcode(), VT); in LegalizeLoadOps() local
733 EVT NVT = EVT::getIntegerVT(*DAG.getContext(), NewWidth); in LegalizeLoadOps() local
4815 EVT NVT = EVT(); in ConvertNodeToLibcall() local
4858 EVT NVT = EVT(); in ConvertNodeToLibcall() local
5110 MVT NVT = TLI.getTypeToPromoteTo(Node->getOpcode(), OVT); in PromoteNode() local
H A DLegalizeVectorOps.cpp710 MVT NVT = TLI.getTypeToPromoteTo(Node->getOpcode(), VT); in Promote() local
751 MVT NVT = TLI.getTypeToPromoteTo(Node->getOpcode(), VT); in PromoteINT_TO_FP() local
789 MVT NVT = TLI.getTypeToPromoteTo(Node->getOpcode(), VT); in PromoteFP_TO_INT() local
H A DLegalizeVectorTypes.cpp675 EVT NVT = N->getValueType(0).getVectorElementType(); ScalarizeVecRes_SETCC() local
920 EVT NVT = VT.getVectorElementType(); ScalarizeVecOp_VSETCC() local
2978 EVT NVT = OVT.getHalfNumVectorElementsVT(*DAG.getContext()); SplitVecRes_VAARG() local
7716 ModifyToType(SDValue InOp,EVT NVT,bool FillWithZeroes) ModifyToType() argument
[all...]
H A DDAGCombiner.cpp14996 EVT NVT = EVT::getVectorVT(*DAG.getContext(), TrTy, NewEltCnt); in visitTRUNCATE() local
24239 EVT NVT = EVT::getVectorVT(*DAG.getContext(), SclTy, VNTNumElms); in visitCONCAT_VECTORS() local
24764 EVT NVT = N->getValueType(0); in visitEXTRACT_SUBVECTOR() local
H A DTargetLowering.cpp1062 EVT NVT = EVT::getIntegerVT(*DAG.getContext(), llvm::bit_ceil(MinWidth)); in combineShiftToAVG() local
H A DSelectionDAG.cpp7930 EVT NVT = TLI.getTypeToTransformTo(C, VT); in getMemcpyLoadsAndStores() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp929 MVT NVT = TransformToType[SVT.SimpleTy]; in getTypeConversion() local
951 EVT NVT = VT.getRoundIntegerType(Context); in getTypeConversion() local
981 EVT NVT = EVT::getVectorVT(Context, EltVT, NumElts); in getTypeConversion() local
1016 MVT NVT = MVT::getVectorVT(EltVT.getSimpleVT(), NumElts); in getTypeConversion() local
1050 EVT NVT = VT.getPow2VectorType(Context); in getTypeConversion() local
1058 EVT NVT = EVT::getVectorVT(Context, EltVT, in getTypeConversion() local
1437 MVT NVT = VT.getPow2VectorType(); in computeRegisterProperties() local
1460 MVT NVT = VT.getPow2VectorType(); in computeRegisterProperties() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp3791 MVT NVT = Node->getSimpleValueType(0); in matchBitExtract() local
4092 MVT NVT = Node->getSimpleValueType(0); in matchBEXTRFromAndImm() local
4409 MVT NVT = N->getSimpleValueType(0); in tryShrinkShlLogicImm() local
4584 MVT NVT = Root->getSimpleValueType(0); in matchVPTERNLOG() local
4647 MVT NVT = N->getSimpleValueType(0); in tryVPTERNLOG() local
5030 MVT NVT = N->getSimpleValueType(0); in tryMatchBitSelect() local
5076 MVT NVT = Node->getSimpleValueType(0); in Select() local
H A DX86ISelLowering.cpp6836 EVT NVT = EVT::getVectorVT(*DAG.getContext(), PVT, NumElems); in LowerAsSplatVectorLoad() local
17785 MVT NVT = VT.changeVectorElementTypeToInteger(); in LowerVSELECT() local
19305 MVT NVT = VT.isVector() ? VT.changeVectorElementType(MVT::f32) : MVT::f32; in promoteXINT_TO_FP() local
20868 MVT NVT = VT.isVector() ? VT.changeVectorElementType(MVT::f32) : MVT::f32; in LowerFP_TO_INT() local
20965 MVT NVT = VT.changeVectorElementType(MVT::i32); in LowerFP_TO_INT() local
24051 MVT NVT = VT.changeTypeToInteger(); in LowerSELECT() local
31908 static SDValue ExtendToType(SDValue InOp, MVT NVT, SelectionDAG &DAG, in ExtendToType()
32903 EVT NVT = VT.isVector() ? VT.changeVectorElementType(MVT::f32) : MVT::f32; in ReplaceNodeResults() local
41401 EVT NVT = V1.getOperand(0).getValueType(); in combineTargetShuffle() local
52600 MVT NVT = MVT::getVectorVT(MVT::i8, NumElems * 2); in detectPMADDUBSW() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp6538 MVT NVT = LowerOperation() local
6557 MVT NVT = MVT::getVectorVT(MVT::f32, LowerOperation() local
7175 MVT NVT = LowerOperation() local
7194 MVT NVT = MVT::getVectorVT(MVT::f32, LowerOperation() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1640 MVT NVT = VT; in getTypeToPromoteTo() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp5203 LLT NVT = HalfTy; in narrowScalarShiftByConstant() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp19365 EVT NVT = EVT::getVectorVT(*DAG.getContext(), FVT, N->getNumOperands()); in performConcatVectorsCombine() local