Home
last modified time | relevance | path

Searched refs:isComplete (Results 1 – 25 of 33) sorted by relevance

12

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopIterator.h126 bool isComplete() const { return PostBlocks.size() == L->getNumBlocks(); } in isComplete() function
130 assert(isComplete() && "bad loop DFS"); in beginPostorder()
137 assert(isComplete() && "bad loop DFS"); in beginRPO()
H A DScalarEvolution.h1491 bool isComplete() const { return IsComplete; }
1513 bool hasFullInfo() const { return isComplete(); }
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h350 virtual bool isComplete() const { return true; } in isComplete() function
477 bool isComplete() const override { return false; } in isComplete() function
607 bool isComplete() const override { in isComplete() function
609 if (!getBit(i)->isComplete()) return false; in isComplete()
615 if (getBit(i)->isComplete()) return false; in allInComplete()
790 bool isComplete() const override;
1046 bool isComplete() const override { in isComplete() function
1047 return LHS->isComplete() && MHS->isComplete() && RHS->isComplete(); in isComplete()
1111 bool isComplete() const override;
2257 bool isComplete(Init *VarName) const { in isComplete() function
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp825 if (Rec->getValueInit("SchedModel")->isComplete()) { in expandRWSeqForProc()
1221 if (!RWDef->getValueInit("SchedModel")->isComplete()) in collectProcItinRW()
1457 if (SchedRW.TheDef->getValueInit("SchedModel")->isComplete()) { in getIntersectingVariants()
1476 if ((*AI)->getValueInit("SchedModel")->isComplete()) { in getIntersectingVariants()
1942 if (SRA->getValueInit("SchedModel")->isComplete()) { in collectProcResources()
1951 if (!PRG->getValueInit("SchedModel")->isComplete()) in collectProcResources()
1959 if (!PRU->getValueInit("SchedModel")->isComplete()) in collectProcResources()
2092 if (Alias->getValueInit("SchedModel")->isComplete()) { in collectRWResources()
2175 if (!ProcResUnits->getValueInit("Super")->isComplete()) in addProcResource()
H A DCodeGenInstAlias.cpp123 if (!BI->isComplete()) in tryAliasOpMatch()
H A DSubtargetEmitter.cpp846 if (PRDef->getValueInit("Super")->isComplete()) { in EmitProcessorResources()
887 if (AliasRW.TheDef->getValueInit("SchedModel")->isComplete()) { in FindWriteResources()
939 if (AliasRW.TheDef->getValueInit("SchedModel")->isComplete()) { in FindReadAdvance()
993 SubDef->getValueInit("Super")->isComplete();) { in ExpandProcResources()
H A DVarLenCodeEmitterGen.cpp147 if (!BI->isComplete()) in buildRec()
H A DCodeEmitterGen.cpp319 if (RV.isNonconcreteOK() || RV.getValue()->isComplete()) in addInstructionCasesForEncoding()
H A DSearchableTableEmitter.cpp616 if (!TI || !TI->isComplete()) { in collectTableEntries()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSchedule.h344 bool isComplete() const { return CompleteModel; } in isComplete() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopSimplifyCFG.cpp183 assert(DFS.isComplete() && "DFS is expected to be finished"); in hasIrreducibleCFG()
206 assert(DFS.isComplete() && "DFS is expected to be finished"); in analyze()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetSchedule.cpp227 SchedModel.isComplete()) { in computeOperandLatency()
H A DScheduleDAGInstrs.cpp1431 bool isComplete() const { return DFSStack.empty(); } in isComplete() function in __anoneb1c04e60311::SchedDAGReverseDFS
1501 if (DFS.isComplete()) in compute()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DFormatString.cpp356 if (!ETy->getDecl()->isComplete()) in matchesType()
401 if (!ETy->getDecl()->isComplete()) in matchesType()
H A DType.cpp2003 return ET->getDecl()->isComplete(); in isIntegralType()
2092 if (ET->getDecl()->isComplete() && !ET->getDecl()->isScoped()) in isSignedIntegerType()
2111 if (ET->getDecl()->isComplete()) in isSignedIntegerOrEnumerationType()
2142 if (ET->getDecl()->isComplete() && !ET->getDecl()->isScoped()) in isUnsignedIntegerType()
2161 if (ET->getDecl()->isComplete()) in isUnsignedIntegerOrEnumerationType()
2214 return ET->getDecl()->isComplete() && !ET->getDecl()->isScoped(); in isRealType()
2229 return !ET->getDecl()->isScoped() && ET->getDecl()->isComplete(); in isArithmeticType()
2253 assert(cast<EnumType>(T)->getDecl()->isComplete()); in getScalarTypeKind()
2313 return !EnumD->isComplete(); in isIncompleteType()
H A DScanfFormatString.cpp430 if (!ETy->getDecl()->isComplete()) in fixType()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp1035 if (Q->isComplete()) in resolve()
1046 assert(Q->isComplete() && "Q not completed"); in resolve()
1171 if (Q->isComplete()) in emit()
1187 if (Q->isComplete()) in emit()
1201 assert(Q->isComplete() && "Q is not complete"); in emit()
2869 QueryComplete = Q->isComplete(); in OL_completeLookup()
/freebsd-14.2/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c2371 int isComplete; in DbObjCmd() local
2376 isComplete = sqlite3_complete( Tcl_GetStringFromObj(objv[2], 0) ); in DbObjCmd()
2378 Tcl_SetBooleanObj(pResult, isComplete); in DbObjCmd()
/freebsd-14.2/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp739 bool ListInit::isComplete() const { in isComplete() function in ListInit
741 if (!Element->isComplete()) in isComplete()
2518 bool CondOpInit::isComplete() const { in isComplete() function in CondOpInit
2520 if (!Case->isComplete()) in isComplete()
H A DTGParser.cpp618 if (!Default->isComplete()) { in resolveArguments()
/freebsd-14.2/contrib/bsnmp/tests/
H A Dcatch.hpp7421 virtual bool isComplete() const = 0; // Successfully completed or failed
7489 bool isComplete() const override;
7523 bool isComplete() const override;
12449 if( !ctx.completedCycle() && !tracker->isComplete() ) { in acquire()
14117 bool TrackerBase::isComplete() const { in isComplete() function in Catch::TestCaseTracking::TrackerBase
14124 return m_runState != NotStarted && !isComplete(); in isOpen()
14182 …all_of(m_children.begin(), m_children.end(), [](ITrackerPtr const& t){ return t->isComplete(); }) ) in close()
14229 bool SectionTracker::isComplete() const { in isComplete() function in Catch::TestCaseTracking::SectionTracker
14234 complete = TrackerBase::isComplete(); in isComplete()
14260 if( !isComplete() ) in tryOpen()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h4043 bool isComplete() const { in isComplete() function
4986 return ED->isComplete(); in IsEnumDeclComplete()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h862 bool isComplete() const { return OutstandingSymbolsCount == 0; } in isComplete() function
/freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp1796 assert_with_loc(!Arg->isComplete(), in emitDagArg()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp900 if (!PN.isComplete()) { in getAddRecExprPHILiterally()

12