Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_flow.h183 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/mindspore/mindspore/ccsrc/pipeline/jit/parse/
Dparse.cc461 … Parser::MakeConditionBlocks(const FunctionBlockPtr &pre_block, const FunctionBlockPtr &true_block, in MakeConditionBlocks()
852 FunctionBlockPtr true_block = nullptr; in ProcessBoolOpValueList() local
1134 FunctionBlockPtr true_block = nullptr; in ParseIf() local
1292 FunctionBlockPtr true_block = nullptr; in ParseFor() local
1502 FunctionBlockPtr true_block = nullptr; in ParseIfExp() local
Dfunction_block.cc433 void FunctionBlock::ConditionalJump(AnfNodePtr condNode, const FunctionBlockPtr &true_block, in ConditionalJump()
/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.c2662 unsigned true_block, unsigned false_block) in dxil_emit_branch()
Dnir_to_dxil.c3800 int true_block, int false_block) in emit_cond_branch()