Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:useAA
(Results
1 - 20
of
20
) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H
A
D
TargetSubtargetInfo.h
277
virtual bool
useAA
() const;
282
return
useAA
();
in addrSinkUsingGEPs()
H
A
D
BasicTTIImpl.h
282
bool
useAA
() const { return getST()->
useAA
(); }
in useAA()
function in llvm::BasicTTIImplBase
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H
A
D
WebAssemblySubtarget.cpp
59
bool WebAssemblySubtarget::
useAA
() const { return true; }
in useAA()
function in WebAssemblySubtarget
H
A
D
WebAssemblySubtarget.h
91
bool
useAA
() const override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H
A
D
TargetSubtargetInfo.cpp
61
bool TargetSubtargetInfo::
useAA
() const {
in useAA()
function in TargetSubtargetInfo
H
A
D
ScheduleDAGInstrs.cpp
733
: ST.
useAA
();
in buildSchedGraph()
/third_party/skia/src/gpu/ops/
H
A
D
DashOp.cpp
342
//
useAA
here means Edge AA or MSAA
343
bool
useAA
= this->aaMode() != AAMode::kNone;
variable
385
if (
useAA
) {
418
if (
useAA
&& !lineDone) {
465
if ((strokeWidth < 1.f && !
useAA
) || 0.f == strokeWidth) {
497
if (devIntervals[1] <= 0.f &&
useAA
) {
543
SkASSERT(
useAA
); // so that we know bloatX and bloatY have been set
variable
548
SkASSERT(
useAA
); // so that we know bloatX and bloatY have been set
variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H
A
D
AArch64Subtarget.h
420
bool
useAA
() const override { return UseAA; }
450
return
useAA
() || isTargetILP32();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H
A
D
SystemZSubtarget.h
105
bool
useAA
() const override { return true; }
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H
A
D
PPCSubtarget.cpp
227
bool PPCSubtarget::
useAA
() const {
in useAA()
function in PPCSubtarget
H
A
D
PPCSubtarget.h
349
bool
useAA
() const override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H
A
D
HexagonSubtarget.h
210
bool
useAA
() const override;
H
A
D
HexagonSubtarget.cpp
311
bool HexagonSubtarget::
useAA
() const {
in useAA()
function in HexagonSubtarget
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H
A
D
TargetTransformInfo.h
651
bool
useAA
() const;
1253
virtual bool
useAA
() = 0;
1576
bool
useAA
() override { return Impl.
useAA
(); }
H
A
D
TargetTransformInfoImpl.h
308
bool
useAA
() { return false; }
in useAA()
function in llvm::TargetTransformInfoImplBase
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H
A
D
ARMSubtarget.h
823
bool
useAA
() const override { return true; }
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H
A
D
X86Subtarget.h
745
bool
useAA
() const override { return UseAA; }
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H
A
D
TargetTransformInfo.cpp
372
bool TargetTransformInfo::
useAA
() const { return TTIImpl->
useAA
(); }
in useAA()
function in TargetTransformInfo
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H
A
D
SeparateConstOffsetFromGEP.cpp
1022
if (TTI.
useAA
())
in splitGEP()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H
A
D
DAGCombiner.cpp
20907
: DAG.getSubtarget().
useAA
();
in isAlias()
Completed in 70 milliseconds