OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Simulate
(Results
1 - 12
of
12
) sorted by null
/external/deqp-deps/SPIRV-Tools/source/opt/
propagator.cpp
87
bool SSAPropagator::
Simulate
(Instruction* instr) {
101
// not to
simulate
anymore and add its SSA def-use edges for simulation.
135
// of D might affect |instr|, so we should
simulate
|instr| again.
175
bool SSAPropagator::
Simulate
(BasicBlock* block) {
180
// Always
simulate
Phi instructions, even if we have simulated this block
186
[&changed, this](Instruction* instr) { changed |=
Simulate
(instr); });
188
// If this is the first time this block is being simulated,
simulate
every
193
changed |=
Simulate
(instr);
244
//
Simulate
all blocks first. Simulating blocks will add SSA edges to
248
changed |=
Simulate
(block)
[
all
...]
propagator.h
130
// automatically (see SSAPropagator::
Simulate
for implementation).
219
//
Simulate
the execution |block| by calling |visit_fn_| on every instruction
221
bool
Simulate
(BasicBlock* block);
223
//
Simulate
the execution of |instr| by replacing all the known values in
227
bool
Simulate
(Instruction* instr);
234
// Add |instr| to the set of instructions not to
simulate
again.
284
// Blocks to
simulate
.
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
propagator.cpp
87
bool SSAPropagator::
Simulate
(Instruction* instr) {
101
// not to
simulate
anymore and add its SSA def-use edges for simulation.
135
// of D might affect |instr|, so we should
simulate
|instr| again.
175
bool SSAPropagator::
Simulate
(BasicBlock* block) {
180
// Always
simulate
Phi instructions, even if we have simulated this block
186
[&changed, this](Instruction* instr) { changed |=
Simulate
(instr); });
188
// If this is the first time this block is being simulated,
simulate
every
193
changed |=
Simulate
(instr);
244
//
Simulate
all blocks first. Simulating blocks will add SSA edges to
248
changed |=
Simulate
(block)
[
all
...]
propagator.h
130
// automatically (see SSAPropagator::
Simulate
for implementation).
219
//
Simulate
the execution |block| by calling |visit_fn_| on every instruction
221
bool
Simulate
(BasicBlock* block);
223
//
Simulate
the execution of |instr| by replacing all the known values in
227
bool
Simulate
(Instruction* instr);
234
// Add |instr| to the set of instructions not to
simulate
again.
284
// Blocks to
simulate
.
/external/webrtc/webrtc/modules/audio_coding/neteq/test/
neteq_ilbc_quality_test.cc
83
Simulate
();
neteq_isac_quality_test.cc
99
Simulate
();
neteq_pcmu_quality_test.cc
83
Simulate
();
neteq_opus_quality_test.cc
203
Simulate
();
/external/webrtc/webrtc/modules/audio_coding/neteq/tools/
neteq_quality_test.h
96
void
Simulate
();
neteq_quality_test.cc
281
//
Simulate
bursty channel (Gilbert model).
412
void NetEqQualityTest::
Simulate
() {
/external/autotest/server/site_tests/enterprise_CFM_LogitechMeetupUpdater/
enterprise_CFM_LogitechMeetupUpdater.py
31
4) Power cycle usb port to
simulate
unplug/replug of device which
425
#
Simulate
hotplug to run FW updater.
428
logging.info('
Simulate
hot plugging the device')
449
- Powercycle usb port to
simulate
hotplug inorder to start the updater.
/external/boringssl/src/ssl/test/runner/
conn.go
[
all
...]
Completed in 1290 milliseconds