HomeSort by relevance Sort by last modified time
    Searched refs:MORE (Results 1 - 22 of 22) sorted by null

  /external/mesa3d/src/compiler/glsl/glcpp/tests/
126-garbage-after-directive.c 4 #ifndef MORE garbage
  /external/clang/test/Index/
complete-in-stringify.c 3 #define MORE __FILE__
6 #define N(x) func("2"#x MORE)
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
InstructionSelect.cpp 77 MachineOptimizationRemarkEmitter MORE(MF, /*MBFI=*/nullptr);
89 reportGISelFailure(MF, TPC, MORE, "gisel-select",
133 reportGISelFailure(MF, TPC, MORE, "gisel-select", "cannot select", MI);
181 // Now that selection is complete, there are no more generic vregs. Verify
197 reportGISelFailure(MF, TPC, MORE, "gisel-select",
205 MF, TPC, MORE, "gisel-select",
216 reportGISelFailure(MF, TPC, MORE, R);
Utils.cpp 157 MachineOptimizationRemarkEmitter &MORE,
169 MORE.emit(R);
173 MachineOptimizationRemarkEmitter &MORE,
180 if (TPC.isGlobalISelAbortEnabled() || MORE.allowExtraAnalysis(PassName))
182 reportGISelFailure(MF, TPC, MORE, R);
Legalizer.cpp 79 MachineOptimizationRemarkEmitter MORE(MF, /*MBFI=*/nullptr);
142 reportGISelFailure(MF, TPC, MORE, "gisel-legalize",
182 reportGISelFailure(MF, TPC, MORE, R);
Combiner.cpp 45 MachineOptimizationRemarkEmitter MORE(MF, /*MBFI=*/nullptr);
RegBankSelect.cpp 97 MORE = llvm::make_unique<MachineOptimizationRemarkEmitter>(MF, MBFI);
483 // We should not need more than a couple of instructions to repair
490 "Repairing involves more than a billion of instructions?!");
518 // No need to accumulate more cost information.
618 reportGISelFailure(MF, *TPC, *MORE, "gisel-regbankselect",
643 reportGISelFailure(MF, *TPC, *MORE, "gisel-regbankselect",
772 "Splitting before phis requires more points");
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/
Utils.h 85 MachineOptimizationRemarkEmitter &MORE,
89 MachineOptimizationRemarkEmitter &MORE,
RegBankSelect.h 18 /// would use more global analysis and do crazier thing like duplicating
101 /// require more compile time.
123 /// \post isSplit() == false ; no more splitting should be required.
143 /// the iterator to that point. I.e., no more splitting will
163 /// I.e., no more splitting will occur.
406 "We would need more MI to switch to Insert");
505 std::unique_ptr<MachineOptimizationRemarkEmitter> MORE;
  /external/llvm/lib/Support/
regcomp.c 124 #define MORE() (p->next < p->end)
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)
301 assert(!MORE() || SEE(stop));
318 assert(MORE()); /* caller should have ensured this */
324 REQUIRE(MORE(), REG_EPAREN)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
regcomp.c 116 #define MORE() (p->next < p->end)
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)
293 assert(!MORE() || SEE(stop));
309 assert(MORE()); /* caller should have ensured this */
315 REQUIRE(MORE(), REG_EPAREN)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
regcomp.c 251 #define MORE() (p->next < p->end)
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)
428 assert(!MORE() || SEE(stop));
445 assert(MORE()); /* caller should have ensured this */
451 REQUIRE(MORE(), REG_EPAREN)
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
regcomp.c 124 #define MORE() (p->next < p->end)
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)
301 assert(!MORE() || SEE(stop));
318 assert(MORE()); /* caller should have ensured this */
324 REQUIRE(MORE(), REG_EPAREN)
    [all...]
  /external/e2fsprogs/lib/ss/
pager.c 2 * Pager: Routines to create a "more" running out of a particular file
41 static char MORE[] = "more";
143 _ss_pager_name = MORE;
  /bionic/libc/upstream-netbsd/lib/libc/regex/
regcomp.c 184 #define MORE() (p->next < p->end)
186 #define SEE(c) (MORE() && PEEK() == (c))
187 #define SEETWO(a, b) (MORE() && MORE2() && PEEK() == (a) && PEEK2() == (b))
196 #define MUSTSEE(c, e) (REQUIRE(MORE() && PEEK() == (c), e))
197 #define MUSTEAT(c, e) (void) (REQUIRE(MORE() && GETNEXT() == (c), e))
198 #define MUSTNOTSEE(c, e) (REQUIRE(!MORE() || PEEK() != (c), e))
361 while (MORE() && (c = PEEK()) != '|' && c != stop)
386 assert(!MORE() || SEE(stop));
407 assert(MORE()); /* caller should have ensured this */
413 REQUIRE(MORE(), REG_EPAREN)
    [all...]
  /external/apache-commons-bcel/src/examples/Mini/
Mini.jjt 2 * Licensed to the Apache Software Foundation (ASF) under one or more
46 MORE :
56 <SINGLE_LINE_COMMENT_STATE> MORE :
Mini.jj 30 MORE :
40 <SINGLE_LINE_COMMENT_STATE> MORE :
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
MachineOutliner.cpp 54 /// For more information on the suffix tree data structure, please see
227 /// suffix tree construction. Ukkonen's algorithm is explained in more detail
832 MachineOptimizationRemarkEmitter MORE(*(C.getMF()), nullptr);
833 MORE.emit([&]()
    [all...]
  /external/autotest/client/site_tests/firmware_TouchMTB/
firmware_constants.py 227 TFK.MORE = KEY_M
test_flow.py 397 # There are more gestures.
401 # No more gesture.
515 elif choice == TFK.MORE:
  /external/javaparser/javaparser-core/src/main/javacc/
java.jj 19 * GNU Lesser General Public License for more details.
49 * GNU Lesser General Public License for more details.
175 MORE :
195 MORE :
    [all...]
  /external/guice/extensions/struts2/lib/
jetty-6.1.0.jar 

Completed in 895 milliseconds