Home
last modified time | relevance | path

Searched refs:pass_ (Results 1 – 20 of 20) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/opt/
Dssa_rewrite_pass.cpp96 uint32_t phi_result_id = pass_->context()->TakeNextId(); in CreatePhiCandidate()
107 BasicBlock* bb = pass_->context()->get_instr_block(user_id); in ReplacePhiUsersWith()
173 for (uint32_t pred : pass_->cfg()->preds(phi_candidate->bb()->id())) { in AddPhiOperands()
174 BasicBlock* pred_bb = pass_->cfg()->block(pred); in AddPhiOperands()
265 auto& predecessors = pass_->cfg()->preds(bb->id()); in GetReachingDef()
269 val_id = GetReachingDef(var_id, pass_->cfg()->block(predecessors[0])); in GetReachingDef()
284 val_id = pass_->GetUndefVal(var_id); in GetReachingDef()
310 (void)pass_->GetPtr(inst, &var_id); in ProcessStore()
316 if (pass_->IsTargetVar(var_id)) { in ProcessStore()
318 pass_->context()->get_debug_info_mgr()->AddDebugValueIfVarDeclIsVisible( in ProcessStore()
[all …]
Dssa_rewrite_pass.h42 SSARewriter(MemPass* pass) : pass_(pass) {} in SSARewriter()
297 MemPass* pass_; variable
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dssa_rewrite_pass.cpp96 uint32_t phi_result_id = pass_->context()->TakeNextId(); in CreatePhiCandidate()
107 BasicBlock* bb = pass_->context()->get_instr_block(user_id); in ReplacePhiUsersWith()
173 for (uint32_t pred : pass_->cfg()->preds(phi_candidate->bb()->id())) { in AddPhiOperands()
174 BasicBlock* pred_bb = pass_->cfg()->block(pred); in AddPhiOperands()
265 auto& predecessors = pass_->cfg()->preds(bb->id()); in GetReachingDef()
269 val_id = GetReachingDef(var_id, pass_->cfg()->block(predecessors[0])); in GetReachingDef()
284 val_id = pass_->GetUndefVal(var_id); in GetReachingDef()
310 (void)pass_->GetPtr(inst, &var_id); in ProcessStore()
316 if (pass_->IsTargetVar(var_id)) { in ProcessStore()
318 pass_->context()->get_debug_info_mgr()->AddDebugValueIfVarDeclIsVisible( in ProcessStore()
[all …]
Dssa_rewrite_pass.h42 SSARewriter(MemPass* pass) : pass_(pass) {} in SSARewriter()
297 MemPass* pass_; variable
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dssa_rewrite_pass.cpp96 uint32_t phi_result_id = pass_->context()->TakeNextId(); in CreatePhiCandidate()
107 BasicBlock* bb = pass_->context()->get_instr_block(user_id); in ReplacePhiUsersWith()
173 for (uint32_t pred : pass_->cfg()->preds(phi_candidate->bb()->id())) { in AddPhiOperands()
174 BasicBlock* pred_bb = pass_->cfg()->block(pred); in AddPhiOperands()
265 auto& predecessors = pass_->cfg()->preds(bb->id()); in GetReachingDef()
269 val_id = GetReachingDef(var_id, pass_->cfg()->block(predecessors[0])); in GetReachingDef()
284 val_id = pass_->GetUndefVal(var_id); in GetReachingDef()
310 (void)pass_->GetPtr(inst, &var_id); in ProcessStore()
316 if (pass_->IsTargetVar(var_id)) { in ProcessStore()
318 pass_->context()->get_debug_info_mgr()->AddDebugValueIfVarDeclIsVisible( in ProcessStore()
[all …]
Dssa_rewrite_pass.h42 SSARewriter(MemPass* pass) : pass_(pass) {} in SSARewriter()
297 MemPass* pass_; variable
/external/tensorflow/tensorflow/core/common_runtime/
Dfunction_optimization_registry.cc22 DCHECK(!pass_) << "Only one pass should be set."; in Init()
23 pass_ = std::move(pass); in Init()
31 if (pass_) in Run()
32 TF_RETURN_IF_ERROR(pass_->Run(device_set, config_proto, graph, flib_def, in Run()
Dfunction_optimization_registry.h72 std::unique_ptr<FunctionOptimizationPass> pass_;
/external/webrtc/rtc_base/
Dsocket_adapters.cc223 pass_(password), in AsyncHttpsProxySocket()
408 pass_, context_, response, auth_method)) { in ProcessLine()
474 pass_(password) {} in AsyncSocksProxySocket()
619 request.WriteUInt8(static_cast<uint8_t>(pass_.GetLength())); in SendAuth()
620 size_t len = pass_.GetLength() + 1; in SendAuth()
622 pass_.CopyTo(sensitive, true); in SendAuth()
623 request.WriteBytes(sensitive, pass_.GetLength()); // Password in SendAuth()
Dsocket_adapters.h112 CryptString pass_; variable
164 CryptString pass_; variable
/external/toolchain-utils/crosperf/
Dresults_report_unittest.py339 for pass_ in non_failures:
340 self.assertIn('detailed_results', pass_)
341 self.assertDictEqual(expected_detailed, pass_['detailed_results'])
342 self.assertIn('machine', pass_)
343 self.assertEqual(success_keyvals['machine'], pass_['machine'])
/external/llvm-project/debuginfo-tests/dexter/dex/tools/clang_opt_bisect/
DTool.py69 for i, pass_ in enumerate(all_passes[1:]):
70 if pass_.startswith('BISECT: running pass (1)'):
239 for path, pass_, score in per_pass_score:
240 writer.writerow([path, pass_, score])
/external/python/cpython2/Lib/
Dpoplib.py190 def pass_(self, pswd): member in POP3
418 a.pass_(sys.argv[3])
/external/python/cpython3/Lib/
Dpoplib.py211 def pass_(self, pswd): member in POP3
474 a.pass_(sys.argv[3])
/external/python/cpython2/Doc/library/
Dpoplib.rst102 .. method:: POP3.pass_(password)
192 M.pass_(getpass.getpass())
/external/stressapptest/src/
Dworker.cc250 pass_ = 0; in FileThread()
1634 tag[sec].pass = pass_ & 0xff; in SectorTagPage()
1739 (tag[sec].pass != (pass_ & 0xff))) { in SectorValidatePage()
1746 else if (tag[sec].pass != (pass_ & 0xff)) in SectorValidatePage()
1759 (pass_ & 0xff), (unsigned int)tag[sec].pass, in SectorValidatePage()
1956 pass_ = 0; in Work()
1975 pass_ = loops; in Work()
Dworker.h475 int pass_; // Number of writes to the file so far. variable
/external/python/cpython3/Doc/library/
Dpoplib.rst154 .. method:: POP3.pass_(password)
270 M.pass_(getpass.getpass())
/external/python/cpython2/Lib/test/
Dtest_poplib.py182 self.assertOK(self.client.pass_('python'))
/external/python/cpython3/Lib/test/
Dtest_poplib.py281 self.assertOK(self.client.pass_('python'))