HomeSort by relevance Sort by last modified time
    Searched refs:BE (Results 176 - 200 of 715) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/boringssl/src/util/
embed_test_data.go 9 // MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
69 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
  /external/llvm/lib/Target/Hexagon/
HexagonBlockRanges.cpp 117 IndexType BS = B.start(), BE = B.end();
126 // AE cannot be None since A and B overlap.
132 if (BE < AE) {
133 // BE cannot be Exit here.
134 if (BE == IndexType::None)
137 add(BE, AE, A.Fixed, false);
  /external/llvm/lib/Target/PowerPC/AsmParser/
PPCAsmParser.cpp 218 const MCBinaryExpr *BE = cast<MCBinaryExpr>(E);
219 int64_t LHSVal = EvaluateCRExpr(BE->getLHS());
220 int64_t RHSVal = EvaluateCRExpr(BE->getRHS());
226 switch (BE->getOpcode()) {
519 // Operand must be 64-bit aligned, signed 27-bit immediate.
    [all...]
  /external/llvm/lib/Transforms/Utils/
CloneFunction.cpp 85 assert(NameSuffix && "NameSuffix cannot be null!");
132 // appropriate. Note that we save BE this way in order to handle cloning of
135 for (Function::const_iterator BI = OldFunc->begin(), BE = OldFunc->end();
136 BI != BE; ++BI) {
166 BE = NewFunc->end();
167 BB != BE; ++BB)
186 // The user might be deleting arguments to the function by specifying them in
236 /// The specified block is found to be reachable, clone it and
244 /// The specified block is found to be reachable, clone it and
399 assert(NameSuffix && "NameSuffix cannot be null!")
    [all...]
  /external/llvm/tools/llvm-readobj/
ARMEHABIPrinter.h 167 for (unsigned BI = 0, BE = ULEB.size(); BI != BE; ++BI)
171 for (unsigned BI = 0, BE = ULEB.size(); BI != BE; ++BI)
494 /// frames cannot be unwound
  /external/swiftshader/third_party/LLVM/lib/Analysis/
LoopInfo.cpp 12 // loops identified may actually be several natural loops that share the same
69 /// loop and it can be hoisted, do so to make it trivially loop-invariant.
71 /// function can be used as a slightly more aggressive replacement for
85 /// loop and it can be hoisted, do so to make it trivially loop-invariant.
87 /// function can be used as a slightly more aggressive replacement for
169 /// times the loop will be executed. Note that this means that the backedge
170 /// of the loop executes N-1 times. If the trip-count cannot be determined,
223 /// value (don't forget the trip count could very well be zero as well!).
225 /// Returns 1 if the trip count is unknown or not guaranteed to be the
335 for (block_iterator BI = block_begin(), BE = block_end(); BI != BE; ++BI)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
DwarfEHPrepare.cpp 282 // loop through the slow way to see if they still need to be converted.
386 // be one dispatch, however, so if there are multiple switches, one
486 for (BasicBlock::iterator bi = fi->begin(), be = fi->end(); bi != be; ++bi){
586 // found, then a register that holds the exception value will be created in
587 // each landing pad, and the SSAUpdater will be used to compute the values
595 for (Function::iterator BE = F->end(); BB != BE; ++BB) {
624 for (Function::iterator BE = F->end(); BB != BE; ++BB)
    [all...]
  /external/tremolo/Tremolo/
floor1LARM.s 18 @ Productions Ltd nor the names of its contributors may be used to
26 @ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  /external/vixl/
Android.mk 18 # COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
39 # 3. The name of the company may not be used to endorse or promote
46 # IN NO EVENT SHALL ARM LTD BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  /libcore/luni/src/test/java/libcore/java/time/chrono/
ThaiBuddhistChronologyTest.java 51 // range for era BE is 1..<yearRange.max - OFFSET>
52 // range for era before BE is 1..<-yearRange.min + 1 + OFFSET>
80 assertEquals(ThaiBuddhistEra.BE, ThaiBuddhistDate.of(1, 1, 1).getEra());
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
GVNExpression.h 232 Container *BE;
235 explicit op_inserter(BasicExpression &E) : BE(&E) {}
236 explicit op_inserter(BasicExpression *E) : BE(E) {}
239 BE->op_push_back(val);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
GVNExpression.h 232 Container *BE;
235 explicit op_inserter(BasicExpression &E) : BE(&E) {}
236 explicit op_inserter(BasicExpression *E) : BE(E) {}
239 BE->op_push_back(val);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
GVNExpression.h 232 Container *BE;
235 explicit op_inserter(BasicExpression &E) : BE(&E) {}
236 explicit op_inserter(BasicExpression *E) : BE(E) {}
239 BE->op_push_back(val);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
GVNExpression.h 232 Container *BE;
235 explicit op_inserter(BasicExpression &E) : BE(&E) {}
236 explicit op_inserter(BasicExpression *E) : BE(E) {}
239 BE->op_push_back(val);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
GVNExpression.h 232 Container *BE;
235 explicit op_inserter(BasicExpression &E) : BE(&E) {}
236 explicit op_inserter(BasicExpression *E) : BE(E) {}
239 BE->op_push_back(val);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
GVNExpression.h 232 Container *BE;
235 explicit op_inserter(BasicExpression &E) : BE(&E) {}
236 explicit op_inserter(BasicExpression *E) : BE(E) {}
239 BE->op_push_back(val);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
GVNExpression.h 232 Container *BE;
235 explicit op_inserter(BasicExpression &E) : BE(&E) {}
236 explicit op_inserter(BasicExpression *E) : BE(E) {}
239 BE->op_push_back(val);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
GVNExpression.h 232 Container *BE;
235 explicit op_inserter(BasicExpression &E) : BE(&E) {}
236 explicit op_inserter(BasicExpression *E) : BE(E) {}
239 BE->op_push_back(val);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
adogpool.h 421 #define ADO_Reserved_21 GUID_BUILDER (ADO_Reserved_21, 88447b2f, E1C9, 413e, BE, E7, A7, D2, B9, 0e, D1, 96)
428 #define ADO_Reserved_28 GUID_BUILDER (ADO_Reserved_28, FD46F2C2, 7fda, 4dc9, A2, DB, D9, BE, 4f, 59, 98, C2)
445 #define ADO_Reserved_45 GUID_BUILDER (ADO_Reserved_45, 6efbc56f, 67e4, 4f7d, BE, 59, C5, D6, FA, 21, B7, 77)
460 #define ADO_Reserved_60 GUID_BUILDER (ADO_Reserved_60, 46359618, 34ae, 410e, AE, 20, F3, D4, E1, BD, A6, BE)
470 #define ADO_Reserved_70 GUID_BUILDER (ADO_Reserved_70, 3ad0de2b, AA3E, 4508, BE, 9e, 1e, AA, DF, 1c, 4d, 8b)
473 #define ADO_Reserved_73 GUID_BUILDER (ADO_Reserved_73, 1502cb61, 8c42, 4c4b, B9, 0c, 3a, 9e, 4e, 46, D1, BE)
474 #define ADO_Reserved_74 GUID_BUILDER (ADO_Reserved_74, 70eb3f53, 91a0, 42f5, BE, 50, F1, 02, DE, C8, 92, 27)
488 #define ADO_Reserved_88 GUID_BUILDER (ADO_Reserved_88, 5ec2d163, E671, 4186, BE, 72, BF, FF, 72, D5, 7a, 5c)
514 #define ADO_Reserved_114 GUID_BUILDER (ADO_Reserved_114, 79f89dd7, BE86, 4b36, BE, 9b, FA, 75, 24, 18, 55, 68
    [all...]
adogpool_backcompat.h 426 #define ADO_Reserved_21 GUID_BUILDER (ADO_Reserved_21, 88447b2f, E1C9, 413e, BE, E7, A7, D2, B9, 0e, D1, 96)
433 #define ADO_Reserved_28 GUID_BUILDER (ADO_Reserved_28, FD46F2C2, 7fda, 4dc9, A2, DB, D9, BE, 4f, 59, 98, C2)
450 #define ADO_Reserved_45 GUID_BUILDER (ADO_Reserved_45, 6efbc56f, 67e4, 4f7d, BE, 59, C5, D6, FA, 21, B7, 77)
465 #define ADO_Reserved_60 GUID_BUILDER (ADO_Reserved_60, 46359618, 34ae, 410e, AE, 20, F3, D4, E1, BD, A6, BE)
475 #define ADO_Reserved_70 GUID_BUILDER (ADO_Reserved_70, 3ad0de2b, AA3E, 4508, BE, 9e, 1e, AA, DF, 1c, 4d, 8b)
478 #define ADO_Reserved_73 GUID_BUILDER (ADO_Reserved_73, 1502cb61, 8c42, 4c4b, B9, 0c, 3a, 9e, 4e, 46, D1, BE)
479 #define ADO_Reserved_74 GUID_BUILDER (ADO_Reserved_74, 70eb3f53, 91a0, 42f5, BE, 50, F1, 02, DE, C8, 92, 27)
493 #define ADO_Reserved_88 GUID_BUILDER (ADO_Reserved_88, 5ec2d163, E671, 4186, BE, 72, BF, FF, 72, D5, 7a, 5c)
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/arm/
l.go 20 // The above copyright notice and this permission notice shall be included in
26 // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
54 // The above copyright notice and this permission notice shall be included in
60 // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  /prebuilts/go/darwin-x86/src/cmd/link/internal/arm64/
l.go 20 // The above copyright notice and this permission notice shall be included in
26 // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
53 // The above copyright notice and this permission notice shall be included in
59 // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  /prebuilts/go/darwin-x86/src/cmd/link/internal/mips/
l.go 20 // The above copyright notice and this permission notice shall be included in
26 // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
53 // The above copyright notice and this permission notice shall be included in
59 // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  /prebuilts/go/darwin-x86/src/cmd/link/internal/mips64/
l.go 20 // The above copyright notice and this permission notice shall be included in
26 // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
53 // The above copyright notice and this permission notice shall be included in
59 // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ppc64/
l.go 20 // The above copyright notice and this permission notice shall be included in
26 // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
53 // The above copyright notice and this permission notice shall be included in
59 // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER

Completed in 584 milliseconds

1 2 3 4 5 6 78 91011>>