Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h367 bool isSExtCheaperThanZExt(EVT SrcVT, EVT DstVT) const override;
H A DRISCVISelLowering.cpp1126 bool RISCVTargetLowering::isSExtCheaperThanZExt(EVT SrcVT, EVT DstVT) const { in isSExtCheaperThanZExt() function in RISCVTargetLowering
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h285 if (TLI.isSExtCheaperThanZExt(OldVT, Op.getValueType())) in SExtOrZExtPromotedInteger()
H A DLegalizeIntegerTypes.cpp1783 if (TLI.isSExtCheaperThanZExt(LHS.getValueType(), OpL.getValueType())) { in PromoteSetCCOperands()
H A DTargetLowering.cpp4415 !isSExtCheaperThanZExt(cast<VTSDNode>(N0.getOperand(1))->getVT(), in SimplifySetCC()
H A DSelectionDAG.cpp4989 if (TLI->isSExtCheaperThanZExt(Operand.getValueType(), VT)) in getNode()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2774 virtual bool isSExtCheaperThanZExt(EVT FromTy, EVT ToTy) const { in isSExtCheaperThanZExt() function
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp7044 if (TLI->isSExtCheaperThanZExt(OldVT, RegType)) in optimizeSwitchType()