Home
last modified time | relevance | path

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

/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.cpp94 const uint32_t varTypeId = varInst->type_id(); in IsVarOfStorage() local
95 const Instruction* varTypeInst = get_def_use_mgr()->GetDef(varTypeId); in IsVarOfStorage()
/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()