| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| H A D | LoopIterator.h | 126 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 D | ScalarEvolution.h | 1393 bool isComplete() const { return IsComplete; } 1415 bool hasFullInfo() const { return isComplete(); }
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/ |
| H A D | Record.h | 336 virtual bool isComplete() const { return true; } in isComplete() function 461 bool isComplete() const override { return false; } in isComplete() function 527 bool isComplete() const override { in isComplete() function 529 if (!getBit(i)->isComplete()) return false; in isComplete() 535 if (getBit(i)->isComplete()) return false; in allInComplete() 711 bool isComplete() const override; 915 bool isComplete() const override { in isComplete() function 916 return LHS->isComplete() && MHS->isComplete() && RHS->isComplete(); in isComplete() 980 bool isComplete() const override; 1029 bool isComplete() const override { return false; } in isComplete() function [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
| H A D | CodeBeadsGen.cpp | 67 if (!BI->isComplete()) { in run()
|
| H A D | CodeGenSchedule.cpp | 800 if (Rec->getValueInit("SchedModel")->isComplete()) { in expandRWSeqForProc() 1196 if (!RWDef->getValueInit("SchedModel")->isComplete()) in collectProcItinRW() 1432 if (SchedRW.TheDef->getValueInit("SchedModel")->isComplete()) { in getIntersectingVariants() 1451 if ((*AI)->getValueInit("SchedModel")->isComplete()) { in getIntersectingVariants() 1917 if (SRA->getValueInit("SchedModel")->isComplete()) { in collectProcResources() 1926 if (!PRG->getValueInit("SchedModel")->isComplete()) in collectProcResources() 1934 if (!PRU->getValueInit("SchedModel")->isComplete()) in collectProcResources() 2069 if (Alias->getValueInit("SchedModel")->isComplete()) { in collectRWResources() 2152 if (!ProcResUnits->getValueInit("Super")->isComplete()) in addProcResource()
|
| H A D | SubtargetEmitter.cpp | 798 if (PRDef->getValueInit("Super")->isComplete()) { in EmitProcessorResources() 839 if (AliasRW.TheDef->getValueInit("SchedModel")->isComplete()) { in FindWriteResources() 891 if (AliasRW.TheDef->getValueInit("SchedModel")->isComplete()) { in FindReadAdvance() 945 SubDef->getValueInit("Super")->isComplete();) { in ExpandProcResources()
|
| H A D | CodeEmitterGen.cpp | 314 if (RV.isNonconcreteOK() || RV.getValue()->isComplete()) in getInstructionCaseForEncoding()
|
| H A D | CodeGenInstruction.cpp | 632 if (!BI->isComplete()) in tryAliasOpMatch()
|
| H A D | SearchableTableEmitter.cpp | 615 if (!TI || !TI->isComplete()) { in collectTableEntries()
|
| H A D | FixedLenDecoderEmitter.cpp | 1895 if (Vals[i].isNonconcreteOK() || Vals[i].getValue()->isComplete()) in populateInstruction()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
| H A D | MCSchedule.h | 331 bool isComplete() const { return CompleteModel; } in isComplete() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | LoopSimplifyCFG.cpp | 191 assert(DFS.isComplete() && "DFS is expected to be finished"); in hasIrreducibleCFG() 214 assert(DFS.isComplete() && "DFS is expected to be finished"); in analyze()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | Type.cpp | 1923 return ET->getDecl()->isComplete(); in isIntegralType() 2012 if (ET->getDecl()->isComplete() && !ET->getDecl()->isScoped()) in isSignedIntegerType() 2029 if (ET->getDecl()->isComplete()) in isSignedIntegerOrEnumerationType() 2059 if (ET->getDecl()->isComplete() && !ET->getDecl()->isScoped()) in isUnsignedIntegerType() 2076 if (ET->getDecl()->isComplete()) in isUnsignedIntegerOrEnumerationType() 2121 return ET->getDecl()->isComplete() && !ET->getDecl()->isScoped(); in isRealType() 2137 return !ET->getDecl()->isScoped() && ET->getDecl()->isComplete(); in isArithmeticType() 2161 assert(cast<EnumType>(T)->getDecl()->isComplete()); in getScalarTypeKind() 2221 return !EnumD->isComplete(); in isIncompleteType()
|
| H A D | FormatString.cpp | 349 if (!ETy->getDecl()->isComplete()) in matchesType() 372 if (!ETy->getDecl()->isComplete()) in matchesType()
|
| H A D | ScanfFormatString.cpp | 428 if (!ETy->getDecl()->isComplete()) in fixType()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | TargetSchedule.cpp | 243 && SchedModel.isComplete()) { in computeOperandLatency()
|
| H A D | ScheduleDAGInstrs.cpp | 1420 bool isComplete() const { return DFSStack.empty(); } in isComplete() function in __anon9450ca1b0311::SchedDAGReverseDFS 1490 if (DFS.isComplete()) in compute()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/ |
| H A D | Core.cpp | 977 if (Q->isComplete()) in resolve() 988 assert(Q->isComplete() && "Q not completed"); in resolve() 1109 if (Q->isComplete()) in emit() 1125 if (Q->isComplete()) in emit() 1139 assert(Q->isComplete() && "Q is not complete"); in emit() 2512 QueryComplete = Q->isComplete(); in OL_completeLookup()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/ |
| H A D | TGParser.cpp | 254 else if (!R.isComplete(TArgs[I])) in AddSubClass() 326 if (!Default->isComplete()) { in AddSubMultiClass() 2156 if (!Arg->getValue()->isComplete()) in ParseSimpleValue() 3605 if (!Default->isComplete()) in ParseDefm()
|
| H A D | Record.cpp | 658 bool ListInit::isComplete() const { in isComplete() function in ListInit 660 if (!Element->isComplete()) in isComplete() 2074 bool CondOpInit::isComplete() const { in isComplete() function in CondOpInit 2076 if (!Case->isComplete()) in isComplete()
|
| /netbsd-src/external/public-domain/sqlite/dist/tea/generic/ |
| H A D | tclsqlite3.c | 2371 int isComplete; in DbObjCmd() local 2376 isComplete = sqlite3_complete( Tcl_GetStringFromObj(objv[2], 0) ); in DbObjCmd() 2378 Tcl_SetBooleanObj(pResult, isComplete); in DbObjCmd()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | Core.h | 820 bool isComplete() const { return OutstandingSymbolsCount == 0; } in isComplete() function
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | Decl.h | 3761 bool isComplete() const { in isComplete() function 4598 return ED->isComplete(); in IsEnumDeclComplete()
|
| /netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/ |
| H A D | NeonEmitter.cpp | 1783 assert_with_loc(!Arg->isComplete(), in emitDagArg()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | ScalarEvolutionExpander.cpp | 1227 if (!PN.isComplete()) { in getAddRecExprPHILiterally()
|