Home
last modified time | relevance | path

Searched refs:TargetElt (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp899 const LLT TargetElt = TargetTy.getElementType(); in getLCMType() local
901 if (OrigElt.getSizeInBits() == TargetElt.getSizeInBits()) { in getLCMType()
959 LLT TargetElt = TargetTy.getElementType(); in getGCDType() local
960 if (OrigElt.getSizeInBits() == TargetElt.getSizeInBits()) { in getGCDType()
984 LLT TargetElt = TargetTy.getElementType(); in getGCDType() local
985 if (TargetElt.getSizeInBits() == OrigSize) in getGCDType()
/llvm-project-15.0.7/polly/lib/Transform/
H A DDeLICM.cpp669 bool tryMapValue(const ScopArrayInfo *SAI, isl::map TargetElt) { in tryMapValue() argument
687 auto DefTarget = TargetElt.apply_domain(DefSched.reverse()); in tryMapValue()
846 bool tryMapPHI(const ScopArrayInfo *SAI, isl::map TargetElt) { in tryMapPHI() argument
859 auto PHITarget = PHISched.apply_range(TargetElt); in tryMapPHI()