Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/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;
129 bool isZExtFree(SDValue Val, EVT VT2) const override;
H A DMSP430ISelLowering.cpp1407 bool MSP430TargetLowering::isZExtFree(Type *Ty1, Type *Ty2) const { in isZExtFree() function in MSP430TargetLowering
1412 bool MSP430TargetLowering::isZExtFree(EVT VT1, EVT VT2) const { in isZExtFree() function in MSP430TargetLowering
1417 bool MSP430TargetLowering::isZExtFree(SDValue Val, EVT VT2) const { in isZExtFree() function in MSP430TargetLowering
1418 return isZExtFree(Val.getValueType(), VT2); in isZExtFree()
/llvm-project-15.0.7/llvm/lib/Target/BPF/
H A DBPFISelLowering.h144 bool isZExtFree(Type *Ty1, Type *Ty2) const override;
145 bool isZExtFree(EVT VT1, EVT VT2) const override;
H A DBPFISelLowering.cpp208 bool BPFTargetLowering::isZExtFree(Type *Ty1, Type *Ty2) const { in isZExtFree() function in BPFTargetLowering
216 bool BPFTargetLowering::isZExtFree(EVT VT1, EVT VT2) const { in isZExtFree() function in BPFTargetLowering
/llvm-project-15.0.7/llvm/lib/Target/XCore/
H A DXCoreISelLowering.h97 using TargetLowering::isZExtFree;
98 bool isZExtFree(SDValue Val, EVT VT2) const override;
H A DXCoreISelLowering.cpp177 bool XCoreTargetLowering::isZExtFree(SDValue Val, EVT VT2) const { in isZExtFree() function in XCoreTargetLowering
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.h165 bool isZExtFree(Type *Src, Type *Dest) const override;
166 bool isZExtFree(EVT Src, EVT Dest) const override;
167 bool isZExtFree(SDValue Val, EVT VT2) const override;
H A DAMDGPUISelLowering.cpp807 bool AMDGPUTargetLowering::isZExtFree(Type *Src, Type *Dest) const { in isZExtFree() function in AMDGPUTargetLowering
817 bool AMDGPUTargetLowering::isZExtFree(EVT Src, EVT Dest) const { in isZExtFree() function in AMDGPUTargetLowering
829 bool AMDGPUTargetLowering::isZExtFree(SDValue Val, EVT VT2) const { in isZExtFree() function in AMDGPUTargetLowering
830 return isZExtFree(Val.getValueType(), VT2); in isZExtFree()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h598 bool isZExtFree(Type *Ty1, Type *Ty2) const override;
599 bool isZExtFree(EVT VT1, EVT VT2) const override;
600 bool isZExtFree(SDValue Val, EVT VT2) const override;
H A DAArch64ISelLowering.cpp12609 bool AArch64TargetLowering::isZExtFree(Type *Ty1, Type *Ty2) const { in isZExtFree() function in AArch64TargetLowering
12616 bool AArch64TargetLowering::isZExtFree(EVT VT1, EVT VT2) const { in isZExtFree() function in AArch64TargetLowering
12624 bool AArch64TargetLowering::isZExtFree(SDValue Val, EVT VT2) const { in isZExtFree() function in AArch64TargetLowering
12626 if (isZExtFree(VT1, VT2)) { in isZExtFree()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.h1278 bool isZExtFree(Type *Ty1, Type *Ty2) const override;
1279 bool isZExtFree(EVT VT1, EVT VT2) const override;
1280 bool isZExtFree(SDValue Val, EVT VT2) const override;
H A DX86ISelLowering.cpp33995 bool X86TargetLowering::isZExtFree(Type *Ty1, Type *Ty2) const { in isZExtFree() function in X86TargetLowering
34000 bool X86TargetLowering::isZExtFree(EVT VT1, EVT VT2) const { in isZExtFree() function in X86TargetLowering
34005 bool X86TargetLowering::isZExtFree(SDValue Val, EVT VT2) const { in isZExtFree() function in X86TargetLowering
34007 if (isZExtFree(VT1, VT2)) in isZExtFree()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2711 if (isZExtFree(I->getOperand(0)->getType(), I->getType())) in isExtFree()
2761 virtual bool isZExtFree(Type *FromTy, Type *ToTy) const { in isZExtFree() function
2765 virtual bool isZExtFree(EVT FromTy, EVT ToTy) const { return false; } in isZExtFree() function
2766 virtual bool isZExtFree(LLT FromTy, LLT ToTy, const DataLayout &DL, in isZExtFree() function
2768 return isZExtFree(getApproximateEVTForLLT(FromTy, DL, Ctx), in isZExtFree()
2853 virtual bool isZExtFree(SDValue Val, EVT VT2) const { in isZExtFree() function
2854 return isZExtFree(Val.getValueType(), VT2); in isZExtFree()
H A DBasicTTIImpl.h968 if (TLI->isZExtFree(SrcLT.second, DstLT.second))
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h366 bool isZExtFree(SDValue Val, EVT VT2) const override;
H A DRISCVISelLowering.cpp1111 bool RISCVTargetLowering::isZExtFree(SDValue Val, EVT VT2) const { in isZExtFree() function in RISCVTargetLowering
1123 return TargetLowering::isZExtFree(Val, VT2); in isZExtFree()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelLowering.h455 bool isZExtFree(SDValue Val, EVT VT2) const override;
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1022 bool isZExtFree(SDValue Val, EVT VT2) const override;
H A DPPCISelLowering.cpp16619 bool PPCTargetLowering::isZExtFree(SDValue Val, EVT VT2) const { in isZExtFree() function in PPCTargetLowering
16636 return TargetLowering::isZExtFree(Val, VT2); in isZExtFree()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp5717 if (!TLI.isZExtFree(NarrowTy, LargeTy)) in hasSameExtUse()
7098 TLI->isZExtFree(ConditionType, PHIType); in optimizeSwitchPhiConstants()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp5302 if (TLI.isZExtFree(VT, XVT) && TLI.isTruncateFree(XVT, VT)) in hoistLogicOpWithSameOpcodeHands()
5623 TLI.isZExtFree(HalfVT, VT)) { in visitANDLike()
11343 (Opcode != ISD::ZERO_EXTEND || !TLI.isZExtFree(N0.getValueType(), VT))) { in tryToFoldExtendOfConstant()
11590 if (TLI.isZExtFree(OrigVT, VT)) in CombineZExtLogicopShiftLoad()
12305 !TLI.isZExtFree(N0.getValueType(), VT))) { in visitZERO_EXTEND()
16934 !LS.DAG->getTargetLoweringInfo().isZExtFree(LoadedType, TruncType)) in Cost()
22073 : (TLI.isZExtFree(Op.getValueType(), SVT) in combineShuffleOfScalars()
H A DTargetLowering.cpp583 TLI.isZExtFree(SmallVT, Op.getValueType())) { in ShrinkDemandedOp()
H A DSelectionDAG.cpp4927 Op = DAG.getTargetLoweringInfo().isZExtFree(Op.getValueType(), SVT) in foldCONCAT_VECTORS()
H A DSelectionDAGBuilder.cpp922 if (ExtendKind == ISD::ANY_EXTEND && TLI.isZExtFree(Val, RegisterVT)) in getCopyToRegs()
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp4710 !TLI.isZExtFree(NarrowTy, WideTy, DL, Ctx)) in matchNarrowBinopFeedingAnd()

12