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:Mutations
(Results
1 - 14
of
14
) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H
A
D
HexagonSubtarget.cpp
376
std::vector<std::unique_ptr<ScheduleDAGMutation>> &
Mutations
) const {
in getPostRAMutations()
377
Mutations
.push_back(std::make_unique<UsrOverflowMutation>());
in getPostRAMutations()
378
Mutations
.push_back(std::make_unique<HVXMemLatencyMutation>());
in getPostRAMutations()
379
Mutations
.push_back(std::make_unique<BankConflictMutation>());
in getPostRAMutations()
383
std::vector<std::unique_ptr<ScheduleDAGMutation>> &
Mutations
) const {
in getSMSMutations()
384
Mutations
.push_back(std::make_unique<UsrOverflowMutation>());
in getSMSMutations()
385
Mutations
.push_back(std::make_unique<HVXMemLatencyMutation>());
in getSMSMutations()
H
A
D
HexagonSubtarget.h
201
std::vector<std::unique_ptr<ScheduleDAGMutation>> &
Mutations
)
205
std::vector<std::unique_ptr<ScheduleDAGMutation>> &
Mutations
)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H
A
D
DFAPacketizer.cpp
109
std::vector<std::unique_ptr<ScheduleDAGMutation>>
Mutations
;
member in llvm::DefaultVLIWScheduler
120
Mutations
.push_back(std::move(Mutation));
in addMutation()
138
for (auto &M :
Mutations
)
in postprocessDAG()
H
A
D
PostRASchedulerList.cpp
138
std::vector<std::unique_ptr<ScheduleDAGMutation>>
Mutations
;
member in __anon24081::SchedulePostRATDList
218
MF.getSubtarget().getPostRAMutations(
Mutations
);
in SchedulePostRATDList()
444
for (auto &M :
Mutations
)
in postprocessDAG()
H
A
D
MachinePipeliner.cpp
2276
for (auto &M :
Mutations
)
in postprocessDAG()
H
A
D
MachineScheduler.cpp
824
for (auto &m :
Mutations
)
in postprocessDAG()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H
A
D
TargetSubtargetInfo.h
245
std::vector<std::unique_ptr<ScheduleDAGMutation>> &
Mutations
) const {
in getPostRAMutations()
251
std::vector<std::unique_ptr<ScheduleDAGMutation>> &
Mutations
) const {
in getSMSMutations()
H
A
D
MachinePipeliner.h
157
std::vector<std::unique_ptr<ScheduleDAGMutation>>
Mutations
;
member in llvm::SwingSchedulerDAG
204
P.MF->getSubtarget().getSMSMutations(
Mutations
);
in SwingSchedulerDAG()
206
Mutations
.push_back(std::make_unique<CopyToPhiMutation>());
in SwingSchedulerDAG()
279
Mutations
.push_back(std::move(Mutation));
in addMutation()
H
A
D
MachineScheduler.h
269
std::vector<std::unique_ptr<ScheduleDAGMutation>>
Mutations
;
member in llvm::ScheduleDAGMI
310
///
Mutations
are applied in the order that they are added after normal DAG
316
Mutations
.push_back(std::move(Mutation));
in addMutation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H
A
D
X86Subtarget.cpp
379
std::vector<std::unique_ptr<ScheduleDAGMutation>> &
Mutations
) const {
in getPostRAMutations()
380
Mutations
.push_back(createX86MacroFusionDAGMutation());
in getPostRAMutations()
H
A
D
X86Subtarget.h
868
&
Mutations
) const override;
/third_party/json/tests/thirdparty/Fuzzer/
H
A
D
FuzzerTraceState.cpp
71
auto &M =
Mutations
[i];
in StopTraceRecording()
98
auto &M =
Mutations
[NumMutations++];
in AddMutation()
140
TraceBasedMutation
Mutations
[kMaxMutations];
member in fuzzer::TraceState
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H
A
D
AMDGPUSubtarget.cpp
929
std::vector<std::unique_ptr<ScheduleDAGMutation>> &
Mutations
) const {
in getPostRAMutations()
930
Mutations
.push_back(std::make_unique<MemOpClusterMutation>(&InstrInfo));
in getPostRAMutations()
931
Mutations
.push_back(std::make_unique<FillMFMAShadowMutation>(&InstrInfo));
in getPostRAMutations()
H
A
D
AMDGPUSubtarget.h
1177
std::vector<std::unique_ptr<ScheduleDAGMutation>> &
Mutations
)
Completed in 24 milliseconds