Home
last modified time | relevance | path

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

123

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dfunction.cpp31 ForEachParam( in Clone()
176 void Function::ForEachParam(const std::function<void(Instruction*)>& f, in ForEachParam() function in spvtools::opt::Function
183 void Function::ForEachParam(const std::function<void(const Instruction*)>& f, in ForEachParam() function in spvtools::opt::Function
Dfunction.h148 void ForEachParam(const std::function<void(const Instruction*)>& f,
150 void ForEachParam(const std::function<void(Instruction*)>& f,
Dccp_pass.cpp332 fp->ForEachParam([this](const Instruction* inst) { in PropagateConstants()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dfunction.cpp31 ForEachParam( in Clone()
176 void Function::ForEachParam(const std::function<void(Instruction*)>& f, in ForEachParam() function in spvtools::opt::Function
183 void Function::ForEachParam(const std::function<void(const Instruction*)>& f, in ForEachParam() function in spvtools::opt::Function
Dfunction.h148 void ForEachParam(const std::function<void(const Instruction*)>& f,
150 void ForEachParam(const std::function<void(Instruction*)>& f,
Dccp_pass.cpp299 fp->ForEachParam([this](const Instruction* inst) { in PropagateConstants()
/third_party/spirv-tools/source/opt/
Dfunction.cpp31 ForEachParam( in Clone()
176 void Function::ForEachParam(const std::function<void(Instruction*)>& f, in ForEachParam() function in spvtools::opt::Function
183 void Function::ForEachParam(const std::function<void(const Instruction*)>& f, in ForEachParam() function in spvtools::opt::Function
Dfunction.h149 void ForEachParam(const std::function<void(const Instruction*)>& f,
151 void ForEachParam(const std::function<void(Instruction*)>& f,
Dccp_pass.cpp333 fp->ForEachParam([this](const Instruction* inst) { in PropagateConstants()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_permute_function_parameters.cpp93 function->ForEachParam( in Apply()
108 function->ForEachParam( in Apply()
Dtransformation_inline_function.cpp96 called_function->ForEachParam( in IsApplicable()
300 called_function->ForEachParam( in AdaptInlinedInstruction()
Davailable_instructions.cpp36 function.ForEachParam( in AvailableInstructions()
Dfuzzer_pass_merge_function_returns.cpp234 function->ForEachParam([&result](opt::Instruction* param) { in GetTypesToIdsAvailableAfterEntryBlock()
Dtransformation_outline_function.cpp434 enclosing_function->ForEachParam( in GetRegionInputIds()
667 outlined_function->ForEachParam( in PrepareFunctionPrototype()
Dfuzzer_pass.cpp75 function->ForEachParam( in FindAvailableInstructions()
/third_party/spirv-tools/source/fuzz/
Dtransformation_permute_function_parameters.cpp93 function->ForEachParam( in Apply()
108 function->ForEachParam( in Apply()
Dtransformation_inline_function.cpp96 called_function->ForEachParam( in IsApplicable()
300 called_function->ForEachParam( in AdaptInlinedInstruction()
Davailable_instructions.cpp36 function.ForEachParam( in AvailableInstructions()
Dfuzzer_pass_merge_function_returns.cpp234 function->ForEachParam([&result](opt::Instruction* param) { in GetTypesToIdsAvailableAfterEntryBlock()
Dtransformation_outline_function.cpp434 enclosing_function->ForEachParam( in GetRegionInputIds()
667 outlined_function->ForEachParam( in PrepareFunctionPrototype()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dtransformation_permute_function_parameters.cpp93 function->ForEachParam( in Apply()
108 function->ForEachParam( in Apply()
Dtransformation_inline_function.cpp96 called_function->ForEachParam( in IsApplicable()
300 called_function->ForEachParam( in AdaptInlinedInstruction()
Davailable_instructions.cpp36 function.ForEachParam( in AvailableInstructions()
Dfuzzer_pass_merge_function_returns.cpp234 function->ForEachParam([&result](opt::Instruction* param) { in GetTypesToIdsAvailableAfterEntryBlock()
Dtransformation_outline_function.cpp434 enclosing_function->ForEachParam( in GetRegionInputIds()
667 outlined_function->ForEachParam( in PrepareFunctionPrototype()

123