Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DComparisonCategories.h144 bool isPartial() const { in isPartial() function
169 assert(isPartial()); in getUnordered()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.h85 bool isPartial() const { return Partial; } in isPartial() function
H A DRegisterCoalescer.cpp617 assert(!CP.isPartial() && "This doesn't work for partial copies."); in adjustCopiesBackFrom()
2081 if (!CP.isPartial() && LIS->getInterval(CP.getSrcReg()).size() > in joinCopy()
2117 if (!CP.isPartial() && !CP.isPhys()) { in joinCopy()
2137 if (!CP.isPartial() && !CP.isPhys()) in joinCopy()
2926 if (DefMI->isFullCopy() && !CP.isPartial() && in analyzeValue()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprAgg.cpp1092 } else if (!CmpInfo.isPartial()) { in VisitBinCmp()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp14926 if (Info->isPartial()) { in BuildSynthesizedThreeWayComparison()
14945 int I = Info->isPartial() ? 3 : 2; in BuildSynthesizedThreeWayComparison()