/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | regcomp.c | 252 #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/ |
D | regcomp.c | 124 #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/ |
D | InstructionSelect.cpp | 82 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()
|
D | Utils.cpp | 179 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()
|
D | Legalizer.cpp | 287 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()
|
D | Combiner.cpp | 115 MachineOptimizationRemarkEmitter MORE(MF, /*MBFI=*/nullptr); in combineMachineInstrs() local
|
D | RegBankSelect.cpp | 96 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/ |
D | MachineFunctionPass.cpp | 80 MachineOptimizationRemarkEmitter MORE(MF, nullptr); in runOnFunction() local 81 MORE.emit([&]() { in runOnFunction()
|
D | MachineOutliner.cpp | 961 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/ |
D | Utils.h | 103 MachineOptimizationRemarkEmitter &MORE, 107 MachineOptimizationRemarkEmitter &MORE,
|
D | RegBankSelect.h | 504 std::unique_ptr<MachineOptimizationRemarkEmitter> MORE; variable
|
/third_party/mesa3d/src/compiler/glsl/glcpp/tests/ |
D | 126-garbage-after-directive.c | 4 #ifndef MORE garbage
|
/third_party/rust/crates/rustix/src/backend/linux_raw/net/ |
D | send_recv.rs | 16 const MORE = c::MSG_MORE; constant
|
/third_party/rust/crates/rustix/src/backend/libc/net/ |
D | send_recv.rs | 42 const MORE = c::MSG_MORE; constant
|
/third_party/rust/crates/rustix/src/backend/linux_raw/io/ |
D | types.rs | 44 const MORE = linux_raw_sys::general::SPLICE_F_MORE; constant
|
/third_party/rust/crates/rustix/src/backend/libc/io/ |
D | types.rs | 46 const MORE = c::SPLICE_F_MORE; constant
|
/third_party/expat/ |
D | NOTICE | 5 … MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. SEE THE APPLICABLE LICENSES FOR MORE DETAILS.
|
/third_party/ffmpeg/tests/ref/fate/ |
D | sub-scc | 44 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/ |
D | io_uring.rs | 400 const MORE = sys::IORING_CQE_F_MORE as _; constant
|
/third_party/jsframework/ |
D | NOTICE | 12 SEE THE APPLICABLE LICENSES FOR MORE DETAILS.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_buffer_storage.txt | 480 XXX TODO::: MORE EXAMPLES HERE
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_buffer_storage.txt | 491 XXX TODO::: MORE EXAMPLES HERE
|
/third_party/rust/crates/memchr/bench/data/sliceslice/ |
D | words.txt | 2590 MORE
|
/third_party/pcre2/pcre2/testdata/ |
D | testinput6 | 2500 MORE THAN MILLION 2508 MORE THAN MILLION
|
D | testinput1 | 2070 MORE THAN MILLION 2078 MORE THAN MILLION
|