Home
last modified time | relevance | path

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

/external/deqp-deps/SPIRV-Tools/source/opt/
Dfunction.cpp30 ForEachParam( in Clone()
74 void Function::ForEachParam(const std::function<void(Instruction*)>& f, in ForEachParam() function in spvtools::opt::Function
81 void Function::ForEachParam(const std::function<void(const Instruction*)>& f, in ForEachParam() function in spvtools::opt::Function
Dfunction.h116 void ForEachParam(const std::function<void(const Instruction*)>& f,
118 void ForEachParam(const std::function<void(Instruction*)>& f,
Dprocess_lines_pass.cpp51 function.ForEachParam( in ProcessLines()
Dccp_pass.cpp282 fp->ForEachParam([this](const Instruction* inst) { in PropagateConstants()
Daggressive_dead_code_elim_pass.cpp316 func->ForEachParam( in AggressiveDCE()
Dinline_pass.cpp123 calleeFn->ForEachParam([&call_inst_itr, &param_idx, in MapParams()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dfunction.cpp30 ForEachParam( in Clone()
122 void Function::ForEachParam(const std::function<void(Instruction*)>& f, in ForEachParam() function in spvtools::opt::Function
129 void Function::ForEachParam(const std::function<void(const Instruction*)>& f, in ForEachParam() function in spvtools::opt::Function
Dfunction.h120 void ForEachParam(const std::function<void(const Instruction*)>& f,
122 void ForEachParam(const std::function<void(Instruction*)>& f,
Dprocess_lines_pass.cpp51 function.ForEachParam( in ProcessLines()
Dccp_pass.cpp282 fp->ForEachParam([this](const Instruction* inst) { in PropagateConstants()
Daggressive_dead_code_elim_pass.cpp316 func->ForEachParam( in AggressiveDCE()
Dinline_pass.cpp133 calleeFn->ForEachParam( in MapParams()
/external/swiftshader/third_party/SPIRV-Tools/source/link/
Dlinker.cpp434 func_iter->ForEachParam([&symbol_info](const Instruction* inst) { in GetImportExportPairs()
/external/deqp-deps/SPIRV-Tools/source/link/
Dlinker.cpp434 func_iter->ForEachParam([&symbol_info](const Instruction* inst) { in GetImportExportPairs()