/external/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 …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | regcomp.c | 251 #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/ |
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 …]
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | regcomp.c | 116 #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/ |
D | of10_pf5240-vv.out | 185 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 …]
|
D | zmtp1.out | 19 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/ |
D | InstructionSelect.cpp | 77 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()
|
D | Utils.cpp | 157 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()
|
D | Legalizer.cpp | 79 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()
|
D | Combiner.cpp | 45 MachineOptimizationRemarkEmitter MORE(MF, /*MBFI=*/nullptr); in combineMachineInstrs() local
|
D | RegBankSelect.cpp | 97 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/ |
D | optnone-opt.ll | 5 …: 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
|
D | optnone-llc.ll | 4 ; 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/ |
D | complete-in-stringify.c | 3 #define MORE __FILE__ macro 6 #define N(x) func("2"#x MORE)
|
/external/e2fsprogs/lib/ss/ |
D | pager.c | 41 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/ |
D | Utils.h | 85 MachineOptimizationRemarkEmitter &MORE, 89 MachineOptimizationRemarkEmitter &MORE,
|
D | RegBankSelect.h | 505 std::unique_ptr<MachineOptimizationRemarkEmitter> MORE; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Feature/ |
D | optnone-opt.ll | 5 …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'
|
D | optnone-llc.ll | 4 ; 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/ |
D | 126-garbage-after-directive.c | 4 #ifndef MORE garbage
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Object/ |
D | macho-invalid.test | 149 …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/ |
D | Mini.jjt | 46 MORE : 56 <SINGLE_LINE_COMMENT_STATE> MORE :
|
D | Mini.jj | 30 MORE : 40 <SINGLE_LINE_COMMENT_STATE> MORE :
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | MachineOutliner.cpp | 832 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/ |
D | firmware_constants.py | 227 TFK.MORE = KEY_M
|