Searched refs:IsExactMatch (Results 1 – 11 of 11) sorted by relevance
58 bool &IsExactMatch) const { in canConstructFrom()59 IsExactMatch = Matcher.getSupportedKind().isSame(NodeKind); in canConstructFrom()144 bool IsExactMatch; in getTypedMatcher() local145 if (Ops.canConstructFrom(Matchers[i], IsExactMatch)) { in getTypedMatcher()148 assert(!IsExactMatch && "We should not have two exact matches."); in getTypedMatcher()153 FoundIsExact = IsExactMatch; in getTypedMatcher()
100 bool &IsExactMatch) const;
548 bool IsExactMatch(const ArchSpec &rhs) const;
276 if (!GetArchitecture().IsExactMatch( in Matches()
550 bool IsExactMatch = Name.size() == MatchSize; in lookupIntrinsicID() local551 return IsExactMatch || isOverloaded(ID) ? ID : Intrinsic::not_intrinsic; in lookupIntrinsicID()
331 !GetTarget().GetArchitecture().IsExactMatch(module_arch)) in DoAttachToProcessWithID()
3181 bool IsExactMatch = false; in LookupLiteralOperator() local3188 IsExactMatch = true; in LookupLiteralOperator()3192 IsExactMatch = false; in LookupLiteralOperator()3206 if (IsExactMatch) { in LookupLiteralOperator()
533 } else if (!old_arch_spec.IsExactMatch(target->GetArchitecture())) { in DoExecute()
1012 bool ArchSpec::IsExactMatch(const ArchSpec &rhs) const { in IsExactMatch() function in ArchSpec
1244 if (arch.IsExactMatch(platform_arch)) { in IsCompatibleArchitecture()
3153 !GetTarget().GetArchitecture().IsExactMatch(process_arch)) { in CompleteAttach()