Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/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.h1393 bool isComplete() const { return IsComplete; }
1415 bool hasFullInfo() const { return isComplete(); }
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
H A DRecord.h336 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 DCodeBeadsGen.cpp67 if (!BI->isComplete()) { in run()
H A DCodeGenSchedule.cpp800 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 DSubtargetEmitter.cpp798 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 DCodeEmitterGen.cpp314 if (RV.isNonconcreteOK() || RV.getValue()->isComplete()) in getInstructionCaseForEncoding()
H A DCodeGenInstruction.cpp632 if (!BI->isComplete()) in tryAliasOpMatch()
H A DSearchableTableEmitter.cpp615 if (!TI || !TI->isComplete()) { in collectTableEntries()
H A DFixedLenDecoderEmitter.cpp1895 if (Vals[i].isNonconcreteOK() || Vals[i].getValue()->isComplete()) in populateInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCSchedule.h331 bool isComplete() const { return CompleteModel; } in isComplete() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopSimplifyCFG.cpp191 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 DType.cpp1923 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 DFormatString.cpp349 if (!ETy->getDecl()->isComplete()) in matchesType()
372 if (!ETy->getDecl()->isComplete()) in matchesType()
H A DScanfFormatString.cpp428 if (!ETy->getDecl()->isComplete()) in fixType()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetSchedule.cpp243 && SchedModel.isComplete()) { in computeOperandLatency()
H A DScheduleDAGInstrs.cpp1420 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 DCore.cpp977 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 DTGParser.cpp254 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 DRecord.cpp658 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 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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h820 bool isComplete() const { return OutstandingSymbolsCount == 0; } in isComplete() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h3761 bool isComplete() const { in isComplete() function
4598 return ED->isComplete(); in IsEnumDeclComplete()
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DNeonEmitter.cpp1783 assert_with_loc(!Arg->isComplete(), in emitDagArg()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1227 if (!PN.isComplete()) { in getAddRecExprPHILiterally()

12