| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.h | 667 SDValue combineTruncateExtract(const SDLoc &DL, EVT TruncVT, SDValue Op,
|
| H A D | SystemZISelLowering.cpp | 5858 const SDLoc &DL, EVT TruncVT, SDValue Op, DAGCombinerInfo &DCI) const { in combineTruncateExtract() argument 5863 TruncVT.getSizeInBits() % 8 == 0) { in combineTruncateExtract() 5869 unsigned TruncBytes = TruncVT.getStoreSize(); in combineTruncateExtract() 5883 EVT ResVT = (TruncBytes < 4 ? MVT::i32 : TruncVT); in combineTruncateExtract()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | CodeGenPrepare.cpp | 6519 EVT TruncVT = TLI->getValueType(*DL, I->getType()); in optimizeLoadExt() local 6520 unsigned TruncBitWidth = TruncVT.getSizeInBits(); in optimizeLoadExt() 6548 EVT TruncVT = TLI->getValueType(*DL, TruncTy); in optimizeLoadExt() local 6551 if (!LoadResultVT.bitsGT(TruncVT) || !TruncVT.isRound() || in optimizeLoadExt() 6552 !TLI->isLoadExtLegal(ISD::ZEXTLOAD, LoadResultVT, TruncVT)) in optimizeLoadExt()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 8124 EVT TruncVT = N->getValueType(0); in distributeTruncateThroughAnd() local 8126 TLI.isTypeDesirableForOp(ISD::AND, TruncVT)) { in distributeTruncateThroughAnd() 8135 return DAG.getNode(ISD::AND, DL, TruncVT, Trunc00, Trunc01); in distributeTruncateThroughAnd() 8644 TruncVT = EVT::getVectorVT(Ctx, TruncVT, VT.getVectorElementCount()); in visitSRA() 8654 TLI.isOperationLegalOrCustom(ISD::SIGN_EXTEND, TruncVT) && in visitSRA() 8656 TLI.isTruncateFree(VT, TruncVT)) { in visitSRA() 8662 SDValue Trunc = DAG.getNode(ISD::TRUNCATE, DL, TruncVT, in visitSRA() 8684 TruncVT = EVT::getVectorVT(Ctx, TruncVT, VT.getVectorElementCount()); in visitSRA() 8690 if (TruncVT.isSimple() && isTypeLegal(TruncVT) && in visitSRA() 8691 TLI.isTruncateFree(VT, TruncVT)) { in visitSRA() [all …]
|
| H A D | LegalizeVectorTypes.cpp | 4212 EVT TruncVT = EVT::getVectorVT(Ctx, ToMaskVT.getVectorElementType(), in convertMask() local 4214 Mask = DAG.getNode(ISD::TRUNCATE, SDLoc(Mask), TruncVT, Mask); in convertMask()
|
| H A D | LegalizeIntegerTypes.cpp | 1266 EVT TruncVT = EVT::getVectorVT(*DAG.getContext(), in PromoteIntRes_TRUNCATE() local 1268 SDValue WideTrunc = DAG.getNode(ISD::TRUNCATE, dl, TruncVT, WideInOp); in PromoteIntRes_TRUNCATE()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 11619 MVT TruncVT = MVT::getVectorVT(DstSVT, NumSrcElts); in getAVX512TruncNode() local 11625 MVT TruncVT = MVT::getVectorVT(DstSVT, NumSrcElts); in getAVX512TruncNode() local 11641 if (DstVT != TruncVT) in getAVX512TruncNode() 21336 MVT TruncVT = MVT::v4i1; in LowerFP_TO_INT() local 21347 TruncVT = MVT::v8i1; in LowerFP_TO_INT() 21366 Res = DAG.getNode(ISD::TRUNCATE, dl, TruncVT, Res); in LowerFP_TO_INT() 46302 TLI.isTruncStoreLegal(SrcVT, TruncVT)) { in combineStore() 49101 EVT TruncVT = Trunc.getValueType(); in combineToFPTruncExtElt() local 49103 unsigned DestWidth = TruncVT.getSizeInBits(); in combineToFPTruncExtElt() 49189 EVT TruncVT = MVT::i32; in combineSIntToFP() local [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIISelLowering.cpp | 8030 EVT TruncVT = EVT::getIntegerVT(*DAG.getContext(), MemVT.getSizeInBits()); in widenLoad() local 8034 TruncVT = MemVT.changeTypeToInteger(); in widenLoad() 8040 DAG.getValueType(TruncVT)); in widenLoad() 8043 Cvt = DAG.getZeroExtendInReg(NewLoad, SL, TruncVT); in widenLoad()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 3635 MVT TruncVT = MVT::getIntegerVT(EltSize); in skipExtensionForVectorMULL() local 3644 return DAG.getBuildVector(MVT::getVectorVT(TruncVT, NumElts), dl, Ops); in skipExtensionForVectorMULL()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 9226 MVT TruncVT = MVT::getIntegerVT(EltSize); in SkipExtensionForVMULL() local 9236 return DAG.getBuildVector(MVT::getVectorVT(TruncVT, NumElts), dl, Ops); in SkipExtensionForVMULL()
|