Home
last modified time | relevance | path

Searched refs:IsTargetType (Results 1 – 14 of 14) sorted by relevance

/third_party/spirv-tools/source/opt/
Dmem_pass.cpp59 bool MemPass::IsTargetType(const Instruction* typeInst) const { in IsTargetType() function in spvtools::opt::MemPass
62 if (!IsTargetType( in IsTargetType()
72 if (!IsTargetType(compTypeInst)) return false; in IsTargetType()
279 if (!IsTargetType(varPteTypeInst)) { in IsTargetVar()
Dmem_pass.h80 bool IsTargetType(const Instruction* typeInst) const;
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dmem_pass.cpp58 bool MemPass::IsTargetType(const Instruction* typeInst) const { in IsTargetType() function in spvtools::opt::MemPass
61 if (!IsTargetType( in IsTargetType()
71 if (!IsTargetType(compTypeInst)) return false; in IsTargetType()
278 if (!IsTargetType(varPteTypeInst)) { in IsTargetVar()
Dmem_pass.h80 bool IsTargetType(const Instruction* typeInst) const;
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dmem_pass.cpp58 bool MemPass::IsTargetType(const Instruction* typeInst) const { in IsTargetType() function in spvtools::opt::MemPass
61 if (!IsTargetType( in IsTargetType()
71 if (!IsTargetType(compTypeInst)) return false; in IsTargetType()
278 if (!IsTargetType(varPteTypeInst)) { in IsTargetVar()
Dmem_pass.h80 bool IsTargetType(const Instruction* typeInst) const;
/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/
Dlocal_single_block_elim_pass.h53 bool IsTargetType(const ir::Instruction* typeInst) const;
Dlocal_single_block_elim_pass.cpp51 bool LocalSingleBlockLoadStoreElimPass::IsTargetType( in IsTargetType() function in spvtools::opt::LocalSingleBlockLoadStoreElimPass
98 if (!IsTargetType(varPteTypeInst)) { in IsTargetVar()
Dlocal_access_chain_convert_pass.h55 bool IsTargetType(const ir::Instruction* typeInst) const;
Dlocal_access_chain_convert_pass.cpp53 bool LocalAccessChainConvertPass::IsTargetType( in IsTargetType() function in spvtools::opt::LocalAccessChainConvertPass
100 if (!IsTargetType(varPteTypeInst)) { in IsTargetVar()
Dlocal_single_store_elim_pass.h55 bool IsTargetType(const ir::Instruction* typeInst) const;
Dlocal_ssa_elim_pass.h58 bool IsTargetType(const ir::Instruction* typeInst) const;
Dlocal_single_store_elim_pass.cpp56 bool LocalSingleStoreElimPass::IsTargetType( in IsTargetType() function in spvtools::opt::LocalSingleStoreElimPass
103 if (!IsTargetType(varPteTypeInst)) { in IsTargetVar()
Dlocal_ssa_elim_pass.cpp61 bool LocalMultiStoreElimPass::IsTargetType( in IsTargetType() function in spvtools::opt::LocalMultiStoreElimPass
116 if (!IsTargetType(varPteTypeInst)) { in IsTargetVar()