Home
last modified time | relevance | path

Searched defs:new_block (Results 1 - 25 of 37) sorted by relevance

12

/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dtransformation_add_dead_block.cpp123 std::unique_ptr<opt::BasicBlock> new_block = in Apply() local
H A Dtransformation_replace_opselect_with_conditional_branch.cpp118 auto new_block = MakeUnique<opt::BasicBlock>(MakeUnique<opt::Instruction>( in Apply() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dtransformation_add_dead_block.cpp123 std::unique_ptr<opt::BasicBlock> new_block = in Apply() local
H A Dtransformation_replace_opselect_with_conditional_branch.cpp118 auto new_block = MakeUnique<opt::BasicBlock>(MakeUnique<opt::Instruction>( in Apply() local
/third_party/spirv-tools/source/fuzz/
H A Dtransformation_add_dead_block.cpp123 std::unique_ptr<opt::BasicBlock> new_block = in Apply() local
H A Dtransformation_replace_opselect_with_conditional_branch.cpp118 auto new_block = MakeUnique<opt::BasicBlock>( in Apply() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dfunction.cpp202 InsertBasicBlockAfter( std::unique_ptr<BasicBlock>&& new_block, BasicBlock* position) InsertBasicBlockAfter() argument
216 InsertBasicBlockBefore( std::unique_ptr<BasicBlock>&& new_block, BasicBlock* position) InsertBasicBlockBefore() argument
H A Dbasic_block.cpp247 BasicBlock* new_block = new_block_temp.get(); in SplitBasicBlock() local
[all...]
H A Dloop_fusion.cpp522 ReplacePhiParentWith(Instruction* inst, uint32_t orig_block, uint32_t new_block) ReplacePhiParentWith() argument
H A Dmerge_return_pass.cpp802 auto new_block = &*pos.InsertBefore(std::move(block)); in CreateContinueTarget() local
809 context(), new_block, in CreateContinueTarget() local
H A Dreplace_desc_array_access_using_var_index.cpp319 auto* new_block = new BasicBlock(std::unique_ptr<Instruction>( in CreateNewBlock() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dfunction.cpp202 InsertBasicBlockAfter( std::unique_ptr<BasicBlock>&& new_block, BasicBlock* position) InsertBasicBlockAfter() argument
216 InsertBasicBlockBefore( std::unique_ptr<BasicBlock>&& new_block, BasicBlock* position) InsertBasicBlockBefore() argument
H A Dbasic_block.cpp247 BasicBlock* new_block = new_block_temp.get(); in SplitBasicBlock() local
[all...]
H A Dloop_fusion.cpp522 ReplacePhiParentWith(Instruction* inst, uint32_t orig_block, uint32_t new_block) ReplacePhiParentWith() argument
/third_party/skia/third_party/externals/freetype/builds/amiga/src/base/
H A Dftsystem.c178 void* new_block; in ft_realloc() local
/third_party/spirv-tools/source/opt/
H A Dfunction.cpp200 InsertBasicBlockAfter( std::unique_ptr<BasicBlock>&& new_block, BasicBlock* position) InsertBasicBlockAfter() argument
214 InsertBasicBlockBefore( std::unique_ptr<BasicBlock>&& new_block, BasicBlock* position) InsertBasicBlockBefore() argument
H A Dbasic_block.cpp244 BasicBlock* new_block = new_block_temp.get(); in SplitBasicBlock() local
[all...]
H A Dloop_fusion.cpp524 ReplacePhiParentWith(Instruction* inst, uint32_t orig_block, uint32_t new_block) ReplacePhiParentWith() argument
/third_party/mesa3d/src/compiler/glsl/
H A Dgl_nir_link_uniform_blocks.c177 link_cross_validate_uniform_block(void *mem_ctx, struct gl_uniform_block **linked_blocks, unsigned int *num_linked_blocks, struct gl_uniform_block *new_block) link_cross_validate_uniform_block() argument
H A Dlink_uniform_blocks.cpp533 link_cross_validate_uniform_block(void *mem_ctx, struct gl_uniform_block **linked_blocks, unsigned int *num_linked_blocks, struct gl_uniform_block *new_block) link_cross_validate_uniform_block() argument
/third_party/mesa3d/src/amd/compiler/
H A Daco_print_asm.cpp375 bool new_block = in print_asm_llvm() local
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_cfg.cpp473 cfg_t::new_block() in new_block() function in cfg_t
[all...]
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_flow.c59 LLVMBasicBlockRef new_block; in lp_build_insert_new_block() local
102 LLVMBasicBlockRef new_block; in lp_build_flow_skip_cond_break() local
/third_party/node/deps/v8/src/compiler/
H A Dbranch-elimination.cc464 FunctionalList<BranchCondition> new_block; in AddConditionInNewBlock() local
/third_party/mesa3d/src/compiler/nir/
H A Dnir_control_flow.c188 nir_block *new_block = nir_block_create(ralloc_parent(block)); in split_block_beginning() local
322 nir_block *new_block = nir_block_create(ralloc_parent(block)); in split_block_end() local
342 nir_block *new_block = split_block_beginning(instr->block); split_block_before_instr() local
[all...]

Completed in 18 milliseconds

12