Home
last modified time | relevance | path

Searched refs:isConstantLegalOrBeforeLegalizer (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelperCompares.cpp39 if (!isConstantLegalOrBeforeLegalizer(DstTy)) in constantFoldICmp()
70 if (!isConstantLegalOrBeforeLegalizer(DstTy)) in constantFoldFCmp()
H A DCombinerHelperVectorOps.cpp330 !isConstantLegalOrBeforeLegalizer({IdxTy})) in matchExtractVectorElementWithShuffleVector()
H A DCombinerHelperCasts.cpp369 if (!isConstantLegalOrBeforeLegalizer(DstTy)) in matchCastOfInteger()
H A DCombinerHelper.cpp170 bool CombinerHelper::isConstantLegalOrBeforeLegalizer(const LLT Ty) const { in isConstantLegalOrBeforeLegalizer() function in CombinerHelper
2112 if (!isConstantLegalOrBeforeLegalizer(Ty)) in matchCombineSubToAdd()
5215 if (!isConstantLegalOrBeforeLegalizer(MRI.getType(Dst)) || in matchMulOBy0()
5216 !isConstantLegalOrBeforeLegalizer(MRI.getType(Carry))) in matchMulOBy0()
7370 !isConstantLegalOrBeforeLegalizer(CmpOperandTy)) in tryFoldAndOrOrICmpsUsingRanges()
7531 isConstantLegalOrBeforeLegalizer(CmpTy)) { in tryFoldLogicOfFCmps()
7535 isConstantLegalOrBeforeLegalizer(CmpTy)) { in tryFoldLogicOfFCmps()
7618 if (MaybeLHS && MaybeRHS && isConstantLegalOrBeforeLegalizer(DstTy) && in matchAddOverflow()
7619 isConstantLegalOrBeforeLegalizer(CarryTy)) { in matchAddOverflow()
7631 if (MaybeRHS && *MaybeRHS == 0 && isConstantLegalOrBeforeLegalizer(CarryTy)) { in matchAddOverflow()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h152 bool isConstantLegalOrBeforeLegalizer(const LLT Ty) const;