Home
last modified time | relevance | path

Searched refs:next_instruction (Results 1 – 17 of 17) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dunify_const_pass.cpp112 for (Instruction *next_instruction, in Process() local
114 inst; inst = next_instruction) { in Process()
115 next_instruction = inst->NextNode(); in Process()
Dfunction.cpp98 Instruction* next_instruction = di->NextNode(); in WhileEachInst() local
100 di = next_instruction; in WhileEachInst()
196 Instruction* next_instruction = di->NextNode(); in ForEachDebugInstructionsInHeader() local
198 di = next_instruction; in ForEachDebugInstructionsInHeader()
Dbasic_block.h269 Instruction* next_instruction = inst->NextNode(); in WhileEachInst() local
271 inst = next_instruction; in WhileEachInst()
321 Instruction* next_instruction = inst->NextNode(); in WhileEachPhiInst() local
324 inst = next_instruction; in WhileEachPhiInst()
Dir_context.cpp207 Instruction* next_instruction = nullptr; in KillInst() local
209 next_instruction = inst->NextNode(); in KillInst()
217 return next_instruction; in KillInst()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dunify_const_pass.cpp112 for (Instruction *next_instruction, in Process() local
114 inst; inst = next_instruction) { in Process()
115 next_instruction = inst->NextNode(); in Process()
Dbasic_block.h269 Instruction* next_instruction = inst->NextNode(); in WhileEachInst() local
271 inst = next_instruction; in WhileEachInst()
321 Instruction* next_instruction = inst->NextNode(); in WhileEachPhiInst() local
324 inst = next_instruction; in WhileEachPhiInst()
Dfunction.cpp98 Instruction* next_instruction = di->NextNode(); in WhileEachInst() local
100 di = next_instruction; in WhileEachInst()
196 Instruction* next_instruction = di->NextNode(); in ForEachDebugInstructionsInHeader() local
198 di = next_instruction; in ForEachDebugInstructionsInHeader()
Dir_context.cpp207 Instruction* next_instruction = nullptr; in KillInst() local
209 next_instruction = inst->NextNode(); in KillInst()
217 return next_instruction; in KillInst()
/third_party/spirv-tools/source/opt/
Dunify_const_pass.cpp112 for (Instruction *next_instruction, in Process() local
114 inst; inst = next_instruction) { in Process()
115 next_instruction = inst->NextNode(); in Process()
Dbasic_block.h269 Instruction* next_instruction = inst->NextNode(); in WhileEachInst() local
271 inst = next_instruction; in WhileEachInst()
321 Instruction* next_instruction = inst->NextNode(); in WhileEachPhiInst() local
324 inst = next_instruction; in WhileEachPhiInst()
Dfunction.cpp98 Instruction* next_instruction = di->NextNode(); in WhileEachInst() local
100 di = next_instruction; in WhileEachInst()
196 Instruction* next_instruction = di->NextNode(); in ForEachDebugInstructionsInHeader() local
198 di = next_instruction; in ForEachDebugInstructionsInHeader()
Dir_context.cpp209 Instruction* next_instruction = nullptr; in KillInst() local
211 next_instruction = inst->NextNode(); in KillInst()
219 return next_instruction; in KillInst()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dtransformation_flatten_conditional_branch.cpp614 auto next_instruction = instruction->NextNode(); in EncloseInstructionInConditional() local
633 fuzzerutil::GetIteratorForInstruction(execute_block, next_instruction)); in EncloseInstructionInConditional()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_flatten_conditional_branch.cpp614 auto next_instruction = instruction->NextNode(); in EncloseInstructionInConditional() local
633 fuzzerutil::GetIteratorForInstruction(execute_block, next_instruction)); in EncloseInstructionInConditional()
/third_party/spirv-tools/source/fuzz/
Dtransformation_flatten_conditional_branch.cpp614 auto next_instruction = instruction->NextNode(); in EncloseInstructionInConditional() local
633 fuzzerutil::GetIteratorForInstruction(execute_block, next_instruction)); in EncloseInstructionInConditional()
/third_party/mesa3d/src/compiler/isaspec/
Ddecode.c719 next_instruction(&instr, &instrs[state->n * BITMASK_WORDS]); in decode()
/third_party/mesa3d/docs/relnotes/
D21.3.0.rst845 - freedreno/isa: add next_instruction(..)