Searched refs:IsExactMatch (Results 1 – 9 of 9) sorted by relevance
59 bool &IsExactMatch) const { in canConstructFrom()60 IsExactMatch = Matcher.getSupportedKind().isSame(NodeKind); in canConstructFrom()149 bool IsExactMatch; in getTypedMatcher() local150 if (Ops.canConstructFrom(Matchers[i], IsExactMatch)) { in getTypedMatcher()153 assert(!IsExactMatch && "We should not have two exact matches."); in getTypedMatcher()158 FoundIsExact = IsExactMatch; in getTypedMatcher()
112 bool &IsExactMatch) const;
485 bool IsExactMatch(const ArchSpec &rhs) const;
254 if (!GetArchitecture().IsExactMatch( in Matches()
742 bool IsExactMatch = Name.size() == MatchSize; in lookupIntrinsicID() local743 return IsExactMatch || Intrinsic::isOverloaded(ID) ? ID in lookupIntrinsicID()
446 } else if (!old_arch_spec.IsExactMatch(target->GetArchitecture())) { in DoExecute()
930 bool ArchSpec::IsExactMatch(const ArchSpec &rhs) const { in IsExactMatch() function in ArchSpec
1199 if (arch.IsExactMatch(platform_arch)) { in IsCompatibleArchitecture()
2901 !target_arch.IsExactMatch(process_arch)) { in CompleteAttach()