Home
last modified time | relevance | path

Searched refs:UpdateDefUse (Results 1 – 24 of 24) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/opt/
Dir_context.h469 inline void UpdateDefUse(Instruction* inst);
945 void IRContext::UpdateDefUse(Instruction* inst) { in UpdateDefUse() function
947 get_def_use_mgr()->UpdateDefUse(inst); in UpdateDefUse()
Dprivate_to_local_pass.cpp123 context()->UpdateDefUse(context()->get_def_use_mgr()->GetDef(new_type_id)); in GetNewType()
Ddef_use_manager.h220 void UpdateDefUse(Instruction* inst);
Dloop_unroller.cpp621 context_->UpdateDefUse(merge_inst); in CopyBasicBlock()
664 context_->UpdateDefUse(latch_branch); in CopyBody()
750 context_->UpdateDefUse(latch_instruction); in CloseUnrolledLoop()
Daggressive_dead_code_elim_pass.cpp701 context()->UpdateDefUse(annotation); in ProcessGlobalValues()
729 context()->UpdateDefUse(annotation); in ProcessGlobalValues()
Dbasic_block.cpp250 context->UpdateDefUse(phi_inst); in SplitBasicBlock()
Dlocal_access_chain_convert_pass.cpp97 context()->UpdateDefUse(original_load); in ReplaceAccessChainLoad()
Ddef_use_manager.cpp76 void DefUseManager::UpdateDefUse(Instruction* inst) { in UpdateDefUse() function in spvtools::opt::analysis::DefUseManager
Dmerge_return_pass.cpp229 context()->UpdateDefUse(inst); in UpdatePhiNodes()
457 context()->UpdateDefUse(constant_true_); in RecordReturned()
Dfold.cpp635 context_->UpdateDefUse(const_inst); in FoldInstructionToConstant()
Dscalar_replacement_pass.cpp812 context()->UpdateDefUse(null_inst); in CreateNullConstant()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dprivate_to_local_pass.cpp123 context()->UpdateDefUse(context()->get_def_use_mgr()->GetDef(new_type_id)); in GetNewType()
Ddef_use_manager.h220 void UpdateDefUse(Instruction* inst);
Dloop_unroller.cpp621 context_->UpdateDefUse(merge_inst); in CopyBasicBlock()
664 context_->UpdateDefUse(latch_branch); in CopyBody()
750 context_->UpdateDefUse(latch_instruction); in CloseUnrolledLoop()
Dir_context.h473 inline void UpdateDefUse(Instruction* inst);
963 void IRContext::UpdateDefUse(Instruction* inst) { in UpdateDefUse() function
965 get_def_use_mgr()->UpdateDefUse(inst); in UpdateDefUse()
Dmerge_return_pass.cpp229 context()->UpdateDefUse(inst); in UpdatePhiNodes()
409 context()->UpdateDefUse(loop_merge_inst); in BreakFromConstruct()
473 context()->UpdateDefUse(constant_true_); in RecordReturned()
Daggressive_dead_code_elim_pass.cpp701 context()->UpdateDefUse(annotation); in ProcessGlobalValues()
729 context()->UpdateDefUse(annotation); in ProcessGlobalValues()
Dbasic_block.cpp250 context->UpdateDefUse(phi_inst); in SplitBasicBlock()
Dlocal_access_chain_convert_pass.cpp97 context()->UpdateDefUse(original_load); in ReplaceAccessChainLoad()
Ddef_use_manager.cpp76 void DefUseManager::UpdateDefUse(Instruction* inst) { in UpdateDefUse() function in spvtools::opt::analysis::DefUseManager
Dfold.cpp654 context_->UpdateDefUse(const_inst); in FoldInstructionToConstant()
Dscalar_replacement_pass.cpp804 context()->UpdateDefUse(null_inst); in CreateNullConstant()
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Ddef_use_test.cpp1708 context->UpdateDefUse(def); in TEST_F()
/external/deqp-deps/SPIRV-Tools/test/opt/
Ddef_use_test.cpp1708 context->UpdateDefUse(def); in TEST_F()