| /freebsd-13.1/contrib/llvm-project/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 | 1403 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()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BPFISelLowering.h | 140 bool isZExtFree(Type *Ty1, Type *Ty2) const override; 141 bool isZExtFree(EVT VT1, EVT VT2) const override;
|
| H A D | BPFISelLowering.cpp | 207 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
|
| /freebsd-13.1/contrib/llvm-project/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 | 179 bool XCoreTargetLowering::isZExtFree(SDValue Val, EVT VT2) const { in isZExtFree() function in XCoreTargetLowering
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUISelLowering.h | 158 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 D | AMDGPUISelLowering.cpp | 940 bool AMDGPUTargetLowering::isZExtFree(Type *Src, Type *Dest) const { in isZExtFree() function in AMDGPUTargetLowering 950 bool AMDGPUTargetLowering::isZExtFree(EVT Src, EVT Dest) const { in isZExtFree() function in AMDGPUTargetLowering 962 bool AMDGPUTargetLowering::isZExtFree(SDValue Val, EVT VT2) const { in isZExtFree() function in AMDGPUTargetLowering 963 return isZExtFree(Val.getValueType(), VT2); in isZExtFree()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.h | 577 bool isZExtFree(Type *Ty1, Type *Ty2) const override; 578 bool isZExtFree(EVT VT1, EVT VT2) const override; 579 bool isZExtFree(SDValue Val, EVT VT2) const override;
|
| H A D | AArch64ISelLowering.cpp | 11377 bool AArch64TargetLowering::isZExtFree(Type *Ty1, Type *Ty2) const { in isZExtFree() function in AArch64TargetLowering 11384 bool AArch64TargetLowering::isZExtFree(EVT VT1, EVT VT2) const { in isZExtFree() function in AArch64TargetLowering 11392 bool AArch64TargetLowering::isZExtFree(SDValue Val, EVT VT2) const { in isZExtFree() function in AArch64TargetLowering 11394 if (isZExtFree(VT1, VT2)) { in isZExtFree()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.h | 1215 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 D | X86ISelLowering.cpp | 32018 bool X86TargetLowering::isZExtFree(Type *Ty1, Type *Ty2) const { in isZExtFree() function in X86TargetLowering 32023 bool X86TargetLowering::isZExtFree(EVT VT1, EVT VT2) const { in isZExtFree() function in X86TargetLowering 32028 bool X86TargetLowering::isZExtFree(SDValue Val, EVT VT2) const { in isZExtFree() function in X86TargetLowering 32030 if (isZExtFree(VT1, VT2)) in isZExtFree()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 2537 if (isZExtFree(I->getOperand(0)->getType(), I->getType())) in isExtFree() 2587 virtual bool isZExtFree(Type *FromTy, Type *ToTy) const { in isZExtFree() function 2591 virtual bool isZExtFree(EVT FromTy, EVT ToTy) const { in isZExtFree() function 2672 virtual bool isZExtFree(SDValue Val, EVT VT2) const { in isZExtFree() function 2673 return isZExtFree(Val.getValueType(), VT2); in isZExtFree()
|
| H A D | BasicTTIImpl.h | 919 if (TLI->isZExtFree(SrcLT.second, DstLT.second))
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.h | 307 bool isZExtFree(SDValue Val, EVT VT2) const override;
|
| H A D | RISCVISelLowering.cpp | 971 bool RISCVTargetLowering::isZExtFree(SDValue Val, EVT VT2) const { in isZExtFree() function in RISCVTargetLowering 982 return TargetLowering::isZExtFree(Val, VT2); in isZExtFree()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.h | 454 bool isZExtFree(SDValue Val, EVT VT2) const override;
|
| H A D | ARMISelLowering.cpp | 17973 bool ARMTargetLowering::isZExtFree(SDValue Val, EVT VT2) const { in isZExtFree() function in ARMTargetLowering
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.h | 986 bool isZExtFree(SDValue Val, EVT VT2) const override;
|
| H A D | PPCISelLowering.cpp | 16213 bool PPCTargetLowering::isZExtFree(SDValue Val, EVT VT2) const { in isZExtFree() function in PPCTargetLowering 16230 return TargetLowering::isZExtFree(Val, VT2); in isZExtFree()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 4871 if (TLI.isZExtFree(VT, XVT) && TLI.isTruncateFree(XVT, VT)) in hoistLogicOpWithSameOpcodeHands() 5194 TLI.isZExtFree(HalfVT, VT)) { in visitANDLike() 10416 (Opcode != ISD::ZERO_EXTEND || !TLI.isZExtFree(N0.getValueType(), VT))) { in tryToFoldExtendOfConstant() 10664 if (TLI.isZExtFree(OrigVT, VT)) in CombineZExtLogicopShiftLoad() 11365 !TLI.isZExtFree(N0.getValueType(), VT))) { in visitZERO_EXTEND() 15993 !LS.DAG->getTargetLoweringInfo().isZExtFree(LoadedType, TruncType)) in Cost() 20787 Op = TLI.isZExtFree(Op.getValueType(), SVT) in combineShuffleOfScalars()
|
| H A D | TargetLowering.cpp | 578 TLI.isZExtFree(SmallVT, Op.getValueType())) { in ShrinkDemandedOp()
|
| H A D | SelectionDAG.cpp | 4609 Op = DAG.getTargetLoweringInfo().isZExtFree(Op.getValueType(), SVT) in foldCONCAT_VECTORS()
|
| H A D | SelectionDAGBuilder.cpp | 911 if (ExtendKind == ISD::ANY_EXTEND && TLI.isZExtFree(Val, RegisterVT)) in getCopyToRegs()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | CodeGenPrepare.cpp | 5695 if (!TLI.isZExtFree(NarrowTy, LargeTy)) in hasSameExtUse()
|