Home
last modified time | relevance | path

Searched refs:TruncVT (Results 1 – 12 of 12) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h584 SDValue combineTruncateExtract(const SDLoc &DL, EVT TruncVT, SDValue Op,
H A DSystemZISelLowering.cpp5223 const SDLoc &DL, EVT TruncVT, SDValue Op, DAGCombinerInfo &DCI) const { in combineTruncateExtract() argument
5228 TruncVT.getSizeInBits() % 8 == 0) { in combineTruncateExtract()
5234 unsigned TruncBytes = TruncVT.getStoreSize(); in combineTruncateExtract()
5248 EVT ResVT = (TruncBytes < 4 ? MVT::i32 : TruncVT); in combineTruncateExtract()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp5596 EVT TruncVT = TLI->getValueType(*DL, I->getType()); in optimizeLoadExt() local
5597 unsigned TruncBitWidth = TruncVT.getSizeInBits(); in optimizeLoadExt()
5625 EVT TruncVT = TLI->getValueType(*DL, TruncTy); in optimizeLoadExt() local
5628 if (!LoadResultVT.bitsGT(TruncVT) || !TruncVT.isRound() || in optimizeLoadExt()
5629 !TLI->isLoadExtLegal(ISD::ZEXTLOAD, LoadResultVT, TruncVT)) in optimizeLoadExt()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.h755 ArrayRef<int> ShuffleMask, EVT SrcVT, EVT TruncVT) const override;
H A DX86ISelLowering.cpp18441 MVT TruncVT = MVT::v4i1; in LowerFP_TO_INT() local
18446 TruncVT = MVT::v8i1; in LowerFP_TO_INT()
18453 Res = DAG.getNode(ISD::TRUNCATE, dl, TruncVT, Res); in LowerFP_TO_INT()
40163 EVT TruncVT = EVT::getIntegerVT(*DAG.getContext(), 32); in combineSIntToFP() local
40165 TruncVT = EVT::getVectorVT(*DAG.getContext(), TruncVT, in combineSIntToFP()
40168 SDValue Trunc = DAG.getNode(ISD::TRUNCATE, dl, TruncVT, Op0); in combineSIntToFP()
40821 EVT TruncVT = EVT::getVectorVT(*DAG.getContext(), MVT::i16, in matchPMADDWD() local
40824 DAG.getNode(ISD::TRUNCATE, DL, TruncVT, Ops[0]), in matchPMADDWD()
40825 DAG.getNode(ISD::TRUNCATE, DL, TruncVT, Ops[1])); in matchPMADDWD()
41772 ArrayRef<int> ShuffleMask, EVT SrcVT, EVT TruncVT) const { in isDesirableToCombineBuildVectorToShuffleTruncate()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp6402 EVT TruncVT = N->getValueType(0); in distributeTruncateThroughAnd() local
6404 SDValue Trunc00 = DAG.getNode(ISD::TRUNCATE, DL, TruncVT, N00); in distributeTruncateThroughAnd()
6405 SDValue Trunc01 = DAG.getNode(ISD::TRUNCATE, DL, TruncVT, N01); in distributeTruncateThroughAnd()
6408 return DAG.getNode(ISD::AND, DL, TruncVT, Trunc00, Trunc01); in distributeTruncateThroughAnd()
6782 EVT TruncVT = EVT::getIntegerVT(Ctx, OpSizeInBits - N1C->getZExtValue()); in visitSRA() local
6785 TruncVT = EVT::getVectorVT(Ctx, TruncVT, VT.getVectorNumElements()); in visitSRA()
6795 TLI.isOperationLegalOrCustom(ISD::SIGN_EXTEND, TruncVT) && in visitSRA()
6797 TLI.isTruncateFree(VT, TruncVT)) { in visitSRA()
6803 SDValue Trunc = DAG.getNode(ISD::TRUNCATE, DL, TruncVT, in visitSRA()
H A DLegalizeIntegerTypes.cpp840 EVT TruncVT = EVT::getVectorVT(*DAG.getContext(), in PromoteIntRes_TRUNCATE() local
842 SDValue WideTrunc = DAG.getNode(ISD::TRUNCATE, dl, TruncVT, WideInOp); in PromoteIntRes_TRUNCATE()
H A DLegalizeVectorTypes.cpp3417 EVT TruncVT = EVT::getVectorVT(Ctx, ToMaskVT.getVectorElementType(), in convertMask() local
3419 Mask = DAG.getNode(ISD::TRUNCATE, SDLoc(Mask), TruncVT, Mask); in convertMask()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3110 ArrayRef<int> ShuffleMask, EVT SrcVT, EVT TruncVT) const { in isDesirableToCombineBuildVectorToShuffleTruncate() argument
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp6403 EVT TruncVT = EVT::getIntegerVT(*DAG.getContext(), MemVT.getSizeInBits()); in widenLoad() local
6407 TruncVT = MemVT.changeTypeToInteger(); in widenLoad()
6413 DAG.getValueType(TruncVT)); in widenLoad()
6416 Cvt = DAG.getZeroExtendInReg(NewLoad, SL, TruncVT); in widenLoad()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp2578 MVT TruncVT = MVT::getIntegerVT(EltSize); in skipExtensionForVectorMULL() local
2587 return DAG.getBuildVector(MVT::getVectorVT(TruncVT, NumElts), dl, Ops); in skipExtensionForVectorMULL()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp7330 MVT TruncVT = MVT::getIntegerVT(EltSize); in SkipExtensionForVMULL() local
7340 return DAG.getBuildVector(MVT::getVectorVT(TruncVT, NumElts), dl, Ops); in SkipExtensionForVMULL()