OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Mutations
(Results
1 - 18
of
18
) sorted by null
/external/llvm/lib/CodeGen/
DFAPacketizer.cpp
163
std::vector<std::unique_ptr<ScheduleDAGMutation>>
Mutations
;
172
Mutations
.push_back(std::move(Mutation));
190
for (auto &M :
Mutations
)
PostRASchedulerList.cpp
138
std::vector<std::unique_ptr<ScheduleDAGMutation>>
Mutations
;
218
MF.getSubtarget().getPostRAMutations(
Mutations
);
449
for (auto &M :
Mutations
)
/external/llvm/lib/Fuzzer/
FuzzerTraceState.cpp
217
auto &M =
Mutations
[i];
242
auto &M =
Mutations
[NumMutations++];
270
// We don't want to create too many trace-based
mutations
as it is both
271
// expensive and useless. So after some number of
mutations
is collected,
272
// start rejecting some of them. The more there are
mutations
the more we
276
// Gladly handle first N
mutations
.
287
TraceBasedMutation
Mutations
[kMaxMutations];
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineScheduler.h
38
// The DAG builder can also be customized in a sense by adding DAG
mutations
39
// that will run after DAG building and before list scheduling. DAG
mutations
255
std::vector<std::unique_ptr<ScheduleDAGMutation>>
Mutations
;
289
///
Mutations
are applied in the order that they are added after normal DAG
295
Mutations
.push_back(std::move(Mutation));
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
MachineScheduler.h
38
// The DAG builder can also be customized in a sense by adding DAG
mutations
39
// that will run after DAG building and before list scheduling. DAG
mutations
260
std::vector<std::unique_ptr<ScheduleDAGMutation>>
Mutations
;
294
///
Mutations
are applied in the order that they are added after normal DAG
300
Mutations
.push_back(std::move(Mutation));
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
MachineScheduler.h
38
// The DAG builder can also be customized in a sense by adding DAG
mutations
39
// that will run after DAG building and before list scheduling. DAG
mutations
260
std::vector<std::unique_ptr<ScheduleDAGMutation>>
Mutations
;
294
///
Mutations
are applied in the order that they are added after normal DAG
300
Mutations
.push_back(std::move(Mutation));
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
MachineScheduler.h
38
// The DAG builder can also be customized in a sense by adding DAG
mutations
39
// that will run after DAG building and before list scheduling. DAG
mutations
271
std::vector<std::unique_ptr<ScheduleDAGMutation>>
Mutations
;
312
///
Mutations
are applied in the order that they are added after normal DAG
318
Mutations
.push_back(std::move(Mutation));
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
MachineScheduler.h
38
// The DAG builder can also be customized in a sense by adding DAG
mutations
39
// that will run after DAG building and before list scheduling. DAG
mutations
271
std::vector<std::unique_ptr<ScheduleDAGMutation>>
Mutations
;
312
///
Mutations
are applied in the order that they are added after normal DAG
318
Mutations
.push_back(std::move(Mutation));
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
MachineScheduler.h
38
// The DAG builder can also be customized in a sense by adding DAG
mutations
39
// that will run after DAG building and before list scheduling. DAG
mutations
271
std::vector<std::unique_ptr<ScheduleDAGMutation>>
Mutations
;
312
///
Mutations
are applied in the order that they are added after normal DAG
318
Mutations
.push_back(std::move(Mutation));
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
MachineScheduler.h
38
// The DAG builder can also be customized in a sense by adding DAG
mutations
39
// that will run after DAG building and before list scheduling. DAG
mutations
271
std::vector<std::unique_ptr<ScheduleDAGMutation>>
Mutations
;
312
///
Mutations
are applied in the order that they are added after normal DAG
318
Mutations
.push_back(std::move(Mutation));
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineScheduler.h
38
// The DAG builder can also be customized in a sense by adding DAG
mutations
39
// that will run after DAG building and before list scheduling. DAG
mutations
255
std::vector<std::unique_ptr<ScheduleDAGMutation>>
Mutations
;
289
///
Mutations
are applied in the order that they are added after normal DAG
295
Mutations
.push_back(std::move(Mutation));
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
MachineScheduler.h
38
// The DAG builder can also be customized in a sense by adding DAG
mutations
39
// that will run after DAG building and before list scheduling. DAG
mutations
260
std::vector<std::unique_ptr<ScheduleDAGMutation>>
Mutations
;
294
///
Mutations
are applied in the order that they are added after normal DAG
300
Mutations
.push_back(std::move(Mutation));
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
MachineScheduler.h
38
// The DAG builder can also be customized in a sense by adding DAG
mutations
39
// that will run after DAG building and before list scheduling. DAG
mutations
260
std::vector<std::unique_ptr<ScheduleDAGMutation>>
Mutations
;
294
///
Mutations
are applied in the order that they are added after normal DAG
300
Mutations
.push_back(std::move(Mutation));
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
MachineScheduler.h
38
// The DAG builder can also be customized in a sense by adding DAG
mutations
39
// that will run after DAG building and before list scheduling. DAG
mutations
271
std::vector<std::unique_ptr<ScheduleDAGMutation>>
Mutations
;
312
///
Mutations
are applied in the order that they are added after normal DAG
318
Mutations
.push_back(std::move(Mutation));
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
MachineScheduler.h
38
// The DAG builder can also be customized in a sense by adding DAG
mutations
39
// that will run after DAG building and before list scheduling. DAG
mutations
271
std::vector<std::unique_ptr<ScheduleDAGMutation>>
Mutations
;
312
///
Mutations
are applied in the order that they are added after normal DAG
318
Mutations
.push_back(std::move(Mutation));
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
MachineScheduler.h
38
// The DAG builder can also be customized in a sense by adding DAG
mutations
39
// that will run after DAG building and before list scheduling. DAG
mutations
271
std::vector<std::unique_ptr<ScheduleDAGMutation>>
Mutations
;
312
///
Mutations
are applied in the order that they are added after normal DAG
318
Mutations
.push_back(std::move(Mutation));
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
MachineScheduler.h
38
// The DAG builder can also be customized in a sense by adding DAG
mutations
39
// that will run after DAG building and before list scheduling. DAG
mutations
271
std::vector<std::unique_ptr<ScheduleDAGMutation>>
Mutations
;
312
///
Mutations
are applied in the order that they are added after normal DAG
318
Mutations
.push_back(std::move(Mutation));
[
all
...]
/external/llvm/include/llvm/CodeGen/
MachineScheduler.h
38
// The DAG builder can also be customized in a sense by adding DAG
mutations
39
// that will run after DAG building and before list scheduling. DAG
mutations
237
std::vector<std::unique_ptr<ScheduleDAGMutation>>
Mutations
;
276
///
Mutations
are applied in the order that they are added after normal DAG
281
Mutations
.push_back(std::move(Mutation));
[
all
...]
Completed in 835 milliseconds