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

1 2 34 5 6 7

  /external/llvm/lib/CodeGen/
GCMetadata.cpp 127 case GC::Loop: return "loop";
BasicTargetTransformInfo.cpp 93 void getUnrollingPreferences(Loop *L,
200 void BasicTTI::getUnrollingPreferences(Loop *L,
206 // Manual, Intel Core models and later have a loop stream detector
209 // - The loop must have no more than 4 (8 for Nehalem and later) branches
211 // - The loop can have no more than 18 (28 for Nehalem and later) uops.
214 // models 30h-4fh (Steamroller and later) have a loop predictor and loop
217 // - The loop must have fewer than 16 branches
218 // - The loop must have less than 40 uops in all executed loop branche
    [all...]
  /external/chromium_org/v8/test/mjsunit/compiler/
regress-serialized-slots.js 32 for (var i = 0; i < 10000; i++) { // Loop to trigger optimization.
to-fast-properties.js 38 // Loop to hit OSR.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1257.js 42 // Loop for to hit OSR.
  /external/llvm/lib/Target/PowerPC/
PPCTargetTransformInfo.cpp 85 Loop *L, UnrollingPreferences &UP) const override;
274 void PPCTTI::getUnrollingPreferences(Loop *L, UnrollingPreferences &UP) const {
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
3d-cube.js 232 function Loop() {
248 Loop();
323 Loop();
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
3d-cube.js 232 function Loop() {
248 Loop();
323 Loop();
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
3d-cube.js 232 function Loop() {
248 Loop();
323 Loop();
  /external/llvm/lib/Analysis/
RegionInfo.cpp 126 bool Region::contains(const Loop *L) const {
127 // BBs that are not part of any loop are element of the Loop
128 // described by the NULL pointer. This loop is not part of any region,
147 Loop *Region::outermostLoopInRegion(Loop *L) const {
158 Loop *Region::outermostLoopInRegion(LoopInfo *LI, BasicBlock* BB) const {
160 Loop *L = LI->getLoopFor(BB);
501 // Exit is the header of a loop that contains the entry. In this case,
  /external/llvm/lib/Transforms/Utils/
BasicBlockUtils.cpp 38 // Can delete self loop.
42 // Loop through all of our successors and make sure they know that one
140 // Can't merge if there is PHI loop.
271 /// the loop info is updated.
279 // The new block lives in whichever loop the old one did. This preserves
282 if (Loop *L = LI->getLoopFor(Old))
313 Loop *L = LI ? LI->getLoopFor(OldBB) : nullptr;
315 // If we need to preserve loop analyses, collect some information about how
325 // If we need to preserve LCSSA, determine if any of the preds is a loop
328 if (Loop *PL = LI->getLoopFor(Pred)
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
filterbanks_neon.S 46 mov r4, #4 @ Post offset value for the loop
47 mov r2, #-2 @ Post offset value for the loop
48 sub r3, #2 @ Loop counter
50 @ Loop unrolling pre-processing.
94 @ Loop unrolling post-processing.
142 @ // Loop unrolling preprocessing.
223 @ // Loop unrolling post-processing.
lpc_masking_model_neon.S 43 mov r6, #0 @ Loop counter i.
105 @ Last sample in the inner loop.
  /external/llvm/lib/Target/R600/
SILowerControlFlow.cpp 83 void Loop(MachineInstr &MI);
260 void SILowerControlFlowPass::Loop(MachineInstr &MI) {
293 // If these aren't equal, this is probably an infinite loop.
354 // Read the next variant into VCC (lower 32 bits) <- also loop target
380 // Loop back to V_READFIRSTLANE_B32 if there are still variants to cover
491 Loop(MI);
  /external/openssl/crypto/sha/asm/
sha1-mips.pl 282 b .Loop
285 .Loop:
324 bne $inp,$num,.Loop
sha512-mips.pl 304 b .Loop
307 .Loop:
354 bne $inp,@X[15],.Loop
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
kxia64.h 685 #define ACQUIRE_SPINLOCK(rpLock,rOwn,Loop) cmp##.##eq pt0,pt1 = zero,zero ; ;; ;Loop: ;.pred.rel "mutex",pt0,pt1 ;(pt1) YIELD ;(pt0) xchg8 t22 = [rpLock],rOwn ;(pt1) ld8##.##nt1 t22 = [rpLock] ; ;; ;(pt0) cmp##.##ne pt2 = zero,t22 ; cmp##.##eq pt0,pt1 = zero,t22 ;(pt2) br##.##dpnt Loop
  /external/llvm/lib/Target/SystemZ/
SystemZSelectionDAGInfo.cpp 27 // Decide whether it is best to use a loop or straight-line code for
30 // (such as MVC) and Loop is the opcode to use for loops (such as MVC_LOOP).
33 unsigned Loop, SDValue Chain, SDValue Dst,
40 // However, the loop has 4 or 5 instructions (depending on whether
42 // much point using a loop for 5 * 256 bytes or fewer. Anything in
44 // the loop, so it doesn't seem worth using a loop then either.
48 return DAG.getNode(Loop, DL, MVT::Other, Chain, Dst, Src,
157 // deciding whether to use a loop or straight-line code.
162 // A two-CLC sequence is a clear win over a loop, not least because i
    [all...]
  /external/llvm/unittests/IR/
LegacyPassManagerTest.cpp 212 virtual bool doInitialization(Loop* L, LPPassManager &LPM) {
217 virtual bool runOnLoop(Loop *L, LPPassManager &LPM) {
385 SCOPED_TRACE("Loop pass");
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_DecodePadMV_PVOP_s.s 218 Loop
336 BLT Loop ;// If BlkCount<Count Continue the Loop
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_DecodePadMV_PVOP_s.s 218 Loop
336 BLT Loop ;// If BlkCount<Count Continue the Loop
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 15 // have as one or more of their components the loop induction variable, it
18 // related to loop induction variables.
34 // case of post-increment users is users outside the loop.
80 #define DEBUG_TYPE "loop-reduce"
265 void InitialMatch(const SCEV *S, Loop *L, ScalarEvolution &SE);
289 static void DoInitialMatch(const SCEV *S, Loop *L,
293 // Collect expressions which properly dominate the loop header.
344 /// InitialMatch - Incorporate loop-variant parts of S into this Formula,
345 /// attempting to keep all loop-invariant and loop-computable values in
    [all...]
  /art/compiler/optimizing/
live_ranges_test.cc 193 TEST(LiveRangesTest, Loop) {
240 // Last use is the loop phi so instruction is live until
241 // the end of the pre loop header.
248 // The instruction is live until the end of the loop.
256 // The instruction is live until the return instruction after the loop.
  /external/chromium_org/third_party/webrtc/common_audio/signal_processing/
cross_correlation_neon.S 45 @ Initialize loop counters.
69 movs r10, r7 @ Loop counter
94 add r2, r8, lsl #1 @ prepare for seq2_ptr(r5) in the next loop.
  /external/chromium_org/v8/src/compiler/
common-operator.cc 116 const Operator* CommonOperatorBuilder::Loop(int controls) {
118 0, controls, "Loop");

Completed in 2008 milliseconds

1 2 34 5 6 7