| /llvm-project-15.0.7/llvm/lib/Target/MSP430/ |
| H A D | MSP430ISelLowering.h | 127 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 D | MSP430ISelLowering.cpp | 1407 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 D | BPFISelLowering.h | 144 bool isZExtFree(Type *Ty1, Type *Ty2) const override; 145 bool isZExtFree(EVT VT1, EVT VT2) const override;
|
| H A D | BPFISelLowering.cpp | 208 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 D | XCoreISelLowering.h | 97 using TargetLowering::isZExtFree; 98 bool isZExtFree(SDValue Val, EVT VT2) const override;
|
| H A D | XCoreISelLowering.cpp | 177 bool XCoreTargetLowering::isZExtFree(SDValue Val, EVT VT2) const { in isZExtFree() function in XCoreTargetLowering
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUISelLowering.h | 165 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 D | AMDGPUISelLowering.cpp | 807 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 D | AArch64ISelLowering.h | 598 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 D | AArch64ISelLowering.cpp | 12609 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 D | X86ISelLowering.h | 1278 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 D | X86ISelLowering.cpp | 33995 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 D | TargetLowering.h | 2711 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 D | BasicTTIImpl.h | 968 if (TLI->isZExtFree(SrcLT.second, DstLT.second))
|
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.h | 366 bool isZExtFree(SDValue Val, EVT VT2) const override;
|
| H A D | RISCVISelLowering.cpp | 1111 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 D | ARMISelLowering.h | 455 bool isZExtFree(SDValue Val, EVT VT2) const override;
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.h | 1022 bool isZExtFree(SDValue Val, EVT VT2) const override;
|
| H A D | PPCISelLowering.cpp | 16619 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 D | CodeGenPrepare.cpp | 5717 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 D | DAGCombiner.cpp | 5302 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 D | TargetLowering.cpp | 583 TLI.isZExtFree(SmallVT, Op.getValueType())) { in ShrinkDemandedOp()
|
| H A D | SelectionDAG.cpp | 4927 Op = DAG.getTargetLoweringInfo().isZExtFree(Op.getValueType(), SVT) in foldCONCAT_VECTORS()
|
| H A D | SelectionDAGBuilder.cpp | 922 if (ExtendKind == ISD::ANY_EXTEND && TLI.isZExtFree(Val, RegisterVT)) in getCopyToRegs()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CombinerHelper.cpp | 4710 !TLI.isZExtFree(NarrowTy, WideTy, DL, Ctx)) in matchNarrowBinopFeedingAnd()
|