Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/CodeGen/GlobalISel/
DUtils.cpp571 const LLT TargetElt = TargetTy.getElementType(); in getLCMType() local
573 if (OrigElt.getSizeInBits() == TargetElt.getSizeInBits()) { in getLCMType()
615 LLT TargetElt = TargetTy.getElementType(); in getGCDType() local
616 if (OrigElt.getSizeInBits() == TargetElt.getSizeInBits()) { in getGCDType()
640 LLT TargetElt = TargetTy.getElementType(); in getGCDType() local
641 if (TargetElt.getSizeInBits() == OrigSize) in getGCDType()
/external/llvm-project/polly/lib/Transform/
DDeLICM.cpp665 bool tryMapValue(const ScopArrayInfo *SAI, isl::map TargetElt) { in tryMapValue() argument
683 auto DefTarget = TargetElt.apply_domain(DefSched.reverse()); in tryMapValue()
843 bool tryMapPHI(const ScopArrayInfo *SAI, isl::map TargetElt) { in tryMapPHI() argument
856 auto PHITarget = PHISched.apply_range(TargetElt); in tryMapPHI()