/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
H A D | transformation_add_dead_block.cpp | 123 std::unique_ptr<opt::BasicBlock> new_block = in Apply() local
|
H A D | transformation_replace_opselect_with_conditional_branch.cpp | 118 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 D | transformation_add_dead_block.cpp | 123 std::unique_ptr<opt::BasicBlock> new_block = in Apply() local
|
H A D | transformation_replace_opselect_with_conditional_branch.cpp | 118 auto new_block = MakeUnique<opt::BasicBlock>(MakeUnique<opt::Instruction>( in Apply() local
|
/third_party/spirv-tools/source/fuzz/ |
H A D | transformation_add_dead_block.cpp | 123 std::unique_ptr<opt::BasicBlock> new_block = in Apply() local
|
H A D | transformation_replace_opselect_with_conditional_branch.cpp | 118 auto new_block = MakeUnique<opt::BasicBlock>( in Apply() local
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | function.cpp | 202 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 D | basic_block.cpp | 247 BasicBlock* new_block = new_block_temp.get(); in SplitBasicBlock() local [all...] |
H A D | loop_fusion.cpp | 522 ReplacePhiParentWith(Instruction* inst, uint32_t orig_block, uint32_t new_block) ReplacePhiParentWith() argument
|
H A D | merge_return_pass.cpp | 802 auto new_block = &*pos.InsertBefore(std::move(block)); in CreateContinueTarget() local 809 context(), new_block, in CreateContinueTarget() local
|
H A D | replace_desc_array_access_using_var_index.cpp | 319 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 D | function.cpp | 202 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 D | basic_block.cpp | 247 BasicBlock* new_block = new_block_temp.get(); in SplitBasicBlock() local [all...] |
H A D | loop_fusion.cpp | 522 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 D | ftsystem.c | 178 void* new_block; in ft_realloc() local
|
/third_party/spirv-tools/source/opt/ |
H A D | function.cpp | 200 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 D | basic_block.cpp | 244 BasicBlock* new_block = new_block_temp.get(); in SplitBasicBlock() local [all...] |
H A D | loop_fusion.cpp | 524 ReplacePhiParentWith(Instruction* inst, uint32_t orig_block, uint32_t new_block) ReplacePhiParentWith() argument
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | gl_nir_link_uniform_blocks.c | 177 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 D | link_uniform_blocks.cpp | 533 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 D | aco_print_asm.cpp | 375 bool new_block = in print_asm_llvm() local
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_cfg.cpp | 473 cfg_t::new_block() in new_block() function in cfg_t [all...] |
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_flow.c | 59 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 D | branch-elimination.cc | 464 FunctionalList<BranchCondition> new_block; in AddConditionInNewBlock() local
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_control_flow.c | 188 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...] |