| /openbsd-src/gnu/llvm/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 | 1406 bool MSP430TargetLowering::isZExtFree(Type *Ty1, Type *Ty2) const { in isZExtFree() function in MSP430TargetLowering 1411 bool MSP430TargetLowering::isZExtFree(EVT VT1, EVT VT2) const { in isZExtFree() function in MSP430TargetLowering 1416 bool MSP430TargetLowering::isZExtFree(SDValue Val, EVT VT2) const { in isZExtFree() function in MSP430TargetLowering 1417 return isZExtFree(Val.getValueType(), VT2); in isZExtFree()
|
| /openbsd-src/gnu/llvm/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
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/XCore/ |
| H A D | XCoreISelLowering.h | 94 using TargetLowering::isZExtFree; 95 bool isZExtFree(SDValue Val, EVT VT2) const override;
|
| H A D | XCoreISelLowering.cpp | 176 bool XCoreTargetLowering::isZExtFree(SDValue Val, EVT VT2) const { in isZExtFree() function in XCoreTargetLowering
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUISelLowering.h | 166 bool isZExtFree(Type *Src, Type *Dest) const override; 167 bool isZExtFree(EVT Src, EVT Dest) const override; 168 bool isZExtFree(SDValue Val, EVT VT2) const override;
|
| H A D | AMDGPUISelLowering.cpp | 869 bool AMDGPUTargetLowering::isZExtFree(Type *Src, Type *Dest) const { in isZExtFree() function in AMDGPUTargetLowering 879 bool AMDGPUTargetLowering::isZExtFree(EVT Src, EVT Dest) const { in isZExtFree() function in AMDGPUTargetLowering 891 bool AMDGPUTargetLowering::isZExtFree(SDValue Val, EVT VT2) const { in isZExtFree() function in AMDGPUTargetLowering 892 return isZExtFree(Val.getValueType(), VT2); in isZExtFree()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.h | 619 bool isZExtFree(Type *Ty1, Type *Ty2) const override; 620 bool isZExtFree(EVT VT1, EVT VT2) const override; 621 bool isZExtFree(SDValue Val, EVT VT2) const override;
|
| H A D | AArch64ISelLowering.cpp | 13652 bool AArch64TargetLowering::isZExtFree(Type *Ty1, Type *Ty2) const { in isZExtFree() function in AArch64TargetLowering 13659 bool AArch64TargetLowering::isZExtFree(EVT VT1, EVT VT2) const { in isZExtFree() function in AArch64TargetLowering 13667 bool AArch64TargetLowering::isZExtFree(SDValue Val, EVT VT2) const { in isZExtFree() function in AArch64TargetLowering 13669 if (isZExtFree(VT1, VT2)) { in isZExtFree()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 2773 if (isZExtFree(I->getOperand(0)->getType(), I->getType())) in isExtFree() 2823 virtual bool isZExtFree(Type *FromTy, Type *ToTy) const { in isZExtFree() function 2827 virtual bool isZExtFree(EVT FromTy, EVT ToTy) const { return false; } in isZExtFree() function 2828 virtual bool isZExtFree(LLT FromTy, LLT ToTy, const DataLayout &DL, in isZExtFree() function 2830 return isZExtFree(getApproximateEVTForLLT(FromTy, DL, Ctx), in isZExtFree() 2922 virtual bool isZExtFree(SDValue Val, EVT VT2) const { in isZExtFree() function 2923 return isZExtFree(Val.getValueType(), VT2); in isZExtFree()
|
| H A D | BasicTTIImpl.h | 1031 if (TLI->isZExtFree(SrcLT.second, DstLT.second))
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.h | 1330 bool isZExtFree(Type *Ty1, Type *Ty2) const override; 1331 bool isZExtFree(EVT VT1, EVT VT2) const override; 1332 bool isZExtFree(SDValue Val, EVT VT2) const override;
|
| H A D | X86ISelLowering.cpp | 34982 bool X86TargetLowering::isZExtFree(Type *Ty1, Type *Ty2) const { in isZExtFree() function in X86TargetLowering 34987 bool X86TargetLowering::isZExtFree(EVT VT1, EVT VT2) const { in isZExtFree() function in X86TargetLowering 34992 bool X86TargetLowering::isZExtFree(SDValue Val, EVT VT2) const { in isZExtFree() function in X86TargetLowering 34994 if (isZExtFree(VT1, VT2)) in isZExtFree()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.h | 361 bool isZExtFree(SDValue Val, EVT VT2) const override;
|
| H A D | RISCVISelLowering.cpp | 1181 bool RISCVTargetLowering::isZExtFree(SDValue Val, EVT VT2) const { in isZExtFree() function in RISCVTargetLowering 1193 return TargetLowering::isZExtFree(Val, VT2); in isZExtFree()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.h | 456 bool isZExtFree(SDValue Val, EVT VT2) const override;
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.h | 1033 bool isZExtFree(SDValue Val, EVT VT2) const override;
|
| H A D | PPCISelLowering.cpp | 16842 bool PPCTargetLowering::isZExtFree(SDValue Val, EVT VT2) const { in isZExtFree() function in PPCTargetLowering 16859 return TargetLowering::isZExtFree(Val, VT2); in isZExtFree()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 5369 if (TLI.isZExtFree(VT, XVT) && TLI.isTruncateFree(XVT, VT)) in hoistLogicOpWithSameOpcodeHands() 5705 TLI.isZExtFree(HalfVT, VT)) { in visitANDLike() 6362 (ExtOpc != ISD::ZERO_EXTEND || !TLI.isZExtFree(N0Op0, VT)) && in visitAND() 10209 if (TLI.isTruncateFree(VT, ExtVT) && TLI.isZExtFree(ExtVT, VT) && in visitABS() 11806 (Opcode != ISD::ZERO_EXTEND || !TLI.isZExtFree(N0.getValueType(), VT))) { in tryToFoldExtendOfConstant() 12051 if (TLI.isZExtFree(OrigVT, VT)) in CombineZExtLogicopShiftLoad() 12812 !TLI.isZExtFree(N0.getValueType(), VT))) { in visitZERO_EXTEND() 17588 !LS.DAG->getTargetLoweringInfo().isZExtFree(LoadedType, TruncType)) in Cost() 23229 : (TLI.isZExtFree(Op.getValueType(), SVT) in combineShuffleOfScalars()
|
| H A D | SelectionDAGBuilder.cpp | 938 if (ExtendKind == ISD::ANY_EXTEND && TLI.isZExtFree(Val, RegisterVT)) in getCopyToRegs()
|
| H A D | SelectionDAG.cpp | 5132 Op = DAG.getTargetLoweringInfo().isZExtFree(Op.getValueType(), SVT) in foldCONCAT_VECTORS()
|
| H A D | TargetLowering.cpp | 584 TLI.isZExtFree(SmallVT, Op.getValueType())) { in ShrinkDemandedOp()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | CodeGenPrepare.cpp | 5813 if (!TLI.isZExtFree(NarrowTy, LargeTy)) in hasSameExtUse() 7226 TLI->isZExtFree(ConditionType, PHIType); in optimizeSwitchPhiConstants()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CombinerHelper.cpp | 4780 !TLI.isZExtFree(NarrowTy, WideTy, DL, Ctx)) in matchNarrowBinopFeedingAnd()
|