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:Aggressive
(Results
1 - 19
of
19
) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H
A
D
CodeGen.h
56
Aggressive
= 3 // -O3
enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H
A
D
AArch64TargetMachine.cpp
463
if (TM->getOptLevel() == CodeGenOpt::
Aggressive
&& EnableGEPOpt) {
in addIRPasses()
496
bool OnlyOptimizeForSize = (TM->getOptLevel() < CodeGenOpt::
Aggressive
) &&
in addPreISel()
627
if (TM->getOptLevel() >= CodeGenOpt::
Aggressive
&& EnableLoadStoreOpt)
in addPreEmitPass()
H
A
D
AArch64SelectionDAGInfo.cpp
57
return OptLevel >= CodeGenOpt::
Aggressive
;
in generateFMAsInMachineCombiner()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/legacy/
H
A
D
ThinLTOCodeGenerator.h
42
CodeGenOpt::Level CGOptLevel = CodeGenOpt::
Aggressive
;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H
A
D
ARMTargetMachine.cpp
413
if (getOptLevel() == CodeGenOpt::
Aggressive
)
in addIRPasses()
440
bool OnlyOptimizeForSize = (TM->getOptLevel() < CodeGenOpt::
Aggressive
) &&
in addPreISel()
H
A
D
ARMAsmPrinter.cpp
132
else if (TM.getOptLevel() == CodeGenOpt::
Aggressive
)
in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H
A
D
MipsSubtarget.cpp
234
return CodeGenOpt::
Aggressive
;
in getOptLevelToEnablePostRAScheduler()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
H
A
D
NVPTXTargetMachine.cpp
214
if (getOptLevel() == CodeGenOpt::
Aggressive
)
in addEarlyCSEOrGVNPass()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
H
A
D
TargetMachineC.cpp
142
OL = CodeGenOpt::
Aggressive
;
in LLVMCreateTargetMachine()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H
A
D
LLVMJIT.cpp
249
case rr::Optimization::Level::
Aggressive
: return llvm::CodeGenOpt::
Aggressive
;
in toLLVM()
H
A
D
Nucleus.hpp
51
Aggressive
,
member in rr::Optimization::Level
H
A
D
SubzeroReactor.cpp
267
case rr::Optimization::Level::
Aggressive
: return Ice::Opt_2;
in toIce()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H
A
D
PeepholeOptimizer.cpp
108
Aggressive
("aggressive-ext-opt", cl::Hidden,
109
cl::desc("
Aggressive
extension optimization"));
175
if (
Aggressive
) {
543
} else if (
Aggressive
&& DT->dominates(&MBB, UseMBB)) {
1607
DT =
Aggressive
? &getAnalysis<MachineDominatorTree>() : nullptr;
in runOnMachineFunction()
H
A
D
MachineBlockPlacement.cpp
3075
if (PassConfig->getOptLevel() >= CodeGenOpt::
Aggressive
) {
in runOnMachineFunction()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H
A
D
lp_bld_init.c
96
* - 3:
Aggressive
(-O3)
104
Aggressive
// -O3
enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
H
A
D
LTOCodeGenerator.cpp
214
CGOptLevel = CodeGenOpt::
Aggressive
;
in setOptLevel()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H
A
D
AMDGPUTargetMachine.cpp
634
if (getOptLevel() == CodeGenOpt::
Aggressive
)
in addEarlyCSEOrGVNPass()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H
A
D
DAGCombiner.cpp
11547
bool
Aggressive
= TLI.enableAggressiveFMAFusion(VT);
in visitFADDForFMACombine()
local
11558
if (
Aggressive
&& isContractableFMUL(N0) && isContractableFMUL(N1)) {
in visitFADDForFMACombine()
11564
if (isContractableFMUL(N0) && (
Aggressive
|| N0->hasOneUse())) {
in visitFADDForFMACombine()
11571
if (isContractableFMUL(N1) && (
Aggressive
|| N1->hasOneUse())) {
in visitFADDForFMACombine()
11608
if (
Aggressive
) {
in visitFADDForFMACombine()
11765
bool
Aggressive
= TLI.enableAggressiveFMAFusion(VT);
in visitFSUBForFMACombine()
local
11776
if (isContractableFMUL(N0) && (
Aggressive
|| N0->hasOneUse())) {
in visitFSUBForFMACombine()
11784
if (isContractableFMUL(N1) && (
Aggressive
|| N1->hasOneUse())) {
in visitFSUBForFMACombine()
11793
(
Aggressive
|| (N0->hasOneUse() && N0.getOperand(0).hasOneUse()))) {
in visitFSUBForFMACombine()
11886
if (
Aggressive
) {
in visitFSUBForFMACombine()
12066
bool
Aggressive
= TLI.enable
Aggressive
FMAFusion(VT);
visitFMULForFMADistributiveCombine()
local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H
A
D
PPCInstrInfo.cpp
272
if (Subtarget.getTargetMachine().getOptLevel() != CodeGenOpt::
Aggressive
)
in getMachineCombinerPatterns()
Completed in 50 milliseconds