| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | LoopIterator.h | 127 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 D | ScalarEvolution.h | 1264 bool isComplete() const { return MaxAndComplete.getInt(); } 1286 bool hasFullInfo() const { return isComplete(); }
|
| /freebsd-12.1/contrib/llvm/include/llvm/TableGen/ |
| H A D | Record.h | 352 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 D | CodeGenSchedule.cpp | 806 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 D | CodeEmitterGen.cpp | 213 if (RV.getPrefix() || RV.getValue()->isComplete()) in getInstructionCase()
|
| H A D | SubtargetEmitter.cpp | 778 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 D | CodeGenInstruction.cpp | 595 if (!BI->isComplete()) in tryAliasOpMatch()
|
| H A D | FixedLenDecoderEmitter.cpp | 1830 if (Vals[i].getPrefix() || Vals[i].getValue()->isComplete()) in populateInstruction()
|
| /freebsd-12.1/contrib/llvm/include/llvm/MC/ |
| H A D | MCSchedule.h | 330 bool isComplete() const { return CompleteModel; } in isComplete() function
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | LoopSimplifyCFG.cpp | 156 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 D | Type.cpp | 1767 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 D | FormatString.cpp | 347 if (!ETy->getDecl()->isComplete()) in matchesType() 369 if (!ETy->getDecl()->isComplete()) in matchesType()
|
| H A D | ScanfFormatString.cpp | 426 if (!ETy->getDecl()->isComplete()) in fixType()
|
| H A D | ASTContext.cpp | 5769 if (ET->getDecl()->isComplete() && !ET->getDecl()->isScoped()) in getIntegerTypeForEnum()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | TargetSchedule.cpp | 244 && SchedModel.isComplete()) { in computeOperandLatency()
|
| H A D | ScheduleDAGInstrs.cpp | 1349 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 D | TGParser.cpp | 253 } 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 D | Record.cpp | 1691 if (FieldVal->isComplete()) in Fold()
|
| /freebsd-12.1/contrib/sqlite3/tea/generic/ |
| H A D | tclsqlite3.c | 2327 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 D | Decl.h | 3534 bool isComplete() const { in isComplete() function 4328 return ED->isComplete(); in IsEnumDeclComplete()
|
| /freebsd-12.1/contrib/llvm/tools/clang/utils/TableGen/ |
| H A D | NeonEmitter.cpp | 1877 assert_with_loc(!Arg->isComplete(), in emitDagArg()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaExprObjC.cpp | 610 if (!ET->getDecl()->isComplete()) { in BuildObjCBoxedExpr()
|
| H A D | SemaDecl.cpp | 14772 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 D | SemaChecking.cpp | 13366 return ED1->isComplete() && ED2->isComplete() && in isLayoutCompatible()
|
| H A D | SemaExprCXX.cpp | 7349 if (!T->getDecl()->isComplete()) { in IgnoredValueConversions()
|