Home
last modified time | relevance | path

Searched refs:varTypeId (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dmem_pass.cpp89 const uint32_t varTypeId = ptrInst->type_id(); in IsPtr() local
90 if (varTypeId == 0) return false; in IsPtr()
91 const Instruction* varTypeInst = get_def_use_mgr()->GetDef(varTypeId); in IsPtr()
169 const uint32_t varTypeId = varInst->type_id(); in IsLiveVar() local
170 const Instruction* varTypeInst = get_def_use_mgr()->GetDef(varTypeId); in IsLiveVar()
268 const uint32_t varTypeId = varInst->type_id(); in IsTargetVar() local
269 const Instruction* varTypeInst = get_def_use_mgr()->GetDef(varTypeId); in IsTargetVar()
Daggressive_dead_code_elim_pass.cpp93 const uint32_t varTypeId = varInst->type_id(); in IsVarOfStorage() local
94 const Instruction* varTypeInst = get_def_use_mgr()->GetDef(varTypeId); in IsVarOfStorage()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dmem_pass.cpp89 const uint32_t varTypeId = ptrInst->type_id(); in IsPtr() local
90 if (varTypeId == 0) return false; in IsPtr()
91 const Instruction* varTypeInst = get_def_use_mgr()->GetDef(varTypeId); in IsPtr()
169 const uint32_t varTypeId = varInst->type_id(); in IsLiveVar() local
170 const Instruction* varTypeInst = get_def_use_mgr()->GetDef(varTypeId); in IsLiveVar()
268 const uint32_t varTypeId = varInst->type_id(); in IsTargetVar() local
269 const Instruction* varTypeInst = get_def_use_mgr()->GetDef(varTypeId); in IsTargetVar()
Daggressive_dead_code_elim_pass.cpp93 const uint32_t varTypeId = varInst->type_id(); in IsVarOfStorage() local
94 const Instruction* varTypeInst = get_def_use_mgr()->GetDef(varTypeId); in IsVarOfStorage()
/third_party/spirv-tools/source/opt/
Dmem_pass.cpp91 const uint32_t varTypeId = ptrInst->type_id(); in IsPtr() local
92 const Instruction* varTypeInst = get_def_use_mgr()->GetDef(varTypeId); in IsPtr()
170 const uint32_t varTypeId = varInst->type_id(); in IsLiveVar() local
171 const Instruction* varTypeInst = get_def_use_mgr()->GetDef(varTypeId); in IsLiveVar()
269 const uint32_t varTypeId = varInst->type_id(); in IsTargetVar() local
270 const Instruction* varTypeInst = get_def_use_mgr()->GetDef(varTypeId); in IsTargetVar()
Daggressive_dead_code_elim_pass.cpp92 const uint32_t varTypeId = varInst->type_id(); in IsVarOfStorage() local
93 const Instruction* varTypeInst = get_def_use_mgr()->GetDef(varTypeId); in IsVarOfStorage()
/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/
Dlocal_single_block_elim_pass.cpp88 const uint32_t varTypeId = varInst->type_id(); in IsTargetVar() local
89 const ir::Instruction* varTypeInst = def_use_mgr_->GetDef(varTypeId); in IsTargetVar()
138 const uint32_t varTypeId = varInst->type_id(); in IsLiveVar() local
139 const ir::Instruction* varTypeInst = def_use_mgr_->GetDef(varTypeId); in IsLiveVar()
Dlocal_single_store_elim_pass.cpp93 const uint32_t varTypeId = varInst->type_id(); in IsTargetVar() local
94 const ir::Instruction* varTypeInst = def_use_mgr_->GetDef(varTypeId); in IsTargetVar()
319 const uint32_t varTypeId = varInst->type_id(); in IsLiveVar() local
320 const ir::Instruction* varTypeInst = def_use_mgr_->GetDef(varTypeId); in IsLiveVar()
Dlocal_ssa_elim_pass.cpp106 const uint32_t varTypeId = varInst->type_id(); in IsTargetVar() local
107 const ir::Instruction* varTypeInst = def_use_mgr_->GetDef(varTypeId); in IsTargetVar()
148 const uint32_t varTypeId = varInst->type_id(); in IsLiveVar() local
149 const ir::Instruction* varTypeInst = def_use_mgr_->GetDef(varTypeId); in IsLiveVar()
Daggressive_dead_code_elim_pass.cpp67 const uint32_t varTypeId = varInst->type_id(); in IsLocalVar() local
68 const ir::Instruction* varTypeInst = def_use_mgr_->GetDef(varTypeId); in IsLocalVar()
Dlocal_access_chain_convert_pass.cpp90 const uint32_t varTypeId = varInst->type_id(); in IsTargetVar() local
91 const ir::Instruction* varTypeInst = def_use_mgr_->GetDef(varTypeId); in IsTargetVar()