Home
last modified time | relevance | path

Searched refs:IsMathType (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/
Dlocal_single_block_elim_pass.cpp36 bool LocalSingleBlockLoadStoreElimPass::IsMathType( in IsMathType() function in spvtools::opt::LocalSingleBlockLoadStoreElimPass
53 if (IsMathType(typeInst)) in IsTargetType()
56 return IsMathType(def_use_mgr_->GetDef(typeInst->GetSingleWordOperand(1))); in IsTargetType()
63 if (!IsMathType(compTypeInst)) ++nonMathComp; in IsTargetType()
Dlocal_access_chain_convert_pass.cpp38 bool LocalAccessChainConvertPass::IsMathType( in IsMathType() function in spvtools::opt::LocalAccessChainConvertPass
55 if (IsMathType(typeInst)) in IsTargetType()
58 return IsMathType(def_use_mgr_->GetDef(typeInst->GetSingleWordOperand(1))); in IsTargetType()
65 if (!IsMathType(compTypeInst)) ++nonMathComp; in IsTargetType()
Dlocal_single_store_elim_pass.cpp41 bool LocalSingleStoreElimPass::IsMathType( in IsMathType() function in spvtools::opt::LocalSingleStoreElimPass
58 if (IsMathType(typeInst)) in IsTargetType()
61 return IsMathType(def_use_mgr_->GetDef(typeInst->GetSingleWordOperand(1))); in IsTargetType()
68 if (!IsMathType(compTypeInst)) ++nonMathComp; in IsTargetType()
Dlocal_single_block_elim_pass.h49 bool IsMathType(const ir::Instruction* typeInst) const;
Dlocal_ssa_elim_pass.cpp46 bool LocalMultiStoreElimPass::IsMathType( in IsMathType() function in spvtools::opt::LocalMultiStoreElimPass
63 if (IsMathType(typeInst)) in IsTargetType()
66 return IsMathType(def_use_mgr_->GetDef(typeInst->GetSingleWordOperand(1))); in IsTargetType()
73 if (!IsMathType(compTypeInst)) ++nonMathComp; in IsTargetType()
Dlocal_access_chain_convert_pass.h50 bool IsMathType(const ir::Instruction* typeInst) const;
Dlocal_single_store_elim_pass.h51 bool IsMathType(const ir::Instruction* typeInst) const;
Dlocal_ssa_elim_pass.h54 bool IsMathType(const ir::Instruction* typeInst) const;