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

/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.h85 bool isPartial() const { return Partial; } function in class:llvm::CoalescerPair
H A DRegisterCoalescer.cpp617 assert(!CP.isPartial() && "This doesn't work for partial copies.");
2081 if (!CP.isPartial() && LIS->getInterval(CP.getSrcReg()).size() >
2117 if (!CP.isPartial() && !CP.isPhys()) {
2137 if (!CP.isPartial() && !CP.isPhys())
2926 if (DefMI->isFullCopy() && !CP.isPartial() &&
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DComparisonCategories.h144 bool isPartial() const { function in class:clang::ComparisonCategoryType::ComparisonCategoryResult::ComparisonCategoryInfo
169 assert(isPartial());
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprAgg.cpp1078 } else if (!CmpInfo.isPartial()) {
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp14915 if (Info->isPartial()) {
14934 int I = Info->isPartial() ? 3 : 2;

Completed in 254 milliseconds