Searched refs:isSExtCheaperThanZExt (Results 1 – 14 of 14) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
H A D | LoongArchISelLowering.h | 241 bool isSExtCheaperThanZExt(EVT SrcVT, EVT DstVT) const override;
|
H A D | LoongArchISelLowering.cpp | 6129 bool LoongArchTargetLowering::isSExtCheaperThanZExt(EVT SrcVT, in isSExtCheaperThanZExt() function in LoongArchTargetLowering
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TypePromotion.cpp | 948 if (TLI->isSExtCheaperThanZExt(SrcVT, PromotedVT)) in run()
|
H A D | CodeGenPrepare.cpp | 7447 if (TLI->isSExtCheaperThanZExt(OldVT, RegType)) in optimizeSwitchType()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.h | 502 bool isSExtCheaperThanZExt(EVT SrcVT, EVT DstVT) const override;
|
H A D | RISCVISelLowering.cpp | 1929 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 D | TargetLowering.h | 3068 virtual bool isSExtCheaperThanZExt(EVT FromTy, EVT ToTy) const { in isSExtCheaperThanZExt() function
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeDAG.cpp | 5262 if (TLI.isSExtCheaperThanZExt(OVT, NVT)) in PromoteNode() 5389 TLI.isSExtCheaperThanZExt(Node->getOperand(0).getValueType(), NVT)) in PromoteNode()
|
H A D | SelectionDAG.cpp | 1653 if (TLI->isSExtCheaperThanZExt(VT.getScalarType(), EltVT)) in getConstant() 6415 if (TLI->isSExtCheaperThanZExt(N1.getValueType(), VT)) in FoldConstantArithmetic()
|
H A D | LegalizeIntegerTypes.cpp | 2066 if (TLI.isSExtCheaperThanZExt(LHS.getValueType(), OpL.getValueType())) { in SExtOrZExtPromotedOperands()
|
H A D | SelectionDAGBuilder.cpp | 3847 TLI.isSExtCheaperThanZExt(N.getValueType(), DestVT)) { in visitZExt()
|
H A D | TargetLowering.cpp | 4772 !isSExtCheaperThanZExt(cast<VTSDNode>(N0.getOperand(1))->getVT(), in SimplifySetCC()
|
H A D | DAGCombiner.cpp | 13730 if (!TLI.isSExtCheaperThanZExt(N0.getValueType(), VT) && in visitSIGN_EXTEND()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | CombinerHelper.cpp | 7542 TLI.isSExtCheaperThanZExt(getMVTForLLT(SrcTy), getMVTForLLT(DstTy))) { in matchNonNegZext()
|