Home
last modified time | relevance | path

Searched refs:isZExtFree (Results 1 – 25 of 28) sorted by relevance

12

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelLowering.h147 bool isZExtFree(Type *Ty1, Type *Ty2) const override;
148 bool isZExtFree(EVT VT1, EVT VT2) const override;
149 bool isZExtFree(SDValue Val, EVT VT2) const override;
H A DBPFISelLowering.cpp214 bool BPFTargetLowering::isZExtFree(Type *Ty1, Type *Ty2) const { in isZExtFree() function in BPFTargetLowering
222 bool BPFTargetLowering::isZExtFree(EVT VT1, EVT VT2) const { in isZExtFree() function in BPFTargetLowering
230 bool BPFTargetLowering::isZExtFree(SDValue Val, EVT VT2) const { in isZExtFree() function in BPFTargetLowering
239 return TargetLoweringBase::isZExtFree(Val, VT2); in isZExtFree()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.h127 bool isZExtFree(Type *Ty1, Type *Ty2) const override;
128 bool isZExtFree(EVT VT1, EVT VT2) const override;
H A DMSP430ISelLowering.cpp1401 bool MSP430TargetLowering::isZExtFree(Type *Ty1, Type *Ty2) const { in isZExtFree() function in MSP430TargetLowering
1406 bool MSP430TargetLowering::isZExtFree(EVT VT1, EVT VT2) const { in isZExtFree() function in MSP430TargetLowering
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.h94 using TargetLowering::isZExtFree;
95 bool isZExtFree(SDValue Val, EVT VT2) const override;
H A DXCoreISelLowering.cpp174 bool XCoreTargetLowering::isZExtFree(SDValue Val, EVT VT2) const { in isZExtFree() function in XCoreTargetLowering
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.h196 bool isZExtFree(Type *Src, Type *Dest) const override;
197 bool isZExtFree(EVT Src, EVT Dest) const override;
H A DAMDGPUISelLowering.cpp956 bool AMDGPUTargetLowering::isZExtFree(Type *Src, Type *Dest) const { in isZExtFree() function in AMDGPUTargetLowering
966 bool AMDGPUTargetLowering::isZExtFree(EVT Src, EVT Dest) const { in isZExtFree() function in AMDGPUTargetLowering
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.h226 bool isZExtFree(SDValue Val, EVT VT2) const override;
H A DLoongArchISelLowering.cpp4919 bool LoongArchTargetLowering::isZExtFree(SDValue Val, EVT VT2) const { in isZExtFree() function in LoongArchTargetLowering
4931 return TargetLowering::isZExtFree(Val, VT2); in isZExtFree()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h663 bool isZExtFree(Type *Ty1, Type *Ty2) const override;
664 bool isZExtFree(EVT VT1, EVT VT2) const override;
665 bool isZExtFree(SDValue Val, EVT VT2) const override;
H A DAArch64ISelLowering.cpp14756 bool AArch64TargetLowering::isZExtFree(Type *Ty1, Type *Ty2) const { in isZExtFree() function in AArch64TargetLowering
14763 bool AArch64TargetLowering::isZExtFree(EVT VT1, EVT VT2) const { in isZExtFree() function in AArch64TargetLowering
14771 bool AArch64TargetLowering::isZExtFree(SDValue Val, EVT VT2) const { in isZExtFree() function in AArch64TargetLowering
14773 if (isZExtFree(VT1, VT2)) { in isZExtFree()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1353 bool isZExtFree(Type *Ty1, Type *Ty2) const override;
1354 bool isZExtFree(EVT VT1, EVT VT2) const override;
1355 bool isZExtFree(SDValue Val, EVT VT2) const override;
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2883 if (isZExtFree(I->getOperand(0)->getType(), I->getType())) in isExtFree()
2933 virtual bool isZExtFree(Type *FromTy, Type *ToTy) const { in isZExtFree() function
2937 virtual bool isZExtFree(EVT FromTy, EVT ToTy) const { return false; } in isZExtFree() function
2938 virtual bool isZExtFree(LLT FromTy, LLT ToTy, const DataLayout &DL, in isZExtFree() function
2940 return isZExtFree(getApproximateEVTForLLT(FromTy, DL, Ctx), in isZExtFree()
2947 virtual bool isZExtFree(SDValue Val, EVT VT2) const { in isZExtFree() function
2948 return isZExtFree(Val.getValueType(), VT2); in isZExtFree()
H A DBasicTTIImpl.h1077 if (TLI->isZExtFree(SrcLT.second, DstLT.second))
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h450 bool isZExtFree(SDValue Val, EVT VT2) const override;
H A DRISCVISelLowering.cpp1786 bool RISCVTargetLowering::isZExtFree(SDValue Val, EVT VT2) const { in isZExtFree() function in RISCVTargetLowering
1798 return TargetLowering::isZExtFree(Val, VT2); in isZExtFree()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h463 bool isZExtFree(SDValue Val, EVT VT2) const override;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1023 bool isZExtFree(SDValue Val, EVT VT2) const override;
H A DPPCISelLowering.cpp17191 bool PPCTargetLowering::isZExtFree(SDValue Val, EVT VT2) const { in isZExtFree() function in PPCTargetLowering
17208 return TargetLowering::isZExtFree(Val, VT2); in isZExtFree()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp5818 if (TLI.isZExtFree(VT, XVT) && TLI.isTruncateFree(XVT, VT)) in hoistLogicOpWithSameOpcodeHands()
7057 TLI.isTruncateFree(VT, SrcVT) && TLI.isZExtFree(SrcVT, VT) && in visitAND()
7072 (ExtOpc != ISD::ZERO_EXTEND || !TLI.isZExtFree(N0Op0, VT)) && in visitAND()
11001 if (TLI.isTruncateFree(VT, ExtVT) && TLI.isZExtFree(ExtVT, VT) && in visitABS()
12746 (Opcode != ISD::ZERO_EXTEND || !TLI.isZExtFree(N0.getValueType(), VT))) { in tryToFoldExtendOfConstant()
12991 if (TLI.isZExtFree(OrigVT, VT)) in CombineZExtLogicopShiftLoad()
13738 !TLI.isZExtFree(N0.getValueType(), VT))) { in visitZERO_EXTEND()
13766 if (ISD::isBitwiseLogicOp(N0.getOpcode()) && !TLI.isZExtFree(N0, VT) && in visitZERO_EXTEND()
13878 !TLI.isZExtFree(N0, VT)) { in visitZERO_EXTEND()
18876 !LS.DAG->getTargetLoweringInfo().isZExtFree(LoadedType, TruncType)) in Cost()
[all …]
H A DTargetLowering.cpp600 if (TLI.isTruncateFree(VT, SmallVT) && TLI.isZExtFree(SmallVT, VT)) { in ShrinkDemandedOp()
1841 isTruncateFree(VT, HalfVT) && isZExtFree(HalfVT, VT) && in SimplifyDemandedBits()
1949 isTruncateFree(VT, HalfVT) && isZExtFree(HalfVT, VT) && in SimplifyDemandedBits()
H A DSelectionDAGBuilder.cpp969 if (ExtendKind == ISD::ANY_EXTEND && TLI.isZExtFree(Val, RegisterVT)) in getCopyToRegs()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp5954 if (!TLI.isZExtFree(NarrowTy, LargeTy)) in hasSameExtUse()
7388 TLI->isZExtFree(ConditionType, PHIType); in optimizeSwitchPhiConstants()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp4875 !TLI.isZExtFree(NarrowTy, WideTy, DL, Ctx)) in matchNarrowBinopFeedingAnd()

12