Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Analysis/
H A DAliasAnalysis.cpp24 if ((isPartial() && other.isMust()) || (other.isPartial() && isMust())) in merge()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DComparisonCategories.h143 bool isPartial() const { in isPartial() function
168 assert(isPartial()); in getUnordered()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DRegisterCoalescer.h85 bool isPartial() const { return Partial; } in isPartial() function
H A DRegisterCoalescer.cpp627 assert(!CP.isPartial() && "This doesn't work for partial copies."); in adjustCopiesBackFrom()
2008 if (!CP.isPartial() && LIS->getInterval(CP.getSrcReg()).size() > in joinCopy()
2044 if (!CP.isPartial() && !CP.isPhys()) { in joinCopy()
2064 if (!CP.isPartial() && !CP.isPhys()) in joinCopy()
2822 if (DefMI->isFullCopy() && !CP.isPartial() && in analyzeValue()
/llvm-project-15.0.7/mlir/include/mlir/Analysis/
H A DAliasAnalysis.h68 bool isPartial() const { return kind == PartialAlias; } in isPartial() function
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExprAgg.cpp1057 } else if (!CmpInfo.isPartial()) { in VisitBinCmp()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOverload.cpp14108 if (Info->isPartial()) { in BuildSynthesizedThreeWayComparison()
14127 int I = Info->isPartial() ? 3 : 2; in BuildSynthesizedThreeWayComparison()