OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:anti
(Results
1 - 25
of
369
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/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.
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
42
/// We'll be ignoring
anti
-dependencies on non-allocatable registers,
67
/// break
anti
-dependencies.
74
/// Start - Initialize
anti
-dep breaking for a new basic block.
77
/// BreakAntiDependencies - Identifiy
anti
-dependencies along the critical
92
/// 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
135
// In the case of a latency tie, prefer an
anti
-dependency edge over
138
(NextDepth == PredTotalLatency && P->getKind() == SDep::
Anti
)) {
372
// an
anti
-dependence with this AntiDepReg, because that would
373
// re-introduce that
anti
-dependence.
457
// There are three
anti
-dependencies here, and without special care,
467
// because at each
anti
-dependence, B is the first register that
468
// isn't A which is free. This re-introduces
anti
-dependencies
469
// 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"),
257
/// AntiDepEdges - Return in Edges the
anti
- and output- dependencies
263
if ((P->getKind() == SDep::
Anti
) || (P->getKind() == SDep::Output)) {
285
// In the case of a latency tie, prefer an
anti
-dependency edge over
288
(NextDepth == PredTotalLatency && P->getKind() == SDep::
Anti
)) {
536
// break the
anti
-dependence
[
all
...]
/external/chromium_org/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/freetype/src/smooth/
ftsmooth.h
5
/*
Anti
-aliasing renderer interface (specification). */
smooth.c
5
/* FreeType
anti
-aliasing rasterer module component (body only). */
/external/chromium_org/third_party/mesa/src/src/gallium/docs/source/
glossary.rst
8
Multi-Sampled
Anti
-Aliasing. A basic
anti
-aliasing technique that takes
/external/mesa3d/src/gallium/docs/source/
glossary.rst
8
Multi-Sampled
Anti
-Aliasing. A basic
anti
-aliasing technique that takes
/external/llvm/test/CodeGen/X86/
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 -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/chromium/chrome/browser/safe_browsing/
chunk_range.h
7
// The
anti
-phishing and
anti
-malware protocol sends ASCII strings of numbers
/external/chromium/chrome/browser/ui/views/infobars/
infobar_background.cc
68
//
Anti
-alias the path so it doesn't look goofy when the edges are not at 45
69
// degree angles, but don't
anti
-alias anything else, especially not the fill,
/external/chromium_org/chrome/browser/safe_browsing/
chunk_range.h
7
// The
anti
-phishing and
anti
-malware protocol sends ASCII strings of numbers
/external/chromium_org/chrome/browser/ui/views/infobars/
infobar_background.cc
47
//
Anti
-alias the path so it doesn't look goofy when the edges are not at 45
48
// degree angles, but don't
anti
-alias anything else, especially not the fill,
/external/jmonkeyengine/engine/src/core-effects/com/jme3/post/filters/
FXAAFilter.java
10
* <a href="http://www.geeks3d.com/20110405/fxaa-fast-approximate-
anti
-aliasing-demo-glsl-opengl-test-radeon-geforce/3/" rel="nofollow">http://www.geeks3d.com/20110405/fxaa-fast-approximate-
anti
-aliasing-demo-glsl-<span class="domtooltips" title="OpenGL (Open Graphics Library) is a standard specification defining a cross-language, cross-platform API for writing applications that produce 2D and 3D computer graphics." id="domtooltipsspan11">opengl</span>-test-radeon-geforce/3/</a>
/external/chromium/chrome/browser/ui/cocoa/wrench_menu/
wrench_menu_button_cell.mm
20
// strong, un-
anti
-aliased border.
/external/chromium_org/chrome/browser/ui/cocoa/wrench_menu/
wrench_menu_button_cell.mm
21
// strong, un-
anti
-aliased border.
/external/chromium_org/third_party/skia/src/gpu/
GrReducedClip.h
29
* If the caller specifies non-NULL for requiresAA then it will indicate whether
anti
-aliasing is
/external/chromium_org/webkit/browser/fileapi/
copy_or_move_file_validator.h
34
// destination. Suitable for running
Anti
-Virus checks.
/external/skia/src/gpu/
GrReducedClip.h
29
* If the caller specifies non-NULL for requiresAA then it will indicate whether
anti
-aliasing is
/external/chromium_org/third_party/mesa/src/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
...]
/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
...]
/external/openssh/
jpake.h
55
u_char *client_id; /*
Anti
-replay nonce */
61
u_char *server_id; /*
Anti
-replay nonce */
Completed in 704 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>