Home
last modified time | relevance | path

Searched refs:GetPointeeTypeId (Results 1 – 25 of 28) sorted by relevance

12

/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/
Dlocal_access_chain_convert_pass.cpp130 uint32_t LocalAccessChainConvertPass::GetPointeeTypeId( in GetPointeeTypeId() function in spvtools::opt::LocalAccessChainConvertPass
158 *varPteTypeId = GetPointeeTypeId(varInst); in BuildAndAppendVarLoad()
191 const uint32_t ptrPteTypeId = GetPointeeTypeId(ptrInst); in GenAccessChainLoadReplacement()
Dlocal_ssa_elim_pass.cpp378 uint32_t LocalMultiStoreElimPass::GetPointeeTypeId( in GetPointeeTypeId() function in spvtools::opt::LocalMultiStoreElimPass
468 uint32_t typeId = GetPointeeTypeId(def_use_mgr_->GetDef(varId)); in SSABlockInitLoopHeader()
541 const uint32_t typeId = GetPointeeTypeId(def_use_mgr_->GetDef(varId)); in SSABlockInitMultiPred()
599 Type2Undef(GetPointeeTypeId(def_use_mgr_->GetDef(varId))); in PatchPhis()
648 replId = Type2Undef(GetPointeeTypeId(def_use_mgr_->GetDef(varId))); in EliminateMultiStoreLocal()
Dlocal_access_chain_convert_pass.h85 uint32_t GetPointeeTypeId(const ir::Instruction* ptrInst) const;
Dlocal_ssa_elim_pass.h72 uint32_t GetPointeeTypeId(const ir::Instruction* ptrInst) const;
/third_party/spirv-tools/source/opt/
Dmem_pass.h45 return Type2Undef(GetPointeeTypeId(get_def_use_mgr()->GetDef(var_id))); in GetUndefVal()
Dpass.h110 uint32_t GetPointeeTypeId(const Instruction* ptrInst) const;
Dpass.cpp51 uint32_t Pass::GetPointeeTypeId(const Instruction* ptrInst) const { in GetPointeeTypeId() function in spvtools::opt::Pass
Dfix_storage_class.cpp222 uint32_t pointee_type_id = GetPointeeTypeId(ptr_inst); in PropagateType()
Dlocal_access_chain_convert_pass.cpp56 *varPteTypeId = GetPointeeTypeId(varInst); in BuildAndAppendVarLoad()
Dssa_rewrite_pass.cpp525 uint32_t type_id = pass_->GetPointeeTypeId(local_var); in ApplyReplacements()
Dinst_bindless_check_pass.cpp193 uint32_t pte_ty_id = GetPointeeTypeId(ptr_inst); in GetPointeeTypeInst()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dpass.h110 uint32_t GetPointeeTypeId(const Instruction* ptrInst) const;
Dmem_pass.h45 return Type2Undef(GetPointeeTypeId(get_def_use_mgr()->GetDef(var_id))); in GetUndefVal()
Dpass.cpp51 uint32_t Pass::GetPointeeTypeId(const Instruction* ptrInst) const { in GetPointeeTypeId() function in spvtools::opt::Pass
Dfix_storage_class.cpp222 uint32_t pointee_type_id = GetPointeeTypeId(ptr_inst); in PropagateType()
Dlocal_access_chain_convert_pass.cpp56 *varPteTypeId = GetPointeeTypeId(varInst); in BuildAndAppendVarLoad()
Dssa_rewrite_pass.cpp525 uint32_t type_id = pass_->GetPointeeTypeId(local_var); in ApplyReplacements()
Dinst_bindless_check_pass.cpp193 uint32_t pte_ty_id = GetPointeeTypeId(ptr_inst); in GetPointeeTypeInst()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dpass.h110 uint32_t GetPointeeTypeId(const Instruction* ptrInst) const;
Dmem_pass.h45 return Type2Undef(GetPointeeTypeId(get_def_use_mgr()->GetDef(var_id))); in GetUndefVal()
Dpass.cpp51 uint32_t Pass::GetPointeeTypeId(const Instruction* ptrInst) const { in GetPointeeTypeId() function in spvtools::opt::Pass
Dfix_storage_class.cpp222 uint32_t pointee_type_id = GetPointeeTypeId(ptr_inst); in PropagateType()
Dlocal_access_chain_convert_pass.cpp56 *varPteTypeId = GetPointeeTypeId(varInst); in BuildAndAppendVarLoad()
Dssa_rewrite_pass.cpp525 uint32_t type_id = pass_->GetPointeeTypeId(local_var); in ApplyReplacements()
Dinst_bindless_check_pass.cpp193 uint32_t pte_ty_id = GetPointeeTypeId(ptr_inst); in GetPointeeTypeInst()

12