Home
last modified time | relevance | path

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

12

/external/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 …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
Dregcomp.c251 #define MORE() (p->next < p->end) macro
253 #define SEE(c) (MORE() && PEEK() == (c))
254 #define SEETWO(a, b) (MORE() && MORE2() && PEEK() == (a) && PEEK2() == (b))
263 #define MUSTSEE(c, e) (REQUIRE(MORE() && PEEK() == (c), e))
264 #define MUSTEAT(c, e) (REQUIRE(MORE() && GETNEXT() == (c), e))
265 #define MUSTNOTSEE(c, e) (REQUIRE(!MORE() || PEEK() != (c), e))
403 while (MORE() && (c = PEEK()) != '|' && c != stop) in p_ere()
428 assert(!MORE() || SEE(stop)); in p_ere()
445 assert(MORE()); /* caller should have ensured this */ in p_ere_exp()
451 REQUIRE(MORE(), REG_EPAREN); in p_ere_exp()
[all …]
/external/llvm/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 …]
/external/swiftshader/third_party/LLVM/lib/Support/
Dregcomp.c116 #define MORE() (p->next < p->end) macro
118 #define SEE(c) (MORE() && PEEK() == (c))
119 #define SEETWO(a, b) (MORE() && MORE2() && PEEK() == (a) && PEEK2() == (b))
128 #define MUSTSEE(c, e) (REQUIRE(MORE() && PEEK() == (c), e))
129 #define MUSTEAT(c, e) (REQUIRE(MORE() && GETNEXT() == (c), e))
130 #define MUSTNOTSEE(c, e) (REQUIRE(!MORE() || PEEK() != (c), e))
268 while (MORE() && (c = PEEK()) != '|' && c != stop) in p_ere()
293 assert(!MORE() || SEE(stop)); in p_ere()
309 assert(MORE()); /* caller should have ensured this */ in p_ere_exp()
315 REQUIRE(MORE(), REG_EPAREN); in p_ere_exp()
[all …]
/external/tcpdump/tests/
Dof10_pf5240-vv.out185 type QUEUE, flags 0x0001 (MORE)
192 type QUEUE, flags 0x0001 (MORE)
195 type QUEUE, flags 0x0001 (MORE)
198 type QUEUE, flags 0x0001 (MORE)
201 type QUEUE, flags 0x0001 (MORE)
204 type QUEUE, flags 0x0001 (MORE)
207 type QUEUE, flags 0x0001 (MORE)
210 type QUEUE, flags 0x0001 (MORE)
215 type QUEUE, flags 0x0001 (MORE)
218 type QUEUE, flags 0x0001 (MORE)
[all …]
Dzmtp1.out19 frame flags+body (8-bit) length 1, flags 0x01 (-|-|-|-|-|-|-|MORE)
30 frame flags+body (8-bit) length 1, flags 0x01 (-|-|-|-|-|-|-|MORE)
37 frame flags+body (8-bit) length 1, flags 0x01 (-|-|-|-|-|-|-|MORE)
43 frame flags+body (8-bit) length 1, flags 0x01 (-|-|-|-|-|-|-|MORE)
50 frame flags+body (8-bit) length 1, flags 0x01 (-|-|-|-|-|-|-|MORE)
63 frame flags+body (8-bit) length 1, flags 0x01 (-|-|-|-|-|-|-|MORE)
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
DInstructionSelect.cpp77 MachineOptimizationRemarkEmitter MORE(MF, /*MBFI=*/nullptr); in runOnMachineFunction() local
89 reportGISelFailure(MF, TPC, MORE, "gisel-select", in runOnMachineFunction()
133 reportGISelFailure(MF, TPC, MORE, "gisel-select", "cannot select", MI); in runOnMachineFunction()
197 reportGISelFailure(MF, TPC, MORE, "gisel-select", in runOnMachineFunction()
205 MF, TPC, MORE, "gisel-select", in runOnMachineFunction()
216 reportGISelFailure(MF, TPC, MORE, R); in runOnMachineFunction()
DUtils.cpp157 MachineOptimizationRemarkEmitter &MORE, in reportGISelFailure() argument
169 MORE.emit(R); in reportGISelFailure()
173 MachineOptimizationRemarkEmitter &MORE, in reportGISelFailure() argument
180 if (TPC.isGlobalISelAbortEnabled() || MORE.allowExtraAnalysis(PassName)) in reportGISelFailure()
182 reportGISelFailure(MF, TPC, MORE, R); in reportGISelFailure()
DLegalizer.cpp79 MachineOptimizationRemarkEmitter MORE(MF, /*MBFI=*/nullptr); in runOnMachineFunction() local
142 reportGISelFailure(MF, TPC, MORE, "gisel-legalize", in runOnMachineFunction()
182 reportGISelFailure(MF, TPC, MORE, R); in runOnMachineFunction()
DCombiner.cpp45 MachineOptimizationRemarkEmitter MORE(MF, /*MBFI=*/nullptr); in combineMachineInstrs() local
DRegBankSelect.cpp97 MORE = llvm::make_unique<MachineOptimizationRemarkEmitter>(MF, MBFI); in init()
618 reportGISelFailure(MF, *TPC, *MORE, "gisel-regbankselect", in runOnMachineFunction()
643 reportGISelFailure(MF, *TPC, *MORE, "gisel-regbankselect", in runOnMachineFunction()
/external/llvm/test/Feature/
Doptnone-opt.ll5 …: opt -bb-vectorize -dce -die -loweratomic -S -debug %s 2>&1 | FileCheck %s --check-prefix=OPT-MORE
58 ; OPT-MORE-DAG: Skipping pass 'Basic-Block Vectorization'
59 ; OPT-MORE-DAG: Skipping pass 'Dead Code Elimination'
60 ; OPT-MORE-DAG: Skipping pass 'Dead Instruction Elimination'
61 ; OPT-MORE-DAG: Skipping pass 'Lower atomic intrinsics
Doptnone-llc.ll4 ; RUN: llc -misched-postra -debug %s -o /dev/null 2>&1 | FileCheck %s --check-prefix=LLC-MORE
55 ; LLC-MORE: Skipping pass 'PostRA Machine Instruction Scheduler'
/external/clang/test/Index/
Dcomplete-in-stringify.c3 #define MORE __FILE__ macro
6 #define N(x) func("2"#x MORE)
/external/e2fsprogs/lib/ss/
Dpager.c41 static char MORE[] = "more"; variable
143 _ss_pager_name = MORE; in ss_page_stdin()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/
DUtils.h85 MachineOptimizationRemarkEmitter &MORE,
89 MachineOptimizationRemarkEmitter &MORE,
DRegBankSelect.h505 std::unique_ptr<MachineOptimizationRemarkEmitter> MORE; variable
/external/swiftshader/third_party/llvm-7.0/llvm/test/Feature/
Doptnone-opt.ll5 …RUN: opt -dce -die -gvn-hoist -loweratomic -S -debug %s 2>&1 | FileCheck %s --check-prefix=OPT-MORE
58 ; OPT-MORE-DAG: Skipping pass 'Dead Code Elimination'
59 ; OPT-MORE-DAG: Skipping pass 'Dead Instruction Elimination'
Doptnone-llc.ll4 ; RUN: llc -misched-postra -debug %s -o /dev/null 2>&1 | FileCheck %s --check-prefix=LLC-MORE
56 ; LLC-MORE: Skipping pass 'PostRA Machine Instruction Scheduler'
/external/mesa3d/src/compiler/glsl/glcpp/tests/
D126-garbage-after-directive.c4 #ifndef MORE garbage
/external/swiftshader/third_party/llvm-7.0/llvm/test/Object/
Dmacho-invalid.test149 …s/macho-invalid-symtab-more-than-one 2>&1 | FileCheck -check-prefix INVALID-SYMTAB-MORE-THAN-ONE %s
150 INVALID-SYMTAB-MORE-THAN-ONE: macho-invalid-symtab-more-than-one': truncated or malformed object (m…
170 …cho-invalid-dysymtab-more-than-one 2>&1 | FileCheck -check-prefix INVALID-DYSYMTAB-MORE-THAN-ONE %s
171 INVALID-DYSYMTAB-MORE-THAN-ONE: macho-invalid-dysymtab-more-than-one': truncated or malformed objec…
212 …invalid-dataincode-more-than-one 2>&1 | FileCheck -check-prefix INVALID-DATAINCODE-MORE-THAN-ONE %s
213 INVALID-DATAINCODE-MORE-THAN-ONE: macho-invalid-dataincode-more-than-one': truncated or malformed o…
263 …ho-invalid-dyldinfo-more-than-one 2>&1 | FileCheck -check-prefix INVALID-DYLDINFO-MORE-THAN-ONE %s
264 INVALID-DYLDINFO-MORE-THAN-ONE: macho-invalid-dyldinfo-more-than-one': truncated or malformed objec…
278 …ho-invalid-dylib-id-more-than-one 2>&1 | FileCheck -check-prefix INVALID-DYLIB-ID-MORE-THAN-ONE %s
279 INVALID-DYLIB-ID-MORE-THAN-ONE: macho-invalid-dylib-id-more-than-one': truncated or malformed objec…
[all …]
/external/apache-commons-bcel/src/examples/Mini/
DMini.jjt46 MORE :
56 <SINGLE_LINE_COMMENT_STATE> MORE :
DMini.jj30 MORE :
40 <SINGLE_LINE_COMMENT_STATE> MORE :
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineOutliner.cpp832 MachineOptimizationRemarkEmitter MORE(*(C.getMF()), nullptr); in emitNotOutliningCheaperRemark() local
833 MORE.emit([&]() { in emitNotOutliningCheaperRemark()
860 MachineOptimizationRemarkEmitter MORE(*OF.MF, nullptr); in emitOutlinedFunctionRemark() local
884 MORE.emit(R); in emitOutlinedFunctionRemark()
/external/autotest/client/site_tests/firmware_TouchMTB/
Dfirmware_constants.py227 TFK.MORE = KEY_M

12