Home
last modified time | relevance | path

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

12

/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-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/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/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/rust/crates/rustix/src/backend/linux_raw/net/
Dsend_recv.rs16 const MORE = c::MSG_MORE; constant
/third_party/rust/crates/rustix/src/backend/libc/net/
Dsend_recv.rs42 const MORE = c::MSG_MORE; constant
/third_party/rust/crates/rustix/src/backend/linux_raw/io/
Dtypes.rs44 const MORE = linux_raw_sys::general::SPLICE_F_MORE; constant
/third_party/rust/crates/rustix/src/backend/libc/io/
Dtypes.rs46 const MORE = c::SPLICE_F_MORE; constant
/third_party/expat/
DNOTICE5 … MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. SEE THE APPLICABLE LICENSES FOR MORE DETAILS.
/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/rust/crates/rustix/src/
Dio_uring.rs400 const MORE = sys::IORING_CQE_F_MORE as _; constant
/third_party/jsframework/
DNOTICE12 SEE THE APPLICABLE LICENSES FOR MORE DETAILS.
/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/rust/crates/memchr/bench/data/sliceslice/
Dwords.txt2590 MORE
/third_party/pcre2/pcre2/testdata/
Dtestinput62500 MORE THAN MILLION
2508 MORE THAN MILLION
Dtestinput12070 MORE THAN MILLION
2078 MORE THAN MILLION

12