Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.h124 bool isZExtFree(Type *Ty1, Type *Ty2) const override;
125 bool isZExtFree(EVT VT1, EVT VT2) const override;
126 bool isZExtFree(SDValue Val, EVT VT2) const override;
H A DMSP430ISelLowering.cpp1389 bool MSP430TargetLowering::isZExtFree(Type *Ty1, Type *Ty2) const { in isZExtFree() function in MSP430TargetLowering
1394 bool MSP430TargetLowering::isZExtFree(EVT VT1, EVT VT2) const { in isZExtFree() function in MSP430TargetLowering
1399 bool MSP430TargetLowering::isZExtFree(SDValue Val, EVT VT2) const { in isZExtFree() function in MSP430TargetLowering
1400 return isZExtFree(Val.getValueType(), VT2); in isZExtFree()
/freebsd-12.1/contrib/llvm/lib/Target/XCore/
H A DXCoreISelLowering.h99 using TargetLowering::isZExtFree;
100 bool isZExtFree(SDValue Val, EVT VT2) const override;
H A DXCoreISelLowering.cpp179 bool XCoreTargetLowering::isZExtFree(SDValue Val, EVT VT2) const { in isZExtFree() function in XCoreTargetLowering
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.h156 bool isZExtFree(Type *Src, Type *Dest) const override;
157 bool isZExtFree(EVT Src, EVT Dest) const override;
158 bool isZExtFree(SDValue Val, EVT VT2) const override;
H A DAMDGPUISelLowering.cpp809 bool AMDGPUTargetLowering::isZExtFree(Type *Src, Type *Dest) const { in isZExtFree() function in AMDGPUTargetLowering
819 bool AMDGPUTargetLowering::isZExtFree(EVT Src, EVT Dest) const { in isZExtFree() function in AMDGPUTargetLowering
831 bool AMDGPUTargetLowering::isZExtFree(SDValue Val, EVT VT2) const { in isZExtFree() function in AMDGPUTargetLowering
832 return isZExtFree(Val.getValueType(), VT2); in isZExtFree()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h327 bool isZExtFree(Type *Ty1, Type *Ty2) const override;
328 bool isZExtFree(EVT VT1, EVT VT2) const override;
329 bool isZExtFree(SDValue Val, EVT VT2) const override;
H A DAArch64ISelLowering.cpp8202 bool AArch64TargetLowering::isZExtFree(Type *Ty1, Type *Ty2) const { in isZExtFree() function in AArch64TargetLowering
8209 bool AArch64TargetLowering::isZExtFree(EVT VT1, EVT VT2) const { in isZExtFree() function in AArch64TargetLowering
8217 bool AArch64TargetLowering::isZExtFree(SDValue Val, EVT VT2) const { in isZExtFree() function in AArch64TargetLowering
8219 if (isZExtFree(VT1, VT2)) { in isZExtFree()
/freebsd-12.1/contrib/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h56 bool isZExtFree(SDValue Val, EVT VT2) const override;
H A DRISCVISelLowering.cpp261 bool RISCVTargetLowering::isZExtFree(SDValue Val, EVT VT2) const { in isZExtFree() function in RISCVTargetLowering
272 return TargetLowering::isZExtFree(Val, VT2); in isZExtFree()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.h973 bool isZExtFree(Type *Ty1, Type *Ty2) const override;
974 bool isZExtFree(EVT VT1, EVT VT2) const override;
975 bool isZExtFree(SDValue Val, EVT VT2) const override;
H A DX86ISelLowering.cpp27535 bool X86TargetLowering::isZExtFree(Type *Ty1, Type *Ty2) const { in isZExtFree() function in X86TargetLowering
27540 bool X86TargetLowering::isZExtFree(EVT VT1, EVT VT2) const { in isZExtFree() function in X86TargetLowering
27545 bool X86TargetLowering::isZExtFree(SDValue Val, EVT VT2) const { in isZExtFree() function in X86TargetLowering
27547 if (isZExtFree(VT1, VT2)) in isZExtFree()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2209 if (isZExtFree(I->getOperand(0)->getType(), I->getType())) in isExtFree()
2259 virtual bool isZExtFree(Type *FromTy, Type *ToTy) const { in isZExtFree() function
2263 virtual bool isZExtFree(EVT FromTy, EVT ToTy) const { in isZExtFree() function
2334 virtual bool isZExtFree(SDValue Val, EVT VT2) const { in isZExtFree() function
2335 return isZExtFree(Val.getValueType(), VT2); in isZExtFree()
H A DBasicTTIImpl.h414 if (TLI->isZExtFree(OpTy, Ty)) in getOperationCost()
656 TLI->isZExtFree(SrcLT.second, DstLT.second))
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.h335 bool isZExtFree(SDValue Val, EVT VT2) const override;
H A DARMISelLowering.cpp13031 bool ARMTargetLowering::isZExtFree(SDValue Val, EVT VT2) const { in isZExtFree() function in ARMTargetLowering
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h799 bool isZExtFree(SDValue Val, EVT VT2) const override;
H A DPPCISelLowering.cpp14141 bool PPCTargetLowering::isZExtFree(SDValue Val, EVT VT2) const { in isZExtFree() function in PPCTargetLowering
14158 return TargetLowering::isZExtFree(Val, VT2); in isZExtFree()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp3880 if (TLI.isZExtFree(VT, XVT) && TLI.isTruncateFree(XVT, VT)) in hoistLogicOpWithSameOpcodeHands()
4173 TLI.isZExtFree(HalfVT, VT)) { in visitANDLike()
8923 !TLI.isZExtFree(N0.getValueType(), VT))) { in visitZERO_EXTEND()
13266 !LS.DAG->getTargetLoweringInfo().isZExtFree(LoadedType, TruncType)) in Cost()
17314 Op = TLI.isZExtFree(Op.getValueType(), SVT) in combineShuffleOfScalars()
H A DTargetLowering.cpp420 TLI.isZExtFree(SmallVT, Op.getValueType())) { in ShrinkDemandedOp()
H A DSelectionDAG.cpp4058 Op = DAG.getTargetLoweringInfo().isZExtFree(Op.getValueType(), SVT) in FoldCONCAT_VECTORS()
H A DSelectionDAGBuilder.cpp893 if (ExtendKind == ISD::ANY_EXTEND && TLI.isZExtFree(Val, RegisterVT)) in getCopyToRegs()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4929 if (!TLI.isZExtFree(NarrowTy, LargeTy)) in hasSameExtUse()