/third_party/typescript/tests/baselines/reference/ |
D | disallowLineTerminatorBeforeArrow.errors.txt | 1 …Function/disallowLineTerminatorBeforeArrow.ts(2,5): error TS1200: Line terminator not permitted be… 2 …Function/disallowLineTerminatorBeforeArrow.ts(4,7): error TS1200: Line terminator not permitted be… 3 …Function/disallowLineTerminatorBeforeArrow.ts(6,5): error TS1200: Line terminator not permitted be… 4 …Function/disallowLineTerminatorBeforeArrow.ts(8,7): error TS1200: Line terminator not permitted be… 5 …unction/disallowLineTerminatorBeforeArrow.ts(10,5): error TS1200: Line terminator not permitted be… 6 …unction/disallowLineTerminatorBeforeArrow.ts(12,7): error TS1200: Line terminator not permitted be… 7 …unction/disallowLineTerminatorBeforeArrow.ts(14,5): error TS1200: Line terminator not permitted be… 8 …unction/disallowLineTerminatorBeforeArrow.ts(16,7): error TS1200: Line terminator not permitted be… 9 …unction/disallowLineTerminatorBeforeArrow.ts(18,5): error TS1200: Line terminator not permitted be… 10 …unction/disallowLineTerminatorBeforeArrow.ts(21,5): error TS1200: Line terminator not permitted be… [all …]
|
/third_party/spirv-tools/source/reduce/ |
D | structured_loop_to_selection_reduction_opportunity.cpp | 127 auto terminator = context_->cfg()->block(source_id)->terminator(); in RedirectEdge() local 132 if (terminator->opcode() == SpvOpBranch) { in RedirectEdge() 134 } else if (terminator->opcode() == SpvOpBranchConditional) { in RedirectEdge() 137 assert(terminator->opcode() == SpvOpSwitch); in RedirectEdge() 138 for (uint32_t label_index = 1; label_index < terminator->NumOperands(); in RedirectEdge() 148 if (terminator->GetSingleWordOperand(operand_index) == original_target_id) { in RedirectEdge() 149 terminator->SetOperand(operand_index, {new_target_id}); in RedirectEdge() 192 auto terminator = loop_construct_header_->terminator(); in ChangeLoopToSelection() local 193 if (terminator->opcode() == SpvOpBranch) { in ChangeLoopToSelection() 201 auto original_branch_id = terminator->GetSingleWordOperand(0); in ChangeLoopToSelection() [all …]
|
D | simple_conditional_branch_to_branch_opportunity_finder.cpp | 33 opt::Instruction* terminator = block.terminator(); in GetAvailableOpportunities() local 34 if (terminator->opcode() != SpvOpBranchConditional) { in GetAvailableOpportunities() 44 if (terminator->GetSingleWordInOperand(kTrueBranchOperandIndex) != in GetAvailableOpportunities() 45 terminator->GetSingleWordInOperand(kFalseBranchOperandIndex)) { in GetAvailableOpportunities() 51 block.terminator())); in GetAvailableOpportunities()
|
D | conditional_branch_to_simple_conditional_branch_opportunity_finder.cpp | 40 opt::Instruction* terminator = block.terminator(); in GetAvailableOpportunities() local 41 if (terminator->opcode() != SpvOpBranchConditional) { in GetAvailableOpportunities() 46 terminator->GetSingleWordInOperand(kTrueBranchOperandIndex); in GetAvailableOpportunities() 48 terminator->GetSingleWordInOperand(kFalseBranchOperandIndex); in GetAvailableOpportunities() 74 context, block.terminator(), redirect_to_true)); in GetAvailableOpportunities()
|
/third_party/skia/third_party/externals/spirv-tools/source/reduce/ |
D | structured_loop_to_selection_reduction_opportunity.cpp | 127 auto terminator = context_->cfg()->block(source_id)->terminator(); in RedirectEdge() local 132 if (terminator->opcode() == SpvOpBranch) { in RedirectEdge() 134 } else if (terminator->opcode() == SpvOpBranchConditional) { in RedirectEdge() 137 assert(terminator->opcode() == SpvOpSwitch); in RedirectEdge() 138 for (uint32_t label_index = 1; label_index < terminator->NumOperands(); in RedirectEdge() 148 if (terminator->GetSingleWordOperand(operand_index) == original_target_id) { in RedirectEdge() 149 terminator->SetOperand(operand_index, {new_target_id}); in RedirectEdge() 192 auto terminator = loop_construct_header_->terminator(); in ChangeLoopToSelection() local 193 if (terminator->opcode() == SpvOpBranch) { in ChangeLoopToSelection() 201 auto original_branch_id = terminator->GetSingleWordOperand(0); in ChangeLoopToSelection() [all …]
|
D | simple_conditional_branch_to_branch_opportunity_finder.cpp | 33 opt::Instruction* terminator = block.terminator(); in GetAvailableOpportunities() local 34 if (terminator->opcode() != SpvOpBranchConditional) { in GetAvailableOpportunities() 44 if (terminator->GetSingleWordInOperand(kTrueBranchOperandIndex) != in GetAvailableOpportunities() 45 terminator->GetSingleWordInOperand(kFalseBranchOperandIndex)) { in GetAvailableOpportunities() 51 block.terminator())); in GetAvailableOpportunities()
|
D | conditional_branch_to_simple_conditional_branch_opportunity_finder.cpp | 40 opt::Instruction* terminator = block.terminator(); in GetAvailableOpportunities() local 41 if (terminator->opcode() != SpvOpBranchConditional) { in GetAvailableOpportunities() 46 terminator->GetSingleWordInOperand(kTrueBranchOperandIndex); in GetAvailableOpportunities() 48 terminator->GetSingleWordInOperand(kFalseBranchOperandIndex); in GetAvailableOpportunities() 74 context, block.terminator(), redirect_to_true)); in GetAvailableOpportunities()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/reduce/ |
D | structured_loop_to_selection_reduction_opportunity.cpp | 127 auto terminator = context_->cfg()->block(source_id)->terminator(); in RedirectEdge() local 132 if (terminator->opcode() == SpvOpBranch) { in RedirectEdge() 134 } else if (terminator->opcode() == SpvOpBranchConditional) { in RedirectEdge() 137 assert(terminator->opcode() == SpvOpSwitch); in RedirectEdge() 138 for (uint32_t label_index = 1; label_index < terminator->NumOperands(); in RedirectEdge() 148 if (terminator->GetSingleWordOperand(operand_index) == original_target_id) { in RedirectEdge() 149 terminator->SetOperand(operand_index, {new_target_id}); in RedirectEdge() 192 auto terminator = loop_construct_header_->terminator(); in ChangeLoopToSelection() local 193 if (terminator->opcode() == SpvOpBranch) { in ChangeLoopToSelection() 201 auto original_branch_id = terminator->GetSingleWordOperand(0); in ChangeLoopToSelection() [all …]
|
D | simple_conditional_branch_to_branch_opportunity_finder.cpp | 33 opt::Instruction* terminator = block.terminator(); in GetAvailableOpportunities() local 34 if (terminator->opcode() != SpvOpBranchConditional) { in GetAvailableOpportunities() 44 if (terminator->GetSingleWordInOperand(kTrueBranchOperandIndex) != in GetAvailableOpportunities() 45 terminator->GetSingleWordInOperand(kFalseBranchOperandIndex)) { in GetAvailableOpportunities() 51 block.terminator())); in GetAvailableOpportunities()
|
D | conditional_branch_to_simple_conditional_branch_opportunity_finder.cpp | 40 opt::Instruction* terminator = block.terminator(); in GetAvailableOpportunities() local 41 if (terminator->opcode() != SpvOpBranchConditional) { in GetAvailableOpportunities() 46 terminator->GetSingleWordInOperand(kTrueBranchOperandIndex); in GetAvailableOpportunities() 48 terminator->GetSingleWordInOperand(kFalseBranchOperandIndex); in GetAvailableOpportunities() 74 context, block.terminator(), redirect_to_true)); in GetAvailableOpportunities()
|
/third_party/spirv-tools/source/val/ |
D | construct.cpp | 138 auto terminator = header->terminator(); in IsStructuredExit() local 139 auto index = terminator - &_.ordered_instructions()[0]; in IsStructuredExit() 149 auto terminator = header->terminator(); in IsStructuredExit() local 150 auto index = terminator - &_.ordered_instructions()[0]; in IsStructuredExit() 181 auto terminator = block->terminator(); in IsStructuredExit() local 182 auto index = terminator - &_.ordered_instructions()[0]; in IsStructuredExit() 185 (header->terminator()->opcode() != SpvOpSwitch && in IsStructuredExit() 187 terminator->opcode() == SpvOpSwitch)) { in IsStructuredExit() 205 if (terminator->opcode() == SpvOpSwitch) { in IsStructuredExit()
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_opt_loop_unroll.c | 115 list_for_each_entry(nir_loop_terminator, terminator, in simple_unroll() 124 if (terminator->nif != limiting_term->nif) { in simple_unroll() 127 get_first_blocks_in_terminator(terminator, &first_break_block, in simple_unroll() 130 assert(nir_is_trivial_loop_if(terminator->nif, in simple_unroll() 131 terminator->break_block)); in simple_unroll() 136 nir_after_block(terminator->continue_from_block)); in simple_unroll() 138 nir_after_cf_node(&terminator->nif->cf_node)); in simple_unroll() 140 nir_cf_node_remove(&terminator->nif->cf_node); in simple_unroll() 474 nir_loop_terminator *terminator = loop->info->limiting_terminator; in complex_unroll_single_terminator() local 481 nir_before_cf_node(&terminator->nif->cf_node)); in complex_unroll_single_terminator() [all …]
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
D | construct.cpp | 153 auto terminator = header->terminator(); in IsStructuredExit() local 154 auto index = terminator - &_.ordered_instructions()[0]; in IsStructuredExit() 164 auto terminator = header->terminator(); in IsStructuredExit() local 165 auto index = terminator - &_.ordered_instructions()[0]; in IsStructuredExit() 195 auto terminator = block->terminator(); in IsStructuredExit() local 196 auto index = terminator - &_.ordered_instructions()[0]; in IsStructuredExit() 199 (header->terminator()->opcode() != SpvOpSwitch && in IsStructuredExit() 201 terminator->opcode() == SpvOpSwitch)) { in IsStructuredExit() 219 if (terminator->opcode() == SpvOpSwitch) { in IsStructuredExit()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | construct.cpp | 153 auto terminator = header->terminator(); in IsStructuredExit() local 154 auto index = terminator - &_.ordered_instructions()[0]; in IsStructuredExit() 164 auto terminator = header->terminator(); in IsStructuredExit() local 165 auto index = terminator - &_.ordered_instructions()[0]; in IsStructuredExit() 195 auto terminator = block->terminator(); in IsStructuredExit() local 196 auto index = terminator - &_.ordered_instructions()[0]; in IsStructuredExit() 199 (header->terminator()->opcode() != SpvOpSwitch && in IsStructuredExit() 201 terminator->opcode() == SpvOpSwitch)) { in IsStructuredExit() 219 if (terminator->opcode() == SpvOpSwitch) { in IsStructuredExit()
|
/third_party/python/Lib/ |
D | asynchat.py | 112 self.terminator = term 115 return self.terminator 143 terminator = self.get_terminator() 144 if not terminator: 148 elif isinstance(terminator, int): 150 n = terminator 154 self.terminator = self.terminator - lb 158 self.terminator = 0 168 terminator_len = len(terminator) 169 index = self.ac_in_buffer.find(terminator) [all …]
|
/third_party/spirv-tools/source/fuzz/ |
D | transformation_replace_branch_from_dead_block_with_exit.cpp | 80 ir_context, block->terminator(), message_.return_value_id())) { in IsApplicable() 98 assert(block->terminator()->opcode() == SpvOpBranch && in Apply() 101 block->terminator()->GetSingleWordInOperand(0)); in Apply() 121 auto terminator = block->terminator(); in Apply() local 122 terminator->SetOpcode(static_cast<SpvOp>(message_.opcode())); in Apply() 123 terminator->SetInOperands(std::move(new_terminator_in_operands)); in Apply() 148 if (block.terminator()->opcode() != SpvOpBranch) { in BlockIsSuitable() 160 block.terminator()->GetSingleWordInOperand(0)); in BlockIsSuitable()
|
D | transformation_wrap_region_in_selection.cpp | 56 assert(new_header_block->terminator()->opcode() == SpvOpBranch && in Apply() 60 new_header_block->terminator()->GetSingleWordInOperand(0); in Apply() 63 new_header_block->terminator()->SetOpcode(SpvOpBranchConditional); in Apply() 64 new_header_block->terminator()->SetInOperands( in Apply() 72 new_header_block->terminator()->InsertBefore(MakeUnique<opt::Instruction>( in Apply() 133 if (header_block_candidate->terminator()->opcode() != SpvOpBranch) { in IsApplicableToBlockRange()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | transformation_replace_branch_from_dead_block_with_exit.cpp | 80 ir_context, block->terminator(), message_.return_value_id())) { in IsApplicable() 98 assert(block->terminator()->opcode() == SpvOpBranch && in Apply() 101 block->terminator()->GetSingleWordInOperand(0)); in Apply() 121 auto terminator = block->terminator(); in Apply() local 122 terminator->SetOpcode(static_cast<SpvOp>(message_.opcode())); in Apply() 123 terminator->SetInOperands(std::move(new_terminator_in_operands)); in Apply() 148 if (block.terminator()->opcode() != SpvOpBranch) { in BlockIsSuitable() 160 block.terminator()->GetSingleWordInOperand(0)); in BlockIsSuitable()
|
D | transformation_wrap_region_in_selection.cpp | 56 assert(new_header_block->terminator()->opcode() == SpvOpBranch && in Apply() 60 new_header_block->terminator()->GetSingleWordInOperand(0); in Apply() 63 new_header_block->terminator()->SetOpcode(SpvOpBranchConditional); in Apply() 64 new_header_block->terminator()->SetInOperands( in Apply() 72 new_header_block->terminator()->InsertBefore(MakeUnique<opt::Instruction>( in Apply() 133 if (header_block_candidate->terminator()->opcode() != SpvOpBranch) { in IsApplicableToBlockRange()
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
D | transformation_replace_branch_from_dead_block_with_exit.cpp | 80 ir_context, block->terminator(), message_.return_value_id())) { in IsApplicable() 98 assert(block->terminator()->opcode() == SpvOpBranch && in Apply() 101 block->terminator()->GetSingleWordInOperand(0)); in Apply() 121 auto terminator = block->terminator(); in Apply() local 122 terminator->SetOpcode(static_cast<SpvOp>(message_.opcode())); in Apply() 123 terminator->SetInOperands(std::move(new_terminator_in_operands)); in Apply() 148 if (block.terminator()->opcode() != SpvOpBranch) { in BlockIsSuitable() 160 block.terminator()->GetSingleWordInOperand(0)); in BlockIsSuitable()
|
D | transformation_wrap_region_in_selection.cpp | 56 assert(new_header_block->terminator()->opcode() == SpvOpBranch && in Apply() 60 new_header_block->terminator()->GetSingleWordInOperand(0); in Apply() 63 new_header_block->terminator()->SetOpcode(SpvOpBranchConditional); in Apply() 64 new_header_block->terminator()->SetInOperands( in Apply() 72 new_header_block->terminator()->InsertBefore(MakeUnique<opt::Instruction>( in Apply() 133 if (header_block_candidate->terminator()->opcode() != SpvOpBranch) { in IsApplicableToBlockRange()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | dead_branch_elim_pass.cpp | 115 Instruction* terminator = block->terminator(); in MarkLiveBlocks() local 118 if (terminator->opcode() == SpvOpBranchConditional) { in MarkLiveBlocks() 120 if (GetConstCondition(terminator->GetSingleWordInOperand(0u), &condVal)) { in MarkLiveBlocks() 121 live_lab_id = terminator->GetSingleWordInOperand( in MarkLiveBlocks() 124 } else if (terminator->opcode() == SpvOpSwitch) { in MarkLiveBlocks() 126 if (GetConstInteger(terminator->GetSingleWordInOperand(0u), &sel_val)) { in MarkLiveBlocks() 131 terminator->WhileEachInOperand( in MarkLiveBlocks() 196 Instruction* terminator = block->terminator(); in SimplifyBranch() local 200 if (terminator->NumInOperands() == 2) { in SimplifyBranch() 208 new_operands.push_back(terminator->GetInOperand(0)); in SimplifyBranch() [all …]
|
/third_party/spirv-tools/source/opt/ |
D | dead_branch_elim_pass.cpp | 115 Instruction* terminator = block->terminator(); in MarkLiveBlocks() local 118 if (terminator->opcode() == SpvOpBranchConditional) { in MarkLiveBlocks() 120 if (GetConstCondition(terminator->GetSingleWordInOperand(0u), &condVal)) { in MarkLiveBlocks() 121 live_lab_id = terminator->GetSingleWordInOperand( in MarkLiveBlocks() 124 } else if (terminator->opcode() == SpvOpSwitch) { in MarkLiveBlocks() 126 if (GetConstInteger(terminator->GetSingleWordInOperand(0u), &sel_val)) { in MarkLiveBlocks() 131 terminator->WhileEachInOperand( in MarkLiveBlocks() 196 Instruction* terminator = block->terminator(); in SimplifyBranch() local 200 if (terminator->NumInOperands() == 2) { in SimplifyBranch() 208 new_operands.push_back(terminator->GetInOperand(0)); in SimplifyBranch() [all …]
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | dead_branch_elim_pass.cpp | 115 Instruction* terminator = block->terminator(); in MarkLiveBlocks() local 118 if (terminator->opcode() == SpvOpBranchConditional) { in MarkLiveBlocks() 120 if (GetConstCondition(terminator->GetSingleWordInOperand(0u), &condVal)) { in MarkLiveBlocks() 121 live_lab_id = terminator->GetSingleWordInOperand( in MarkLiveBlocks() 124 } else if (terminator->opcode() == SpvOpSwitch) { in MarkLiveBlocks() 126 if (GetConstInteger(terminator->GetSingleWordInOperand(0u), &sel_val)) { in MarkLiveBlocks() 131 terminator->WhileEachInOperand( in MarkLiveBlocks() 196 Instruction* terminator = block->terminator(); in SimplifyBranch() local 200 if (terminator->NumInOperands() == 2) { in SimplifyBranch() 208 new_operands.push_back(terminator->GetInOperand(0)); in SimplifyBranch() [all …]
|
/third_party/icu/icu4c/source/tools/toolutil/ |
D | uparse.cpp | 300 const char **terminator, in u_parseCodePointRangeAnyTerminator() argument 325 *terminator=end; in u_parseCodePointRangeAnyTerminator() 344 *terminator=end; in u_parseCodePointRangeAnyTerminator() 352 const char *terminator; in u_parseCodePointRange() local 354 u_parseCodePointRangeAnyTerminator(s, pStart, pEnd, &terminator, pErrorCode); in u_parseCodePointRange() 356 terminator=u_skipWhitespace(terminator); in u_parseCodePointRange() 357 if(*terminator!=';' && *terminator!=0) { in u_parseCodePointRange()
|