Home
last modified time | relevance | path

Searched defs:true_block (Results 1 – 11 of 11) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
Dinstruction-selector.h52 BasicBlock* true_block, in ForBranch()
125 BasicBlock* true_block() const { in true_block() function
191 BasicBlock* true_block, BasicBlock* false_block) in FlagsContinuation()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_flow.h186 LLVMBasicBlockRef true_block; member
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_cfg.cpp309 auto &true_block = compiler.get<SPIRBlock>(dom.true_block); in node_terminates_control_flow_in_sub_graph() local
Dspirv_cross.cpp1436 const auto *true_block = maybe_get<SPIRBlock>(block.true_block); in block_is_loop_candidate() local
1488 const auto *true_block = maybe_get<SPIRBlock>(child.true_block); in block_is_loop_candidate() local
1602 const auto *true_block = maybe_get<SPIRBlock>(block.true_block); in continue_block_type() local
Dspirv_common.hpp809 BlockID true_block = 0; member
Dspirv_glsl.cpp14127 void CompilerGLSL::branch(BlockID from, uint32_t cond, BlockID true_block, BlockID false_block) in branch()
/third_party/node/deps/v8/src/compiler/
Draw-machine-assembler.cc182 BasicBlock* true_block = block->SuccessorAt(0); in OptimizeControlFlow() local
546 BasicBlock* true_block = schedule()->NewBasicBlock(); in Branch() local
/third_party/node/deps/v8/src/torque/
Dimplementation-visitor.cc787 Block* true_block = assembler().NewBlock(assembler().CurrentStack()); in Visit() local
842 Block* true_block = assembler().NewBlock(); in Visit() local
883 Block* true_block = assembler().NewBlock(); in Visit() local
1057 Block* true_block = assembler().NewBlock(); in Visit() local
1092 Block* true_block = assembler().NewBlock(assembler().CurrentStack(), in Visit() local
1243 Block* true_block = assembler().NewBlock(assembler().CurrentStack()); in Visit() local
3278 Block* true_block, in GenerateBranch()
3292 Block* true_block, in GenerateExpressionBranch()
/third_party/skia/third_party/externals/tint/src/writer/spirv/
Dbuilder.cc3498 auto true_block = result_op(); in GenerateConditionalBlock() local
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_module.c2708 unsigned true_block, unsigned false_block) in dxil_emit_branch()
Dnir_to_dxil.c4526 int true_block, int false_block) in emit_cond_branch()