Searched refs:isComplete (Results 1 - 25 of 32) sorted by relevance

12

/netbsd-current/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeBeadsGen.cpp67 if (!BI->isComplete()) {
H A DCodeGenSchedule.cpp800 if (Rec->getValueInit("SchedModel")->isComplete()) {
1196 if (!RWDef->getValueInit("SchedModel")->isComplete())
1432 if (SchedRW.TheDef->getValueInit("SchedModel")->isComplete()) {
1451 if ((*AI)->getValueInit("SchedModel")->isComplete()) {
1917 if (SRA->getValueInit("SchedModel")->isComplete()) {
1926 if (!PRG->getValueInit("SchedModel")->isComplete())
1934 if (!PRU->getValueInit("SchedModel")->isComplete())
2069 if (Alias->getValueInit("SchedModel")->isComplete()) {
2152 if (!ProcResUnits->getValueInit("Super")->isComplete())
H A DSubtargetEmitter.cpp798 if (PRDef->getValueInit("Super")->isComplete()) {
839 if (AliasRW.TheDef->getValueInit("SchedModel")->isComplete()) {
891 if (AliasRW.TheDef->getValueInit("SchedModel")->isComplete()) {
945 SubDef->getValueInit("Super")->isComplete();) {
H A DCodeEmitterGen.cpp314 if (RV.isNonconcreteOK() || RV.getValue()->isComplete())
H A DSearchableTableEmitter.cpp615 if (!TI || !TI->isComplete()) {
H A DCodeGenInstruction.cpp632 if (!BI->isComplete())
H A DFixedLenDecoderEmitter.cpp1895 if (Vals[i].isNonconcreteOK() || Vals[i].getValue()->isComplete())
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLoopIterator.h126 bool isComplete() const { return PostBlocks.size() == L->getNumBlocks(); } function in class:llvm::LoopBlocksDFS
130 assert(isComplete() && "bad loop DFS");
137 assert(isComplete() && "bad loop DFS");
H A DScalarEvolution.h1393 bool isComplete() const { return IsComplete; } function in class:llvm::ScalarEvolution::BackedgeTakenInfo
1415 bool hasFullInfo() const { return isComplete(); }
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCSchedule.h331 bool isComplete() const { return CompleteModel; } function in struct:llvm::MCSchedModel
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
H A DRecord.h336 virtual bool isComplete() const { return true; } function in class:llvm::Init
461 bool isComplete() const override { return false; }
527 bool isComplete() const override {
529 if (!getBit(i)->isComplete()) return false;
535 if (getBit(i)->isComplete()) return false;
711 bool isComplete() const override;
915 bool isComplete() const override {
916 return LHS->isComplete() && MHS->isComplete() && RHS->isComplete();
2044 bool isComplete(Init *VarName) const { function in class:llvm::final::final::LessRecordRegister::final
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopSimplifyCFG.cpp191 assert(DFS.isComplete() && "DFS is expected to be finished");
214 assert(DFS.isComplete() && "DFS is expected to be finished");
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetSchedule.cpp243 && SchedModel.isComplete()) {
H A DScheduleDAGInstrs.cpp1420 bool isComplete() const { return DFSStack.empty(); } function in class:__anon1870::SchedDAGReverseDFS
1490 if (DFS.isComplete())
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DType.cpp1923 return ET->getDecl()->isComplete();
2012 if (ET->getDecl()->isComplete() && !ET->getDecl()->isScoped())
2029 if (ET->getDecl()->isComplete())
2059 if (ET->getDecl()->isComplete() && !ET->getDecl()->isScoped())
2076 if (ET->getDecl()->isComplete())
2121 return ET->getDecl()->isComplete() && !ET->getDecl()->isScoped();
2137 return !ET->getDecl()->isScoped() && ET->getDecl()->isComplete();
2161 assert(cast<EnumType>(T)->getDecl()->isComplete());
2221 return !EnumD->isComplete();
H A DFormatString.cpp349 if (!ETy->getDecl()->isComplete())
372 if (!ETy->getDecl()->isComplete())
H A DScanfFormatString.cpp428 if (!ETy->getDecl()->isComplete())
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp977 if (Q->isComplete())
988 assert(Q->isComplete() && "Q not completed");
1109 if (Q->isComplete())
1125 if (Q->isComplete())
1139 assert(Q->isComplete() && "Q is not complete");
2512 QueryComplete = Q->isComplete();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DRecord.cpp658 bool ListInit::isComplete() const {
660 if (!Element->isComplete())
2074 bool CondOpInit::isComplete() const {
2076 if (!Case->isComplete())
H A DTGParser.cpp254 else if (!R.isComplete(TArgs[I]))
326 if (!Default->isComplete()) {
2156 if (!Arg->getValue()->isComplete())
3605 if (!Default->isComplete())
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h820 bool isComplete() const { return OutstandingSymbolsCount == 0; } function in class:llvm::orc::SymbolState::AsynchronousSymbolQuery
/netbsd-current/external/public-domain/sqlite/dist/tea/generic/
H A Dtclsqlite3.c2371 int isComplete; local
2376 isComplete = sqlite3_complete( Tcl_GetStringFromObj(objv[2], 0) );
2378 Tcl_SetBooleanObj(pResult, isComplete);
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h3761 bool isComplete() const {
4598 return ED->isComplete();
/netbsd-current/external/apache2/llvm/dist/clang/utils/TableGen/
H A DNeonEmitter.cpp1783 assert_with_loc(!Arg->isComplete(),
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1227 if (!PN.isComplete()) {

Completed in 345 milliseconds

12