Home
last modified time | relevance | path

Searched refs:GetOperandDefinition (Results 1 – 9 of 9) sorted by relevance

/third_party/spirv-tools/source/opt/
Dloop_dependence_helpers.cpp55 Instruction* lower_inst = GetOperandDefinition(cond_inst, 0); in GetLowerBound()
68 lower_inst = GetOperandDefinition(lower_inst, 0); in GetLowerBound()
87 Instruction* upper_inst = GetOperandDefinition(cond_inst, 1); in GetUpperBound()
377 Instruction* LoopDependenceAnalysis::GetOperandDefinition( in GetOperandDefinition() function in spvtools::opt::LoopDependenceAnalysis
385 Instruction* access_chain = GetOperandDefinition(instruction, 0); in GetSubscripts()
390 subscripts.push_back(GetOperandDefinition(access_chain, i)); in GetSubscripts()
Dloop_dependence.cpp191 Instruction* source_access_chain = GetOperandDefinition(source, 0); in GetDependence()
192 Instruction* destination_access_chain = GetOperandDefinition(destination, 0); in GetDependence()
220 auto location_in_chain = GetOperandDefinition(access_chain, 0); in GetDependence()
236 Instruction* source_array = GetOperandDefinition(source_access_chain, 0); in GetDependence()
238 GetOperandDefinition(destination_access_chain, 0); in GetDependence()
Dloop_dependence.h516 Instruction* GetOperandDefinition(const Instruction* instruction, int id);
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dloop_dependence_helpers.cpp55 Instruction* lower_inst = GetOperandDefinition(cond_inst, 0); in GetLowerBound()
68 lower_inst = GetOperandDefinition(lower_inst, 0); in GetLowerBound()
87 Instruction* upper_inst = GetOperandDefinition(cond_inst, 1); in GetUpperBound()
377 Instruction* LoopDependenceAnalysis::GetOperandDefinition( in GetOperandDefinition() function in spvtools::opt::LoopDependenceAnalysis
385 Instruction* access_chain = GetOperandDefinition(instruction, 0); in GetSubscripts()
390 subscripts.push_back(GetOperandDefinition(access_chain, i)); in GetSubscripts()
Dloop_dependence.cpp191 Instruction* source_access_chain = GetOperandDefinition(source, 0); in GetDependence()
192 Instruction* destination_access_chain = GetOperandDefinition(destination, 0); in GetDependence()
220 auto location_in_chain = GetOperandDefinition(access_chain, 0); in GetDependence()
236 Instruction* source_array = GetOperandDefinition(source_access_chain, 0); in GetDependence()
238 GetOperandDefinition(destination_access_chain, 0); in GetDependence()
Dloop_dependence.h516 Instruction* GetOperandDefinition(const Instruction* instruction, int id);
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dloop_dependence_helpers.cpp55 Instruction* lower_inst = GetOperandDefinition(cond_inst, 0); in GetLowerBound()
68 lower_inst = GetOperandDefinition(lower_inst, 0); in GetLowerBound()
87 Instruction* upper_inst = GetOperandDefinition(cond_inst, 1); in GetUpperBound()
377 Instruction* LoopDependenceAnalysis::GetOperandDefinition( in GetOperandDefinition() function in spvtools::opt::LoopDependenceAnalysis
385 Instruction* access_chain = GetOperandDefinition(instruction, 0); in GetSubscripts()
390 subscripts.push_back(GetOperandDefinition(access_chain, i)); in GetSubscripts()
Dloop_dependence.cpp191 Instruction* source_access_chain = GetOperandDefinition(source, 0); in GetDependence()
192 Instruction* destination_access_chain = GetOperandDefinition(destination, 0); in GetDependence()
220 auto location_in_chain = GetOperandDefinition(access_chain, 0); in GetDependence()
236 Instruction* source_array = GetOperandDefinition(source_access_chain, 0); in GetDependence()
238 GetOperandDefinition(destination_access_chain, 0); in GetDependence()
Dloop_dependence.h516 Instruction* GetOperandDefinition(const Instruction* instruction, int id);