Home
last modified time | relevance | path

Searched refs:MORE (Results 1 – 25 of 43) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
Dregcomp.c124 #define MORE() (p->next < p->end) macro
126 #define SEE(c) (MORE() && PEEK() == (c))
127 #define SEETWO(a, b) (MORE() && MORE2() && PEEK() == (a) && PEEK2() == (b))
136 #define MUSTSEE(c, e) (REQUIRE(MORE() && PEEK() == (c), e))
137 #define MUSTEAT(c, e) (REQUIRE(MORE() && GETNEXT() == (c), e))
138 #define MUSTNOTSEE(c, e) (REQUIRE(!MORE() || PEEK() != (c), e))
276 while (MORE() && (c = PEEK()) != '|' && c != stop) in p_ere()
301 assert(!MORE() || SEE(stop)); in p_ere()
318 assert(MORE()); /* caller should have ensured this */ in p_ere_exp()
324 REQUIRE(MORE(), REG_EPAREN); in p_ere_exp()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
Dregcomp.c252 #define MORE() (p->next < p->end) macro
254 #define SEE(c) (MORE() && PEEK() == (c))
255 #define SEETWO(a, b) (MORE() && MORE2() && PEEK() == (a) && PEEK2() == (b))
264 #define MUSTSEE(c, e) (REQUIRE(MORE() && PEEK() == (c), e))
265 #define MUSTEAT(c, e) (REQUIRE(MORE() && GETNEXT() == (c), e))
266 #define MUSTNOTSEE(c, e) (REQUIRE(!MORE() || PEEK() != (c), e))
404 while (MORE() && (c = PEEK()) != '|' && c != stop) in p_ere()
429 assert(!MORE() || SEE(stop)); in p_ere()
446 assert(MORE()); /* caller should have ensured this */ in p_ere_exp()
452 REQUIRE(MORE(), REG_EPAREN); in p_ere_exp()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DInstructionSelect.cpp82 MachineOptimizationRemarkEmitter MORE(MF, /*MBFI=*/nullptr); in runOnMachineFunction() local
94 reportGISelFailure(MF, TPC, MORE, "gisel-select", in runOnMachineFunction()
138 reportGISelFailure(MF, TPC, MORE, "gisel-select", "cannot select", MI); in runOnMachineFunction()
202 reportGISelFailure(MF, TPC, MORE, "gisel-select", in runOnMachineFunction()
210 MF, TPC, MORE, "gisel-select", in runOnMachineFunction()
221 reportGISelFailure(MF, TPC, MORE, R); in runOnMachineFunction()
DUtils.cpp179 MachineOptimizationRemarkEmitter &MORE, in reportGISelFailure() argument
191 MORE.emit(R); in reportGISelFailure()
195 MachineOptimizationRemarkEmitter &MORE, in reportGISelFailure() argument
202 if (TPC.isGlobalISelAbortEnabled() || MORE.allowExtraAnalysis(PassName)) in reportGISelFailure()
204 reportGISelFailure(MF, TPC, MORE, R); in reportGISelFailure()
DLegalizer.cpp287 MachineOptimizationRemarkEmitter MORE(MF, /*MBFI=*/nullptr); in runOnMachineFunction() local
313 reportGISelFailure(MF, TPC, MORE, "gisel-legalize", in runOnMachineFunction()
324 reportGISelFailure(MF, TPC, MORE, R); in runOnMachineFunction()
DCombiner.cpp115 MachineOptimizationRemarkEmitter MORE(MF, /*MBFI=*/nullptr); in combineMachineInstrs() local
DRegBankSelect.cpp96 MORE = std::make_unique<MachineOptimizationRemarkEmitter>(MF, MBFI); in init()
671 reportGISelFailure(MF, *TPC, *MORE, "gisel-regbankselect", in runOnMachineFunction()
697 reportGISelFailure(MF, *TPC, *MORE, "gisel-regbankselect", in runOnMachineFunction()
/third_party/e2fsprogs/lib/ss/
Dpager.c41 static char MORE[] = "more"; variable
143 _ss_pager_name = MORE; in ss_page_stdin()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineFunctionPass.cpp80 MachineOptimizationRemarkEmitter MORE(MF, nullptr); in runOnFunction() local
81 MORE.emit([&]() { in runOnFunction()
DMachineOutliner.cpp961 MachineOptimizationRemarkEmitter MORE(*(C.getMF()), nullptr); in emitNotOutliningCheaperRemark() local
962 MORE.emit([&]() { in emitNotOutliningCheaperRemark()
989 MachineOptimizationRemarkEmitter MORE(*OF.MF, nullptr); in emitOutlinedFunctionRemark() local
1009 MORE.emit(R); in emitOutlinedFunctionRemark()
1398 MachineOptimizationRemarkEmitter MORE(*MF, nullptr); in emitInstrCountChangedRemark() local
1399 MORE.emit([&]() { in emitInstrCountChangedRemark()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DUtils.h103 MachineOptimizationRemarkEmitter &MORE,
107 MachineOptimizationRemarkEmitter &MORE,
DRegBankSelect.h504 std::unique_ptr<MachineOptimizationRemarkEmitter> MORE; variable
/third_party/mesa3d/src/compiler/glsl/glcpp/tests/
D126-garbage-after-directive.c4 #ifndef MORE garbage
/third_party/expat/
DNOTICE5 … MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. SEE THE APPLICABLE LICENSES FOR MORE DETAILS.
/third_party/boost/boost/polygon/detail/
Dvoronoi_predicates.hpp218 MORE = 1 enumerator
325 return (!right_site.is_inverse()) ? LESS : MORE; in fast_ps()
334 return MORE; in fast_ps()
351 return reverse_order ? UNDEFINED : MORE; in fast_ps()
360 if ((expr_cmp == ulp_cmp_type::MORE) ^ reverse_order) in fast_ps()
361 return reverse_order ? LESS : MORE; in fast_ps()
1518 ulp_cmp(c.y(), y1, ULPS) == ulp_cmp_type::MORE; in lies_outside_vertical_segment()
Dvoronoi_ctypes.hpp43 MORE = 1 enumerator
67 return (ll_b - ll_a <= maxUlps) ? EQUAL : MORE; in operator ()()
/third_party/flutter/flutter/examples/stocks/lib/
Dstock_home.dart252 label: 'BUY MORE',
/third_party/ffmpeg/tests/ref/fate/
Dsub-scc44 Dialogue: 0,0:01:22.33,0:01:24.59,Default,,0,0,0,,{\an7}{\pos(38,197)}MORE WITCHES !\N{\an7}{\pos(1…
/third_party/jsframework/
DNOTICE12 SEE THE APPLICABLE LICENSES FOR MORE DETAILS.
/third_party/node/deps/npm/changelogs/
DCHANGELOG-3.md465 #### MORE BUG FIXES
790 #### BUM SYMLINKS BURN NO MORE
1107 ##### MORE PERFORMANT
1205 #### MAKE OUTDATED MORE WIDELY LEGIBLE
2136 #### HELP MORE HELPFUL
2149 #### MORE COMPLETE CONFIG LISTINGS
2306 upgrade if you were using it. NO MORE!
3159 #### ENOENT? MORE LIKE ENOMOREBUGS
3232 #### NO MORE MD5
3751 #### UPDATED DEPS NOW MAKE MORE SENSE
[all …]
DCHANGELOG-2.md1331 #### NO MORE MD5
1688 #### MORE RELEASE STAGGERING?!
1709 #### JUST. ONE. MORE.
1804 #### DEPS! DEPS! MORE DEPS! OK STOP DEPS
1888 #### MORE DEPENDENCIES!
2227 #### I'M SAVING THE GOOD JOKES FOR MORE INTERESTING RELEASES
2516 #### MORE NUMBERS! MORE VALUE!
2541 #### OH AND ONE MORE THING
2702 #### WELL, I GUESS THERE ARE MORE DEPENDENCY UPGRADES
3000 #### DEPENDENCY UPDATES! STILL! MORE! AGAIN!
[all …]
DCHANGELOG-4.md255 #### NOT REALLY FEATURES, NOT REALLY BUGFIXES. MORE LIKE TWEAKS? ��
1453 #### NO MORE PARTIAL SHRINKWRAPS (**BREAKING**)
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_buffer_storage.txt480 XXX TODO::: MORE EXAMPLES HERE
/third_party/openGLES/extensions/ARB/
DARB_buffer_storage.txt491 XXX TODO::: MORE EXAMPLES HERE
/third_party/pcre2/pcre2/testdata/
Dtestinput62500 MORE THAN MILLION
2508 MORE THAN MILLION

12