Home
last modified time | relevance | path

Searched refs:isSExtCheaperThanZExt (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.h241 bool isSExtCheaperThanZExt(EVT SrcVT, EVT DstVT) const override;
H A DLoongArchISelLowering.cpp6129 bool LoongArchTargetLowering::isSExtCheaperThanZExt(EVT SrcVT, in isSExtCheaperThanZExt() function in LoongArchTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTypePromotion.cpp948 if (TLI->isSExtCheaperThanZExt(SrcVT, PromotedVT)) in run()
H A DCodeGenPrepare.cpp7447 if (TLI->isSExtCheaperThanZExt(OldVT, RegType)) in optimizeSwitchType()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h502 bool isSExtCheaperThanZExt(EVT SrcVT, EVT DstVT) const override;
H A DRISCVISelLowering.cpp1929 bool RISCVTargetLowering::isSExtCheaperThanZExt(EVT SrcVT, EVT DstVT) const { in isSExtCheaperThanZExt()
1928 bool RISCVTargetLowering::isSExtCheaperThanZExt(EVT SrcVT, EVT DstVT) const { isSExtCheaperThanZExt() function in RISCVTargetLowering
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3068 virtual bool isSExtCheaperThanZExt(EVT FromTy, EVT ToTy) const { in isSExtCheaperThanZExt() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp5262 if (TLI.isSExtCheaperThanZExt(OVT, NVT)) in PromoteNode()
5389 TLI.isSExtCheaperThanZExt(Node->getOperand(0).getValueType(), NVT)) in PromoteNode()
H A DSelectionDAG.cpp1653 if (TLI->isSExtCheaperThanZExt(VT.getScalarType(), EltVT)) in getConstant()
6415 if (TLI->isSExtCheaperThanZExt(N1.getValueType(), VT)) in FoldConstantArithmetic()
H A DLegalizeIntegerTypes.cpp2066 if (TLI.isSExtCheaperThanZExt(LHS.getValueType(), OpL.getValueType())) { in SExtOrZExtPromotedOperands()
H A DSelectionDAGBuilder.cpp3847 TLI.isSExtCheaperThanZExt(N.getValueType(), DestVT)) { in visitZExt()
H A DTargetLowering.cpp4772 !isSExtCheaperThanZExt(cast<VTSDNode>(N0.getOperand(1))->getVT(), in SimplifySetCC()
H A DDAGCombiner.cpp13730 if (!TLI.isSExtCheaperThanZExt(N0.getValueType(), VT) && in visitSIGN_EXTEND()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp7542 TLI.isSExtCheaperThanZExt(getMVTForLLT(SrcTy), getMVTForLLT(DstTy))) { in matchNonNegZext()