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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.h115 /// isZExtFree - Return true if any actual instruction that defines a value
123 bool isZExtFree(Type *Ty1, Type *Ty2) const override;
124 bool isZExtFree(EVT VT1, EVT VT2) const override;
125 bool isZExtFree(SDValue Val, EVT VT2) const override;
H A DMSP430ISelLowering.cpp1407 bool MSP430TargetLowering::isZExtFree(Type *Ty1, Type *Ty2) const { function in class:MSP430TargetLowering
1412 bool MSP430TargetLowering::isZExtFree(EVT VT1, EVT VT2) const { function in class:MSP430TargetLowering
1417 bool MSP430TargetLowering::isZExtFree(SDValue Val, EVT VT2) const { function in class:MSP430TargetLowering
1418 return isZExtFree(Val.getValueType(), VT2);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.h98 using TargetLowering::isZExtFree;
99 bool isZExtFree(SDValue Val, EVT VT2) const override;
H A DXCoreISelLowering.cpp179 bool XCoreTargetLowering::isZExtFree(SDValue Val, EVT VT2) const { function in class:XCoreTargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.h171 bool isZExtFree(Type *Src, Type *Dest) const override;
172 bool isZExtFree(EVT Src, EVT Dest) const override;
173 bool isZExtFree(SDValue Val, EVT VT2) const override;
H A DAMDGPUISelLowering.cpp794 bool AMDGPUTargetLowering::isZExtFree(Type *Src, Type *Dest) const { function in class:AMDGPUTargetLowering
804 bool AMDGPUTargetLowering::isZExtFree(EVT Src, EVT Dest) const { function in class:AMDGPUTargetLowering
816 bool AMDGPUTargetLowering::isZExtFree(SDValue Val, EVT VT2) const { function in class:AMDGPUTargetLowering
817 return isZExtFree(Val.getValueType(), VT2);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h75 bool isZExtFree(SDValue Val, EVT VT2) const override;
H A DRISCVISelLowering.cpp329 bool RISCVTargetLowering::isZExtFree(SDValue Val, EVT VT2) const { function in class:RISCVTargetLowering
340 return TargetLowering::isZExtFree(Val, VT2);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h402 bool isZExtFree(Type *Ty1, Type *Ty2) const override;
403 bool isZExtFree(EVT VT1, EVT VT2) const override;
404 bool isZExtFree(SDValue Val, EVT VT2) const override;
H A DAArch64ISelLowering.cpp8885 bool AArch64TargetLowering::isZExtFree(Type *Ty1, Type *Ty2) const { function in class:AArch64TargetLowering
8892 bool AArch64TargetLowering::isZExtFree(EVT VT1, EVT VT2) const { function in class:AArch64TargetLowering
8900 bool AArch64TargetLowering::isZExtFree(SDValue Val, EVT VT2) const { function in class:AArch64TargetLowering
8902 if (isZExtFree(VT1, VT2)) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1074 bool isZExtFree(Type *Ty1, Type *Ty2) const override;
1075 bool isZExtFree(EVT VT1, EVT VT2) const override;
1076 bool isZExtFree(SDValue Val, EVT VT2) const override;
H A DX86ISelLowering.cpp[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2334 if (isZExtFree(I->getOperand(0)->getType(), I->getType()))
2384 virtual bool isZExtFree(Type *FromTy, Type *ToTy) const { function
2388 virtual bool isZExtFree(EVT FromTy, EVT ToTy) const { function
2469 virtual bool isZExtFree(SDValue Val, EVT VT2) const { function
2470 return isZExtFree(Val.getValueType(), VT2);
3117 /// uses isZExtFree and ZERO_EXTEND for the widening cast, but it could be
H A DBasicTTIImpl.h423 if (TLI->isZExtFree(OpTy, Ty))
719 TLI->isZExtFree(SrcLT.second, DstLT.second))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h356 bool isZExtFree(SDValue Val, EVT VT2) const override;
H A DARMISelLowering.cpp14896 bool ARMTargetLowering::isZExtFree(SDValue Val, EVT VT2) const { function in class:ARMTargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h860 bool isZExtFree(SDValue Val, EVT VT2) const override;
H A DPPCISelLowering.cpp15230 bool PPCTargetLowering::isZExtFree(SDValue Val, EVT VT2) const { function in class:PPCTargetLowering
15247 return TargetLowering::isZExtFree(Val, VT2);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp4426 if (TLI.isZExtFree(VT, XVT) && TLI.isTruncateFree(XVT, VT))
4748 TLI.isZExtFree(HalfVT, VT)) {
9107 (Opcode != ISD::ZERO_EXTEND || !TLI.isZExtFree(N0.getValueType(), VT))) {
9355 if (TLI.isZExtFree(OrigVT, VT))
9978 !TLI.isZExtFree(N0.getValueType(), VT))) {
14452 !LS.DAG->getTargetLoweringInfo().isZExtFree(LoadedType, TruncType))
18867 Op = TLI.isZExtFree(Op.getValueType(), SVT)
H A DTargetLowering.cpp534 /// This uses isZExtFree and ZERO_EXTEND for the widening cast, but it could be
566 TLI.isZExtFree(SmallVT, Op.getValueType())) {
H A DSelectionDAGBuilder.cpp908 if (ExtendKind == ISD::ANY_EXTEND && TLI.isZExtFree(Val, RegisterVT))
H A DSelectionDAG.cpp4348 Op = DAG.getTargetLoweringInfo().isZExtFree(Op.getValueType(), SVT)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp5213 if (!TLI.isZExtFree(NarrowTy, LargeTy))

Completed in 869 milliseconds