/external/llvm/lib/Fuzzer/ |
FuzzerDriver.cpp | 328 F.Loop();
|
/external/v8/src/compiler/ |
opcodes.h | 13 V(Loop) \
|
common-operator.cc | 342 "Loop", // name 540 const Operator* CommonOperatorBuilder::Loop(int control_input_count) { 553 "Loop", // name 858 return Loop(size);
|
ast-graph-builder.h | 48 Node* NewLoop() { return NewNode(common()->Loop(1), true); } 112 // Result of loop assignment analysis performed before graph creation. 409 void VisitIterationBody(IterationStatement* stmt, LoopBuilder* loop); 554 // Copies this environment at a loop header control-flow point. 585 // Prepare environment to be used as loop header.
|
/external/boringssl/src/crypto/sha/asm/ |
sha256-armv4.pl | 242 .Loop: 283 bne .Loop
|
sha512-armv4.pl | 308 .Loop: 487 bne .Loop
|
/external/llvm/include/llvm/CodeGen/ |
BasicTTIImpl.h | 219 void getUnrollingPreferences(Loop *L, TTI::UnrollingPreferences &UP) { 224 // Manual, Intel Core models and later have a loop stream detector (and 227 // - The loop must have no more than 4 (8 for Nehalem and later) branches 229 // - The loop can have no more than 18 (28 for Nehalem and later) uops. 232 // Processors, models 30h-4fh (Steamroller and later) have a loop predictor 233 // and loop buffer which can benefit from partial unrolling. 235 // - The loop must have fewer than 16 branches 236 // - The loop must have less than 40 uops in all executed loop branches 238 // The number of taken branches in a loop is hard to estimate here, an [all...] |
/external/skia/bench/ |
nanobench.cpp | 95 "Loop until timer overhead is at most this fraction of our measurments."); 111 DEFINE_bool(loopSKP, true, "Loop SKPs like we do for micro benches?"); 317 // Later we'll just start and stop the timer once but loop N times. 711 // Now loop over each skp again if we have an animation [all...] |
/external/v8/test/cctest/ |
test-thread-termination.cc | 53 void Loop(const v8::FunctionCallbackInfo<v8::Value>& args) { 116 global->Set(v8_str("loop"), v8::FunctionTemplate::New(isolate, Loop)); 132 // Run a loop that will be infinite if thread termination does not work. 135 "try { loop(); fail(); } catch(e) { fail(); }"); 140 "try { loop(); fail(); } catch(e) { fail(); }"); 146 // itself in a loop that performs no calls. 155 // Run a loop that will be infinite if thread termination does not work. 156 static const char* source = "try { loop(); fail(); } catch(e) { fail(); }"; 197 // Run a loop that will be infinite if thread termination does not work 503 v8::Local<v8::Function> loop = v8::Local<v8::Function>::Cast( local [all...] |
/external/v8/test/unittests/compiler/ |
common-operator-reducer-unittest.cc | 260 Node* const loop = local 261 graph()->NewNode(common()->Loop(2), graph()->start(), graph()->start()); 262 loop->ReplaceInput(1, loop); 263 Node* const ephi = graph()->NewNode(common()->EffectPhi(2), e0, e0, loop); 266 EXPECT_CALL(editor, Revisit(loop)); 307 Node* const loop = local 308 graph()->NewNode(common()->Loop(2), graph()->start(), graph()->start()); 309 loop->ReplaceInput(1, loop); [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
TrieMapTest.java | 454 static abstract class MyLoop extends Timer.Loop {
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
TrieMapTest.java | 450 static abstract class MyLoop extends Timer.Loop {
|
/external/libavc/common/arm/ |
ih264_inter_pred_filters_luma_vert_a9q.s | 295 beq loop_4 @ Loop if height==8
|
/external/llvm/lib/Analysis/ |
BranchProbabilityInfo.cpp | 41 // Using "Loop Branch Heuristics" we predict weights of edges for the 330 // Calculate Edge Weights using "Loop Branch Heuristics". Predict backedges 334 Loop *L = LI.getLoopFor(BB); 340 SmallVector<unsigned, 8> InEdges; // Edges from header to the loop.
|
/external/llvm/lib/Target/AArch64/ |
AArch64TargetTransformInfo.cpp | 480 void AArch64TTIImpl::getUnrollingPreferences(Loop *L, 485 // For inner loop, it is more likely to be a hot one, and the runtime check
|
/external/llvm/unittests/Analysis/ |
ScalarEvolutionTest.cpp | 110 // It's possible to produce an empty loop through the default constructor, 112 Loop L;
|
/external/v8/src/wasm/ |
wasm-opcodes.h | 74 V(Loop, 0x02, _) \
|
/bionic/libc/arch-x86_64/string/ |
sse2-strlcpy-slm.S | 244 L(16Loop): 254 jmp L(16Loop)
|
/external/boringssl/linux-arm/crypto/modes/ |
ghash-armv4.S | 217 .Loop: 249 bpl .Loop
|
/external/curl/packages/vms/ |
build_vms.com | 121 $! One pass option parsing instead of loop. [all...] |
/external/libvpx/libvpx/vp8/encoder/ |
onyx_if.c | 383 // are not called in the encoding loop, so we need to call it here to 569 /* MB loop to set local segmentation map */ 603 // Under aggressive denoising, use segmentation to turn off loop 608 // loop filtering on noisy input source. 632 /* Set up the loop segment data */ [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
onyx_if.c | 396 // are not called in the encoding loop, so we need to call it here to 552 // Set up the loop segment data 586 /* MB loop to set local segmentation map */ 626 /* Set up the loop segment data */ 888 /* Only do recode loop on key frames, golden frames and 898 sf->recode_loop = 0; /* recode loop off */ 905 sf->auto_filter = 0; /* Faster selection of loop filter */ 928 sf->auto_filter = 0; /* Faster selection of loop filter */ 938 sf->auto_filter = 0; /* Faster selection of loop filter */ [all...] |
/external/llvm/lib/Target/Hexagon/ |
HexagonInstrInfo.cpp | 131 /// Find the hardware loop instruction used to set-up the specified loop. 132 /// On Hexagon, we have two instructions used to set-up the hardware loop 134 /// to indicate the end of a loop. 147 // The loop set-up instruction will be in a predecessor block 160 // We've reached a different loop, which means the loop0 has been removed. 164 // Check the predecessors for the LOOP instruction. 165 MachineInstr *loop = findLoopInstr(*PB, EndLoopOp, Visited); local 166 if (loop) 167 return loop; [all...] |
/external/boringssl/src/crypto/modes/asm/ |
ghash-x86_64.pl | 134 sub loop() { 149 jmp .Loop$N 152 .Loop$N: 180 jmp .Loop$N 227 &loop ($Xi); 133 sub loop() { subroutine [all...] |
/prebuilts/go/darwin-x86/src/cmd/yacc/ |
yacc.go | 1202 // one line per loop 1293 loop: 1334 continue loop 1384 continue loop 1398 continue loop 1470 continue loop [all...] |