Home
last modified time | relevance | path

Searched defs:terminator (Results 26 - 50 of 76) sorted by relevance

1234

/third_party/spirv-tools/source/opt/
H A Dblock_merge_util.cpp198 auto terminator = bi->terminator(); in MergeWithSuccessor() local
[all...]
H A Dbasic_block.h202 Instruction* terminator() { return &*tail(); } in terminator() function
203 const Instruction* terminator() const { return &*ctail(); } in terminator() function
/third_party/spirv-tools/source/reduce/
H A Dstructured_loop_to_selection_reduction_opportunity.cpp127 auto terminator = context_->cfg()->block(source_id)->terminator(); in RedirectEdge() local
193 auto terminator in ChangeLoopToSelection() local
[all...]
/third_party/spirv-tools/source/val/
H A Dconstruct.cpp137 auto terminator = header->terminator(); in IsStructuredExit() local
148 auto terminator = header->terminator(); in IsStructuredExit() local
182 auto terminator = block->terminator(); in IsStructuredExit() local
[all...]
H A Dbasic_block.h158 const Instruction* terminator() const { return terminator_; } in terminator() function in spvtools::val::BasicBlock
/kernel/linux/linux-5.10/fs/omfs/
H A Dfile.c119 struct omfs_extent_entry *terminator; in omfs_grow_extent() local
[all...]
/kernel/linux/linux-6.6/fs/omfs/
H A Dfile.c119 struct omfs_extent_entry *terminator; in omfs_grow_extent() local
[all...]
/third_party/glfw/src/
H A Dcontext.c592 const char* terminator; in _glfwStringInExtensionString() local
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Dfold_test.cpp7039 Instruction* terminator = bb.terminator(); in TEST_P() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dbasic_block.h202 Instruction* terminator() { return &*tail(); } in terminator() function
203 const Instruction* terminator() const { return &*ctail(); } in terminator() function
H A Ddead_branch_elim_pass.cpp115 Instruction* terminator = block->terminator(); in MarkLiveBlocks() local
196 Instruction* terminator in SimplifyBranch() local
[all...]
H A Dmerge_return_pass.cpp564 auto terminator = *block->tail(); in RecordReturnValue() local
649 Instruction& terminator in CollectReturnBlocks() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dbasic_block.h202 Instruction* terminator() { return &*tail(); } in terminator() function
203 const Instruction* terminator() const { return &*ctail(); } in terminator() function
H A Ddead_branch_elim_pass.cpp115 Instruction* terminator = block->terminator(); in MarkLiveBlocks() local
196 Instruction* terminator in SimplifyBranch() local
[all...]
H A Dmerge_return_pass.cpp564 auto terminator = *block->tail(); in RecordReturnValue() local
649 Instruction& terminator in CollectReturnBlocks() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dfold_test.cpp7109 Instruction* terminator = bb.terminator(); in TEST_P() local
/third_party/skia/third_party/externals/brotli/research/
H A Ddeorummolae.cc38 TextChar terminator = text->back(); in rewriteText() local
/third_party/spirv-tools/test/opt/
H A Dfold_test.cpp8059 Instruction* terminator = bb.terminator(); in TEST_P() local
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/tests/kutf/
H A Dkutf_suite.c353 char terminator = '\n'; in kutf_debugfs_run_read() local
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/tests/kutf/
H A Dkutf_suite.c388 char terminator = '\n'; in kutf_debugfs_run_read() local
/third_party/icu/icu4c/source/i18n/
H A Ducol_sit.cpp189 char terminator = *string; in _processRFC3066Locale() local
/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_loop_unroll.c474 nir_loop_terminator *terminator = loop->info->limiting_terminator; complex_unroll_single_terminator() local
722 nir_loop_terminator *terminator = partial_unroll() local
1086 nir_loop_terminator *terminator = process_loops() local
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Ducol_sit.cpp190 char terminator = *string; in _processRFC3066Locale() local
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_target.h212 unsigned int terminator : 1; member
/third_party/skia/third_party/externals/icu/source/i18n/
H A Ducol_sit.cpp189 char terminator = *string; in _processRFC3066Locale() local

Completed in 41 milliseconds

1234