Home
last modified time | relevance | path

Searched refs:OutVT (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypesGeneric.cpp41 EVT OutVT = N->getValueType(0); in ExpandRes_BITCAST() local
42 EVT NOutVT = TLI.getTypeToTransformTo(*DAG.getContext(), OutVT); in ExpandRes_BITCAST()
66 TLI.hasBigEndianPartOrdering(OutVT, DL)) in ExpandRes_BITCAST()
74 if (TLI.hasBigEndianPartOrdering(OutVT, DAG.getDataLayout())) in ExpandRes_BITCAST()
91 if (TLI.hasBigEndianPartOrdering(OutVT, DAG.getDataLayout())) in ExpandRes_BITCAST()
99 if (InVT.isVector() && OutVT.isInteger()) { in ExpandRes_BITCAST()
180 if (TLI.hasBigEndianPartOrdering(OutVT, DAG.getDataLayout())) in ExpandRes_BITCAST()
DLegalizeIntegerTypes.cpp291 EVT OutVT = N->getValueType(0); in PromoteIntRes_BITCAST() local
292 EVT NOutVT = TLI.getTypeToTransformTo(*DAG.getContext(), OutVT); in PromoteIntRes_BITCAST()
365 unsigned OutSize = OutVT.getSizeInBits(); in PromoteIntRes_BITCAST()
369 OutVT.getVectorElementType(), in PromoteIntRes_BITCAST()
370 OutVT.getVectorNumElements() * Scale); in PromoteIntRes_BITCAST()
374 InOp = DAG.getNode(ISD::EXTRACT_SUBVECTOR, dl, OutVT, InOp, in PromoteIntRes_BITCAST()
383 CreateStackStoreLoad(InOp, OutVT)); in PromoteIntRes_BITCAST()
4192 EVT OutVT = N->getValueType(0); in PromoteIntRes_EXTRACT_SUBVECTOR() local
4193 EVT NOutVT = TLI.getTypeToTransformTo(*DAG.getContext(), OutVT); in PromoteIntRes_EXTRACT_SUBVECTOR()
4195 unsigned OutNumElems = OutVT.getVectorNumElements(); in PromoteIntRes_EXTRACT_SUBVECTOR()
[all …]
DLegalizeVectorTypes.cpp2105 EVT OutVT = EVT::getVectorVT(*DAG.getContext(), ResVT.getVectorElementType(), in SplitVecOp_UnaryOp() local
2109 Lo = DAG.getNode(N->getOpcode(), dl, { OutVT, MVT::Other }, in SplitVecOp_UnaryOp()
2111 Hi = DAG.getNode(N->getOpcode(), dl, { OutVT, MVT::Other }, in SplitVecOp_UnaryOp()
2123 Lo = DAG.getNode(N->getOpcode(), dl, OutVT, Lo); in SplitVecOp_UnaryOp()
2124 Hi = DAG.getNode(N->getOpcode(), dl, OutVT, Hi); in SplitVecOp_UnaryOp()
2520 EVT OutVT = N->getValueType(0); in SplitVecOp_TruncateHelper() local
2521 unsigned NumElements = OutVT.getVectorNumElements(); in SplitVecOp_TruncateHelper()
2522 bool IsFloat = OutVT.isFloatingPoint(); in SplitVecOp_TruncateHelper()
2529 unsigned OutElementSize = OutVT.getScalarSizeInBits(); in SplitVecOp_TruncateHelper()
2533 std::tie(LoOutVT, HiOutVT) = DAG.GetSplitDestVTs(OutVT); in SplitVecOp_TruncateHelper()
[all …]
DDAGCombiner.cpp18910 EVT OutVT = EVT::getVectorVT(*DAG.getContext(), OutSVT, NumElts / Scale); in combineShuffleToVectorExtend() local
18913 if (TLI.isTypeLegal(OutVT)) in combineShuffleToVectorExtend()
18915 TLI.isOperationLegalOrCustom(ISD::ANY_EXTEND_VECTOR_INREG, OutVT)) in combineShuffleToVectorExtend()
18918 SDLoc(SVN), OutVT, N0)); in combineShuffleToVectorExtend()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp4414 MVT OutVT = MVT::getVectorVT(MVT::getIntegerVT(P.Operand * 8), in getPermuteNode() local
4416 Op = DAG.getNode(SystemZISD::PACK, DL, OutVT, Op0, Op1); in getPermuteNode()
5020 EVT OutVT = Op.getValueType(); in lowerExtendVectorInreg() local
5022 unsigned ToBits = OutVT.getScalarSizeInBits(); in lowerExtendVectorInreg()
5026 EVT OutVT = MVT::getVectorVT(MVT::getIntegerVT(FromBits), in lowerExtendVectorInreg() local
5028 PackedOp = DAG.getNode(UnpackHigh, SDLoc(PackedOp), OutVT, PackedOp); in lowerExtendVectorInreg()
5684 EVT OutVT = MVT::getVectorVT(MVT::getIntegerVT(ElemBytes * 16), in combineMERGE() local
5690 SDValue Op = DAG.getNode(Opcode, SDLoc(N), OutVT, Op1); in combineMERGE()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp10978 EVT OutVT = TLI.getTypeToTransformTo(*DAG.getContext(), VT); in getPTest() local
10979 SDValue TVal = DAG.getConstant(1, DL, OutVT); in getPTest()
10980 SDValue FVal = DAG.getConstant(0, DL, OutVT); in getPTest()
10988 SDValue Res = DAG.getNode(AArch64ISD::CSEL, DL, OutVT, FVal, TVal, CC, Test); in getPTest()
12464 SDValue OutVT = DAG.getValueType(RetVT); in performLD1GatherCombine() local
12466 OutVT = DAG.getValueType(HwRetVt); in performLD1GatherCombine()
12471 Base, Offset, OutVT}; in performLD1GatherCombine()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp19761 EVT InVT = MVT::i16, OutVT = MVT::i8; in truncateVectorWithPACK() local
19765 OutVT = MVT::i16; in truncateVectorWithPACK()
19771 OutVT = EVT::getVectorVT(Ctx, OutVT, 128 / OutVT.getSizeInBits()); in truncateVectorWithPACK()
19773 SDValue Res = DAG.getNode(Opcode, DL, OutVT, In, In); in truncateVectorWithPACK()
19785 OutVT = EVT::getVectorVT(Ctx, OutVT, SubSizeInBits / OutVT.getSizeInBits()); in truncateVectorWithPACK()
19791 SDValue Res = DAG.getNode(Opcode, DL, OutVT, Lo, Hi); in truncateVectorWithPACK()
19800 SDValue Res = DAG.getNode(Opcode, DL, OutVT, Lo, Hi); in truncateVectorWithPACK()
19806 int Scale = 64 / OutVT.getScalarSizeInBits(); in truncateVectorWithPACK()
19808 Res = DAG.getVectorShuffle(OutVT, DL, Res, Res, Mask); in truncateVectorWithPACK()
42056 EVT OutVT = N->getValueType(0); in combineVectorTruncationWithPACKUS() local
[all …]
DX86InstrSSE.td3711 multiclass sse2_pack<bits<8> opc, string OpcodeStr, ValueType OutVT,
3722 (OutVT (OpNode (ArgVT RC:$src1), RC:$src2)))]>,
3731 (OutVT (OpNode (ArgVT RC:$src1),
3736 multiclass sse4_pack<bits<8> opc, string OpcodeStr, ValueType OutVT,
3747 (OutVT (OpNode (ArgVT RC:$src1), RC:$src2)))]>,
3756 (OutVT (OpNode (ArgVT RC:$src1),
DX86InstrAVX512.td310 multiclass AVX512_maskable_3src_cast<bits<8> O, Format F, X86VectorVTInfo OutVT,
315 AVX512_maskable_common<O, F, OutVT, Outs,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp8043 EVT OutVT = Op.getValueType(); in LowerINT_TO_FP() local
8044 if (OutVT.isVector() && OutVT.isFloatingPoint() && in LowerINT_TO_FP()