/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | unify_const_pass.cpp | 112 for (Instruction *next_instruction, in Process() local 114 inst; inst = next_instruction) { in Process() 115 next_instruction = inst->NextNode(); in Process()
|
D | function.cpp | 98 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()
|
D | basic_block.h | 269 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()
|
D | ir_context.cpp | 207 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/ |
D | unify_const_pass.cpp | 112 for (Instruction *next_instruction, in Process() local 114 inst; inst = next_instruction) { in Process() 115 next_instruction = inst->NextNode(); in Process()
|
D | basic_block.h | 269 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()
|
D | function.cpp | 98 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()
|
D | ir_context.cpp | 207 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/ |
D | unify_const_pass.cpp | 112 for (Instruction *next_instruction, in Process() local 114 inst; inst = next_instruction) { in Process() 115 next_instruction = inst->NextNode(); in Process()
|
D | basic_block.h | 269 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()
|
D | function.cpp | 98 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()
|
D | ir_context.cpp | 209 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/ |
D | transformation_flatten_conditional_branch.cpp | 614 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/ |
D | transformation_flatten_conditional_branch.cpp | 614 auto next_instruction = instruction->NextNode(); in EncloseInstructionInConditional() local 633 fuzzerutil::GetIteratorForInstruction(execute_block, next_instruction)); in EncloseInstructionInConditional()
|
/third_party/spirv-tools/source/fuzz/ |
D | transformation_flatten_conditional_branch.cpp | 614 auto next_instruction = instruction->NextNode(); in EncloseInstructionInConditional() local 633 fuzzerutil::GetIteratorForInstruction(execute_block, next_instruction)); in EncloseInstructionInConditional()
|
/third_party/mesa3d/src/compiler/isaspec/ |
D | decode.c | 719 next_instruction(&instr, &instrs[state->n * BITMASK_WORDS]); in decode()
|
/third_party/mesa3d/docs/relnotes/ |
D | 21.3.0.rst | 845 - freedreno/isa: add next_instruction(..)
|