HomeSort by relevance Sort by last modified time
    Searched full:anti (Results 1 - 25 of 465) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/CodeGen/X86/
critical-anti-dep-breaker.ll 1 ; RUN: llc < %s -mtriple=x86_64-unknown-linux-gnu -relocation-model=pic -post-RA-scheduler=1 -break-anti-dependencies=critical | FileCheck %s
4 ; The critical-anti-dependency-breaker must not use register def information from a kill inst.
6 ; There is an anti-dependency (WAR) hazard using RAX using default reg allocation and scheduling.
7 ; The post-RA-scheduler and critical-anti-dependency breaker can eliminate that hazard using R10.
break-anti-dependencies.ll 2 ; Use a subtarget that has post-RA scheduling enabled because the anti-dependency
4 ; RUN: llc < %s -march=x86-64 -mcpu=atom -enable-misched=false -post-RA-scheduler -pre-RA-sched=list-burr -break-anti-dependencies=none > %t
7 ; RUN: llc < %s -march=x86-64 -mcpu=atom -post-RA-scheduler -break-anti-dependencies=critical > %t
  /external/llvm/lib/CodeGen/
AntiDepBreaker.h 1 //=- llvm/CodeGen/AntiDepBreaker.h - Anti-Dependence Breaking -*- C++ -*-=//
11 // anti-dependence breaking heuristics for post-register-allocation scheduling.
29 /// registers to break register anti-dependencies (WAR hazards).
37 /// Initialize anti-dep breaking for a new basic block.
40 /// Identifiy anti-dependencies within a basic-block region and break them by
41 /// renaming registers. Return the number of anti-dependencies broken.
53 /// Finish anti-dep breaking for a basic block.
CriticalAntiDepBreaker.h 1 //=- llvm/CodeGen/CriticalAntiDepBreaker.h - Anti-Dep Support -*- C++ -*-=//
11 // implements register anti-dependence breaking along a blocks
40 /// We'll be ignoring anti-dependencies on non-allocatable registers,
65 /// break anti-dependencies.
72 /// Initialize anti-dep breaking for a new basic block.
75 /// Identifiy anti-dependencies along the critical path
88 /// Finish anti-dep breaking for a basic block.
AggressiveAntiDepBreaker.h 1 //=- llvm/CodeGen/AggressiveAntiDepBreaker.h - Anti-Dep Support -*- C++ -*-=//
11 // implements register anti-dependence breaking during post-RA
12 // scheduling. It attempts to break all anti-dependencies within a
35 /// Contains all the state necessary for anti-dep breaking.
60 /// composed of registers that are not eligible for anti-aliasing.
123 /// The state used to identify and rename anti-dependence registers.
132 /// Initialize anti-dep breaking for a new basic block.
135 /// Identifiy anti-dependencies along the critical path
150 /// Finish anti-dep breaking for a basic block.
CriticalAntiDepBreaker.cpp 1 //===----- CriticalAntiDepBreaker.cpp - Anti-dep breaker -------- ---------===//
11 // implements register anti-dependence breaking along a blocks
138 // In the case of a latency tie, prefer an anti-dependency edge over
141 (NextDepth == PredTotalLatency && P->getKind() == SDep::Anti)) {
389 // an anti-dependence with this AntiDepReg, because that would
390 // re-introduce that anti-dependence.
474 // There are three anti-dependencies here, and without special care,
484 // because at each anti-dependence, B is the first register that
485 // isn't A which is free. This re-introduces anti-dependencies
486 // at all but one of the original anti-dependencies that we wer
    [all...]
AggressiveAntiDepBreaker.cpp 1 //===----- AggressiveAntiDepBreaker.cpp - Anti-dep breaker ----------------===//
11 // implements register anti-dependence breaking during post-RA
12 // scheduling. It attempts to break all anti-dependencies within a
35 cl::desc("Debug control for aggressive anti-dep breaker"),
39 cl::desc("Debug control for aggressive anti-dep breaker"),
250 /// AntiDepEdges - Return in Edges the anti- and output- dependencies
256 if ((P->getKind() == SDep::Anti) || (P->getKind() == SDep::Output)) {
275 // In the case of a latency tie, prefer an anti-dependency edge over
278 (NextDepth == PredTotalLatency && P->getKind() == SDep::Anti)) {
543 // break the anti-dependence
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
AntiDepBreaker.h 1 //=- llvm/CodeGen/AntiDepBreaker.h - Anti-Dependence Breaking -*- C++ -*-=//
11 // anti-dependence breaking heuristics for post-register-allocation scheduling.
30 /// anti-dependencies.
38 /// Start - Initialize anti-dep breaking for a new basic block.
41 /// BreakAntiDependencies - Identifiy anti-dependencies within a
43 /// the number of anti-dependencies broken.
57 /// Finish - Finish anti-dep breaking for a basic block.
CriticalAntiDepBreaker.h 1 //=- llvm/CodeGen/CriticalAntiDepBreaker.h - Anti-Dep Support -*- C++ -*-=//
11 // implements register anti-dependence breaking along a blocks
43 /// We'll be ignoring anti-dependencies on non-allocatable registers,
68 /// break anti-dependencies.
75 /// Start - Initialize anti-dep breaking for a new basic block.
78 /// BreakAntiDependencies - Identifiy anti-dependencies along the critical
93 /// Finish - Finish anti-dep breaking for a basic block.
AggressiveAntiDepBreaker.h 1 //=- llvm/CodeGen/AggressiveAntiDepBreaker.h - Anti-Dep Support -*- C++ -*-=//
11 // implements register anti-dependence breaking during post-RA
12 // scheduling. It attempts to break all anti-dependencies within a
36 /// Contains all the state necessary for anti-dep breaking.
63 /// composed of registers that are not eligible for anti-aliasing.
128 /// State - The state used to identify and rename anti-dependence
138 /// Start - Initialize anti-dep breaking for a new basic block.
141 /// BreakAntiDependencies - Identifiy anti-dependencies along the critical
156 /// Finish - Finish anti-dep breaking for a basic block.
CriticalAntiDepBreaker.cpp 1 //===----- CriticalAntiDepBreaker.cpp - Anti-dep breaker -------- ---------===//
11 // implements register anti-dependence breaking along a blocks
168 // In the case of a latency tie, prefer an anti-dependency edge over
171 (NextDepth == PredTotalLatency && P->getKind() == SDep::Anti)) {
394 // an anti-dependence with this AntiDepReg, because that would
395 // re-introduce that anti-dependence.
468 // There are three anti-dependencies here, and without special care,
478 // because at each anti-dependence, B is the first register that
479 // isn't A which is free. This re-introduces anti-dependencies
480 // at all but one of the original anti-dependencies that we wer
    [all...]
AggressiveAntiDepBreaker.cpp 1 //===----- AggressiveAntiDepBreaker.cpp - Anti-dep breaker ----------------===//
11 // implements register anti-dependence breaking during post-RA
12 // scheduling. It attempts to break all anti-dependencies within a
36 cl::desc("Debug control for aggressive anti-dep breaker"),
40 cl::desc("Debug control for aggressive anti-dep breaker"),
276 /// AntiDepEdges - Return in Edges the anti- and output- dependencies
282 if ((P->getKind() == SDep::Anti) || (P->getKind() == SDep::Output)) {
304 // In the case of a latency tie, prefer an anti-dependency edge over
307 (NextDepth == PredTotalLatency && P->getKind() == SDep::Anti)) {
557 // break the anti-dependence
    [all...]
  /external/libmojo/base/android/
jni_int_wrapper.h 10 // This is to avoid a common anti-pattern where a Java int is used
14 // jint that could be consider anti-patterns, such as from size_t.
40 // We disallow this, as a common anti-pattern allows converting a native
  /external/freetype/src/smooth/
ftsmooth.h 5 /* Anti-aliasing renderer interface (specification). */
smooth.c 5 /* FreeType anti-aliasing rasterer module component (body only). */
  /external/pdfium/third_party/freetype/src/smooth/
ftsmooth.h 5 /* Anti-aliasing renderer interface (specification). */
smooth.c 5 /* FreeType anti-aliasing rasterer module component (body only). */
  /external/skia/src/gpu/effects/
GrRRectEffect.h 21 * Creates an effect that performs anti-aliased clipping against a SkRRect. It doesn't support
  /external/mesa3d/src/gallium/docs/source/
glossary.rst 8 Multi-Sampled Anti-Aliasing. A basic anti-aliasing technique that takes
  /external/lzma/CPP/7zip/UI/Common/
UpdateProduce.h 13 bool IsAnti; // if (!IsAnti) we use other ways to detect Anti status
  /external/pdfium/third_party/agg23/
README.pdfium 1 Name: Anti-Grain Geometry
  /external/swiftshader/third_party/LLVM/test/CodeGen/X86/
break-anti-dependencies.ll 2 ; RUN: llc < %s -march=x86-64 -post-RA-scheduler -pre-RA-sched=list-burr -break-anti-dependencies=none > %t
5 ; RUN: llc < %s -march=x86-64 -post-RA-scheduler -break-anti-dependencies=critical > %t
  /system/sepolicy/private/
untrusted_app_25.te 44 # https://github.com/strazzere/anti-emulator/blob/master/AntiEmulator/src/diff/strazzere/anti/emulator/FindEmulator.java
  /external/llvm/test/CodeGen/MIR/Hexagon/
anti-dep-partial.mir 28 ; The anti-dependency on r23 between the first A2_add and the
  /external/mesa3d/docs/
conform.html 148 Anti-aliased Point test passed.
151 Anti-aliased Line test passed.
156 Anti-aliased Triangles test passed.
261 Anti-aliased Point test passed.
264 Anti-aliased Line test passed.
269 Anti-aliased Triangles test passed.
374 Anti-aliased Point test passed.
377 Anti-aliased Line test passed.
382 Anti-aliased Triangles test passed.
487 Anti-aliased Point test passed
    [all...]

Completed in 787 milliseconds

1 2 3 4 5 6 7 8 91011>>