Searched refs:isSExtCheaperThanZExt (Results 1 – 15 of 15) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchISelLowering.h | 289 bool isSExtCheaperThanZExt(EVT SrcVT, EVT DstVT) const override;
|
| H A D | LoongArchISelLowering.cpp | 8411 bool LoongArchTargetLowering::isSExtCheaperThanZExt(EVT SrcVT, in isSExtCheaperThanZExt() function in LoongArchTargetLowering
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CombinerHelperCasts.cpp | 129 TLI.isSExtCheaperThanZExt(getMVTForLLT(SrcTy), getMVTForLLT(DstTy))) { in matchNonNegZext()
|
| H A D | LegalizerHelper.cpp | 2976 TLI.isSExtCheaperThanZExt(getApproximateEVTForLLT(Ty, Ctx), in widenScalar() 3182 TLI.isSExtCheaperThanZExt(getApproximateEVTForLLT(SrcTy, Ctx), in widenScalar()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.h | 50 bool isSExtCheaperThanZExt(EVT SrcVT, EVT DstVT) const override;
|
| H A D | RISCVISelLowering.cpp | 2113 bool RISCVTargetLowering::isSExtCheaperThanZExt(EVT SrcVT, EVT DstVT) const { in isSExtCheaperThanZExt() function in RISCVTargetLowering
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TypePromotion.cpp | 947 if (TLI->isSExtCheaperThanZExt(SrcVT, PromotedVT)) in run()
|
| H A D | CodeGenPrepare.cpp | 7839 if (TLI->isSExtCheaperThanZExt(OldVT, RegType)) in optimizeSwitchType()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeIntegerTypes.cpp | 1100 if (TLI.isSExtCheaperThanZExt(OVT, NVT)) { in PromoteIntRes_ADDSUBSHLSAT() 2131 if (TLI.isSExtCheaperThanZExt(LHS.getValueType(), OpL.getValueType())) { in SExtOrZExtPromotedOperands() 2616 TLI.isSExtCheaperThanZExt(Src.getValueType(), VT)) { in PromoteIntOp_ZERO_EXTEND()
|
| H A D | LegalizeDAG.cpp | 5473 if (TLI.isSExtCheaperThanZExt(OVT, NVT)) in PromoteNode() 5599 TLI.isSExtCheaperThanZExt(Node->getOperand(0).getValueType(), NVT)) in PromoteNode()
|
| H A D | SelectionDAG.cpp | 1692 if (TLI->isSExtCheaperThanZExt(VT.getScalarType(), EltVT)) in getConstant() 6829 if (TLI->isSExtCheaperThanZExt(N1.getValueType(), VT)) in FoldConstantArithmetic()
|
| H A D | SelectionDAGBuilder.cpp | 3907 TLI.isSExtCheaperThanZExt(N.getValueType(), DestVT)) { in visitZExt()
|
| H A D | TargetLowering.cpp | 4988 !isSExtCheaperThanZExt(cast<VTSDNode>(N0.getOperand(1))->getVT(), in SimplifySetCC()
|
| H A D | DAGCombiner.cpp | 14600 if (!TLI.isSExtCheaperThanZExt(N0.getValueType(), VT) && in visitSIGN_EXTEND()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 3152 virtual bool isSExtCheaperThanZExt(EVT FromTy, EVT ToTy) const { in isSExtCheaperThanZExt() function
|