Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDComparisonCategories.h143 bool isPartial() const { in isPartial() function
168 assert(isPartial()); in getUnordered()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDRegisterCoalescer.h83 bool isPartial() const { return Partial; } in isPartial() function
HDRegisterCoalescer.cpp586 assert(!CP.isPartial() && "This doesn't work for partial copies."); in adjustCopiesBackFrom()
1878 if (!CP.isPartial() && LIS->getInterval(CP.getSrcReg()).size() > in joinCopy()
1914 if (!CP.isPartial() && !CP.isPhys()) { in joinCopy()
1934 if (!CP.isPartial() && !CP.isPhys()) in joinCopy()
2697 if (DefMI->isFullCopy() && !CP.isPartial() && in analyzeValue()
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGExprAgg.cpp1021 } else if (!CmpInfo.isPartial()) { in VisitBinCmp()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaOverload.cpp13550 if (Info->isPartial()) { in BuildSynthesizedThreeWayComparison()
13569 int I = Info->isPartial() ? 3 : 2; in BuildSynthesizedThreeWayComparison()