| /freebsd-12.1/contrib/llvm/lib/Target/MSP430/ |
| H A D | MSP430ISelLowering.h | 124 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 D | MSP430ISelLowering.cpp | 1389 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 D | XCoreISelLowering.h | 99 using TargetLowering::isZExtFree; 100 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-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUISelLowering.h | 156 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 D | AMDGPUISelLowering.cpp | 809 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 D | AArch64ISelLowering.h | 327 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 D | AArch64ISelLowering.cpp | 8202 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 D | RISCVISelLowering.h | 56 bool isZExtFree(SDValue Val, EVT VT2) const override;
|
| H A D | RISCVISelLowering.cpp | 261 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 D | X86ISelLowering.h | 973 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 D | X86ISelLowering.cpp | 27535 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 D | TargetLowering.h | 2209 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 D | BasicTTIImpl.h | 414 if (TLI->isZExtFree(OpTy, Ty)) in getOperationCost() 656 TLI->isZExtFree(SrcLT.second, DstLT.second))
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.h | 335 bool isZExtFree(SDValue Val, EVT VT2) const override;
|
| H A D | ARMISelLowering.cpp | 13031 bool ARMTargetLowering::isZExtFree(SDValue Val, EVT VT2) const { in isZExtFree() function in ARMTargetLowering
|
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.h | 799 bool isZExtFree(SDValue Val, EVT VT2) const override;
|
| H A D | PPCISelLowering.cpp | 14141 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 D | DAGCombiner.cpp | 3880 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 D | TargetLowering.cpp | 420 TLI.isZExtFree(SmallVT, Op.getValueType())) { in ShrinkDemandedOp()
|
| H A D | SelectionDAG.cpp | 4058 Op = DAG.getTargetLoweringInfo().isZExtFree(Op.getValueType(), SVT) in FoldCONCAT_VECTORS()
|
| H A D | SelectionDAGBuilder.cpp | 893 if (ExtendKind == ISD::ANY_EXTEND && TLI.isZExtFree(Val, RegisterVT)) in getCopyToRegs()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | CodeGenPrepare.cpp | 4929 if (!TLI.isZExtFree(NarrowTy, LargeTy)) in hasSameExtUse()
|