HomeSort by relevance Sort by last modified time
    Searched refs:Loop (Results 101 - 125 of 168) sorted by null

1 2 3 45 6 7

  /external/chromium_org/v8/src/compiler/
graph-builder.cc 187 // Control node for loop exists, add input.
188 const Operator* op = common()->Loop(inputs);
graph-builder.h 98 Node* NewLoop() { return NewNode(common()->Loop(1)); }
201 // Copies this environment at a loop header control-flow point.
217 // Prepare environment to be used as loop header.
opcodes.h 11 V(Loop) \
  /external/llvm/tools/opt/
PassPrinters.cpp 141 bool runOnLoop(Loop *L, LPPassManager &LPM) override {
  /external/clang/lib/Parse/
ParsePragma.cpp 146 PragmaLoopHintHandler() : PragmaHandler("loop") {}
603 Token Loop;
615 IdentifierLoc::create(Actions.Context, Info->Loop.getLocation(),
616 Info->Loop.getIdentifierInfo());
626 // FIXME: We should allow non-type template parameters for the loop hint
    [all...]
  /external/chromium_org/v8/tools/gcmole/
gcmole.cc 965 void Loop(clang::Stmt* a, clang::Stmt* b, clang::Stmt* c) {
970 void Loop(clang::Stmt* a, clang::Stmt* b) {
1009 block.Loop(stmt->getCond(), stmt->getBody());
1017 block.Loop(stmt->getBody(), stmt->getCond());
1025 block.Loop(stmt->getCond(),
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/
tree-rewrite.rb 102 grammar Loop;
119 tokenVocab=Loop;
1069 example "loop" do
1070 lexer = Loop::Lexer.new( "a b c 3 4 5" )
1072 parser = Loop::Parser.new( tokens )
    [all...]
  /external/chromium_org/chrome/renderer/resources/extensions/
file_entry_binding_util.js 50 // Loop through the response entries and asynchronously get the
53 // loop or in the asynchronous error callback to getFile.
  /external/chromium_org/third_party/boringssl/src/crypto/modes/asm/
ghash-armv4.pl 16 # that can be made at this point is based on code size. Inner loop is
19 # loop, this assembler loop body was found to be ~3x smaller than
60 # in the inner loop (meaning that estimated improvement is ~15%);
278 .Loop:
310 bpl .Loop
  /external/chromium_org/third_party/boringssl/src/crypto/sha/asm/
sha256-armv4.pl 197 .Loop:
235 bne .Loop
  /external/chromium_org/v8/test/cctest/
test-thread-termination.cc 53 void Loop(const v8::FunctionCallbackInfo<v8::Value>& args) {
114 global->Set(v8::String::NewFromUtf8(isolate, "loop"),
115 v8::FunctionTemplate::New(isolate, Loop));
132 // Run a loop that will be infinite if thread termination does not work.
134 CcTest::isolate(), "try { loop(); fail(); } catch(e) { fail(); }");
143 // itself in a loop that performs no calls.
152 // Run a loop that will be infinite if thread termination does not work.
154 CcTest::isolate(), "try { loop(); fail(); } catch(e) { fail(); }");
192 // Run a loop that will be infinite if thread termination does not work.
194 CcTest::isolate(), "try { loop(); fail(); } catch(e) { fail(); }")
    [all...]
  /external/chromium_org/v8/test/mjsunit/compiler/
uint32.js 47 // Loop to force inline allocation failure and a call into runtime.
  /external/libpng/scripts/
makevms.com 113 $Loop:
132 $ If arg .Le. 8 Then Goto Loop
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 90 void TargetTransformInfo::getUnrollingPreferences(Loop *L,
483 void getUnrollingPreferences(Loop *, UnrollingPreferences &) const override {
  /external/openssl/crypto/modes/asm/
ghash-armv4.pl 16 # that can be made at this point is based on code size. Inner loop is
19 # loop, this assembler loop body was found to be ~3x smaller than
60 # in the inner loop (meaning that estimated improvement is ~15%);
273 .Loop:
305 bpl .Loop
ghash-x86_64.pl 85 sub loop() {
100 jmp .Loop$N
103 .Loop$N:
131 jmp .Loop$N
177 &loop ($Xi);
84 sub loop() { subroutine
  /external/openssl/crypto/sha/asm/
sha1-armv8.pl 179 .Loop:
205 cbnz $num,.Loop
sha512-armv8.pl 182 .Loop:
216 b.ne .Loop
sha1-mips.S 34 b .Loop
37 .Loop:
1646 bne $5,$6,.Loop
sha1-sparcv9a.pl 487 ba .Loop
490 .Loop:
517 ba .Loop
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
lpc_masking_model_neon.S 46 mov r6, #0 @ Loop counter i.
108 @ Last sample in the inner loop.
  /external/llvm/lib/CodeGen/
SplitKit.cpp 184 // Loop over basic blocks where CurLI is live.
283 // Loop over basic blocks where li is live.
693 const MachineLoop *Loop = Loops.getLoopFor(MBB);
695 // MBB isn't in a loop, it doesn't get any better. All dominators have a
697 if (!Loop) {
704 if (Loop == DefLoop) {
706 << MBB->getNumber() << " in the same loop\n");
711 unsigned Depth = Loop->getLoopDepth();
719 // Leave loop by going to the immediate dominator of the loop header
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp 106 // NOTE: this loop intentionally is not using an iterator. Instead, we
803 os << "Loop condition is true. ";
819 Start, End, "Loop condition is false. Exiting loop"));
831 os << "Loop condition is false. ";
845 Start, End, "Loop condition is true. Entering loop body"));
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_processing/ns/
nsx_core_neon.S 85 @ r8: s, the loop counter for the LOOP_SIMULT
89 @ r12: i, the loop counter for LOOP_NOISEESTIMATION_MAGNLEN_INNER
170 sub r12, r6, #1 @ Loop counter.
342 @ Initial value of loop counter r6 = inst->magnLen.
380 sub r12, r6, #1 @ Loop counter: inst->magnLen - 1.
481 sub r5, #1 @ Loop counter.
  /external/llvm/lib/Target/Hexagon/
HexagonHardwareLoops.cpp 11 // loop instruction. The hardware loop can perform loop branches with a
16 // normalizes induction variables, and the Loop Strength Reduction pass
118 /// \brief Find the register that contains the loop controlling
124 /// loop:
127 /// if (R.next < #N) goto loop
133 /// \brief Analyze the statements in a loop to determine if the loop
140 /// a loop iterates. The function takes the operands that represent th
    [all...]

Completed in 492 milliseconds

1 2 3 45 6 7