Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.cpp1403 bool MSP430TargetLowering::isZExtFree(Type *Ty1, Type *Ty2) const { in isZExtFree() function in MSP430TargetLowering
1408 bool MSP430TargetLowering::isZExtFree(EVT VT1, EVT VT2) const { in isZExtFree() function in MSP430TargetLowering
1413 bool MSP430TargetLowering::isZExtFree(SDValue Val, EVT VT2) const { in isZExtFree() function in MSP430TargetLowering
1414 return isZExtFree(Val.getValueType(), VT2); in isZExtFree()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBPFISelLowering.h140 bool isZExtFree(Type *Ty1, Type *Ty2) const override;
141 bool isZExtFree(EVT VT1, EVT VT2) const override;
H A DBPFISelLowering.cpp207 bool BPFTargetLowering::isZExtFree(Type *Ty1, Type *Ty2) const { in isZExtFree() function in BPFTargetLowering
215 bool BPFTargetLowering::isZExtFree(EVT VT1, EVT VT2) const { in isZExtFree() function in BPFTargetLowering
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreISelLowering.h97 using TargetLowering::isZExtFree;
98 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
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.h158 bool isZExtFree(Type *Src, Type *Dest) const override;
159 bool isZExtFree(EVT Src, EVT Dest) const override;
160 bool isZExtFree(SDValue Val, EVT VT2) const override;
H A DAMDGPUISelLowering.cpp893 bool AMDGPUTargetLowering::isZExtFree(Type *Src, Type *Dest) const { in isZExtFree() function in AMDGPUTargetLowering
903 bool AMDGPUTargetLowering::isZExtFree(EVT Src, EVT Dest) const { in isZExtFree() function in AMDGPUTargetLowering
915 bool AMDGPUTargetLowering::isZExtFree(SDValue Val, EVT VT2) const { in isZExtFree() function in AMDGPUTargetLowering
916 return isZExtFree(Val.getValueType(), VT2); in isZExtFree()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.h1215 bool isZExtFree(Type *Ty1, Type *Ty2) const override;
1216 bool isZExtFree(EVT VT1, EVT VT2) const override;
1217 bool isZExtFree(SDValue Val, EVT VT2) const override;
H A DX86ISelLowering.cpp31825 bool X86TargetLowering::isZExtFree(Type *Ty1, Type *Ty2) const { in isZExtFree() function in X86TargetLowering
31830 bool X86TargetLowering::isZExtFree(EVT VT1, EVT VT2) const { in isZExtFree() function in X86TargetLowering
31835 bool X86TargetLowering::isZExtFree(SDValue Val, EVT VT2) const { in isZExtFree() function in X86TargetLowering
31837 if (isZExtFree(VT1, VT2)) in isZExtFree()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h576 bool isZExtFree(Type *Ty1, Type *Ty2) const override;
577 bool isZExtFree(EVT VT1, EVT VT2) const override;
578 bool isZExtFree(SDValue Val, EVT VT2) const override;
H A DAArch64ISelLowering.cpp11018 bool AArch64TargetLowering::isZExtFree(Type *Ty1, Type *Ty2) const { in isZExtFree() function in AArch64TargetLowering
11025 bool AArch64TargetLowering::isZExtFree(EVT VT1, EVT VT2) const { in isZExtFree() function in AArch64TargetLowering
11033 bool AArch64TargetLowering::isZExtFree(SDValue Val, EVT VT2) const { in isZExtFree() function in AArch64TargetLowering
11035 if (isZExtFree(VT1, VT2)) { in isZExtFree()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2517 if (isZExtFree(I->getOperand(0)->getType(), I->getType())) in isExtFree()
2567 virtual bool isZExtFree(Type *FromTy, Type *ToTy) const { in isZExtFree() function
2571 virtual bool isZExtFree(EVT FromTy, EVT ToTy) const { in isZExtFree() function
2652 virtual bool isZExtFree(SDValue Val, EVT VT2) const { in isZExtFree() function
2653 return isZExtFree(Val.getValueType(), VT2); in isZExtFree()
H A DBasicTTIImpl.h892 if (TLI->isZExtFree(SrcLT.second, DstLT.second))
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h288 bool isZExtFree(SDValue Val, EVT VT2) const override;
H A DRISCVISelLowering.cpp916 bool RISCVTargetLowering::isZExtFree(SDValue Val, EVT VT2) const { in isZExtFree() function in RISCVTargetLowering
927 return TargetLowering::isZExtFree(Val, VT2); in isZExtFree()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.h441 bool isZExtFree(SDValue Val, EVT VT2) const override;
H A DARMISelLowering.cpp17255 bool ARMTargetLowering::isZExtFree(SDValue Val, EVT VT2) const { in isZExtFree() function in ARMTargetLowering
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h969 bool isZExtFree(SDValue Val, EVT VT2) const override;
H A DPPCISelLowering.cpp16102 bool PPCTargetLowering::isZExtFree(SDValue Val, EVT VT2) const { in isZExtFree() function in PPCTargetLowering
16119 return TargetLowering::isZExtFree(Val, VT2); in isZExtFree()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp4842 if (TLI.isZExtFree(VT, XVT) && TLI.isTruncateFree(XVT, VT)) in hoistLogicOpWithSameOpcodeHands()
5164 TLI.isZExtFree(HalfVT, VT)) { in visitANDLike()
10273 (Opcode != ISD::ZERO_EXTEND || !TLI.isZExtFree(N0.getValueType(), VT))) { in tryToFoldExtendOfConstant()
10521 if (TLI.isZExtFree(OrigVT, VT)) in CombineZExtLogicopShiftLoad()
11168 !TLI.isZExtFree(N0.getValueType(), VT))) { in visitZERO_EXTEND()
15798 !LS.DAG->getTargetLoweringInfo().isZExtFree(LoadedType, TruncType)) in Cost()
20552 Op = TLI.isZExtFree(Op.getValueType(), SVT) in combineShuffleOfScalars()
H A DTargetLowering.cpp587 TLI.isZExtFree(SmallVT, Op.getValueType())) { in ShrinkDemandedOp()
H A DSelectionDAG.cpp4557 Op = DAG.getTargetLoweringInfo().isZExtFree(Op.getValueType(), SVT) in foldCONCAT_VECTORS()
H A DSelectionDAGBuilder.cpp911 if (ExtendKind == ISD::ANY_EXTEND && TLI.isZExtFree(Val, RegisterVT)) in getCopyToRegs()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp5677 if (!TLI.isZExtFree(NarrowTy, LargeTy)) in hasSameExtUse()