Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DLoopIterator.h127 bool isComplete() const { return PostBlocks.size() == L->getNumBlocks(); } in isComplete() function
131 assert(isComplete() && "bad loop DFS"); in beginPostorder()
138 assert(isComplete() && "bad loop DFS"); in beginRPO()
H A DScalarEvolution.h1264 bool isComplete() const { return MaxAndComplete.getInt(); }
1286 bool hasFullInfo() const { return isComplete(); }
/freebsd-12.1/contrib/llvm/include/llvm/TableGen/
H A DRecord.h352 virtual bool isComplete() const { return true; } in isComplete() function
477 bool isComplete() const override { return false; } in isComplete() function
540 bool isComplete() const override { in isComplete() function
542 if (!getBit(i)->isComplete()) return false; in isComplete()
548 if (getBit(i)->isComplete()) return false; in allInComplete()
906 bool isComplete() const override { in isComplete() function
907 return LHS->isComplete() && MHS->isComplete() && RHS->isComplete(); in isComplete()
943 bool isComplete() const override { return false; } in isComplete() function
976 bool isComplete() const override { return false; } in isComplete() function
/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp806 if (Rec->getValueInit("SchedModel")->isComplete()) { in expandRWSeqForProc()
1196 if (!RWDef->getValueInit("SchedModel")->isComplete()) in collectProcItinRW()
1424 if (SchedRW.TheDef->getValueInit("SchedModel")->isComplete()) { in getIntersectingVariants()
1441 if ((*AI)->getValueInit("SchedModel")->isComplete()) { in getIntersectingVariants()
1866 if (SRA->getValueInit("SchedModel")->isComplete()) { in collectProcResources()
1875 if (!PRG->getValueInit("SchedModel")->isComplete()) in collectProcResources()
1883 if (!PRU->getValueInit("SchedModel")->isComplete()) in collectProcResources()
2017 if ((*AI)->getValueInit("SchedModel")->isComplete()) { in collectRWResources()
2102 if (!ProcResUnits->getValueInit("Super")->isComplete()) in addProcResource()
H A DCodeEmitterGen.cpp213 if (RV.getPrefix() || RV.getValue()->isComplete()) in getInstructionCase()
H A DSubtargetEmitter.cpp778 if (PRDef->getValueInit("Super")->isComplete()) { in EmitProcessorResources()
819 if (AliasRW.TheDef->getValueInit("SchedModel")->isComplete()) { in FindWriteResources()
871 if (AliasRW.TheDef->getValueInit("SchedModel")->isComplete()) { in FindReadAdvance()
925 SubDef->getValueInit("Super")->isComplete();) { in ExpandProcResources()
H A DCodeGenInstruction.cpp595 if (!BI->isComplete()) in tryAliasOpMatch()
H A DFixedLenDecoderEmitter.cpp1830 if (Vals[i].getPrefix() || Vals[i].getValue()->isComplete()) in populateInstruction()
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCSchedule.h330 bool isComplete() const { return CompleteModel; } in isComplete() function
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopSimplifyCFG.cpp156 assert(DFS.isComplete() && "DFS is expected to be finished"); in hasIrreducibleCFG()
180 assert(DFS.isComplete() && "DFS is expected to be finished"); in analyze()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DType.cpp1767 return ET->getDecl()->isComplete(); in isIntegralType()
1782 return ET->getDecl()->isComplete() && !ET->getDecl()->isScoped(); in isIntegralOrUnscopedEnumerationType()
1853 if (ET->getDecl()->isComplete() && !ET->getDecl()->isScoped()) in isSignedIntegerType()
1867 if (ET->getDecl()->isComplete()) in isSignedIntegerOrEnumerationType()
1893 if (ET->getDecl()->isComplete() && !ET->getDecl()->isScoped()) in isUnsignedIntegerType()
1907 if (ET->getDecl()->isComplete()) in isUnsignedIntegerOrEnumerationType()
1948 return ET->getDecl()->isComplete() && !ET->getDecl()->isScoped(); in isRealType()
1963 return !ET->getDecl()->isScoped() && ET->getDecl()->isComplete(); in isArithmeticType()
1987 assert(cast<EnumType>(T)->getDecl()->isComplete()); in getScalarTypeKind()
2045 return !EnumD->isComplete(); in isIncompleteType()
H A DFormatString.cpp347 if (!ETy->getDecl()->isComplete()) in matchesType()
369 if (!ETy->getDecl()->isComplete()) in matchesType()
H A DScanfFormatString.cpp426 if (!ETy->getDecl()->isComplete()) in fixType()
H A DASTContext.cpp5769 if (ET->getDecl()->isComplete() && !ET->getDecl()->isScoped()) in getIntegerTypeForEnum()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetSchedule.cpp244 && SchedModel.isComplete()) { in computeOperandLatency()
H A DScheduleDAGInstrs.cpp1349 bool isComplete() const { return DFSStack.empty(); } in isComplete() function in __anon3c1d11350311::SchedDAGReverseDFS
1419 if (DFS.isComplete()) in compute()
/freebsd-12.1/contrib/llvm/lib/TableGen/
H A DTGParser.cpp253 } else if (!CurRec->getValue(TArgs[i])->getValue()->isComplete()) { in AddSubClass()
324 if (!Default->isComplete()) { in AddSubMultiClass()
1720 } else if (ExpectedArg->getValue()->isComplete()) in ParseSimpleValue()
2914 if (!Default->isComplete()) { in ParseDefm()
H A DRecord.cpp1691 if (FieldVal->isComplete()) in Fold()
/freebsd-12.1/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c2327 int isComplete; in DbObjCmd() local
2332 isComplete = sqlite3_complete( Tcl_GetStringFromObj(objv[2], 0) ); in DbObjCmd()
2334 Tcl_SetBooleanObj(pResult, isComplete); in DbObjCmd()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDecl.h3534 bool isComplete() const { in isComplete() function
4328 return ED->isComplete(); in IsEnumDeclComplete()
/freebsd-12.1/contrib/llvm/tools/clang/utils/TableGen/
H A DNeonEmitter.cpp1877 assert_with_loc(!Arg->isComplete(), in emitDagArg()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprObjC.cpp610 if (!ET->getDecl()->isComplete()) { in BuildObjCBoxedExpr()
H A DSemaDecl.cpp14772 assert(ED->isComplete() && "enum with type should be complete"); in ActOnTag()
16249 if (Enum->isComplete()) { in CheckEnumConstant()
16741 if (Enum->isComplete()) { in ActOnEnumBody()
H A DSemaChecking.cpp13366 return ED1->isComplete() && ED2->isComplete() && in isLayoutCompatible()
H A DSemaExprCXX.cpp7349 if (!T->getDecl()->isComplete()) { in IgnoredValueConversions()

12