Home
last modified time | relevance | path

Searched defs:is_loop (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dr3xx_vertprog_dump.c193 unsigned is_loop = 0; in r300_vertex_program_dump() local
/third_party/spirv-tools/source/val/
Dconstruct.cpp77 const bool is_loop = type() == ConstructType::kLoop; in blocks() local
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_liverangeevaluator_helpers.cpp71 bool ProgramScope::is_loop() const in is_loop() function in r600::ProgramScope
/third_party/node/deps/v8/src/maglev/
Dmaglev-graph-printer.cc121 bool is_loop = false) {
/third_party/node/deps/v8/src/compiler/
Descape-analysis.cc419 bool is_loop = control->opcode() == IrOpcode::kLoop; in MergeInputs() local
/third_party/python/Tools/peg_generator/pegen/
Dgrammar.py81 def is_loop(self) -> bool: member in Rule
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_ir.h1143 bool is_loop() { return src_loop || !repeats.empty(); } in is_loop() function