/external/deqp-deps/SPIRV-Tools/test/fuzz/ |
D | fuzzer_pass_outline_functions_test.cpp | 141 ASSERT_TRUE(suitable_entry_block->GetLabel()->result_id() == 28); in TEST() 148 ASSERT_TRUE(suitable_entry_block->GetLabel()->result_id() == 32); in TEST() 155 ASSERT_TRUE(suitable_entry_block->GetLabel()->result_id() == 41); in TEST() 186 ASSERT_TRUE(suitable_entry_block->GetLabel()->result_id() == 100); in TEST() 310 ASSERT_TRUE(suitable_entry_block->GetLabel()->result_id() == 100); in TEST() 319 ASSERT_TRUE(suitable_entry_block->GetLabel()->result_id() == 101); in TEST() 328 ASSERT_TRUE(suitable_entry_block->GetLabel()->result_id() == 22); in TEST() 338 ASSERT_TRUE(suitable_entry_block->GetLabel()->result_id() == 104); in TEST() 473 ASSERT_TRUE(suitable_exit_block->GetLabel()->result_id() == 39); in TEST() 481 ASSERT_TRUE(suitable_exit_block->GetLabel()->result_id() == 100); in TEST() [all …]
|
/external/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
D | fuzzer_pass_outline_functions_test.cpp | 141 ASSERT_TRUE(suitable_entry_block->GetLabel()->result_id() == 28); in TEST() 148 ASSERT_TRUE(suitable_entry_block->GetLabel()->result_id() == 32); in TEST() 155 ASSERT_TRUE(suitable_entry_block->GetLabel()->result_id() == 41); in TEST() 186 ASSERT_TRUE(suitable_entry_block->GetLabel()->result_id() == 100); in TEST() 310 ASSERT_TRUE(suitable_entry_block->GetLabel()->result_id() == 100); in TEST() 319 ASSERT_TRUE(suitable_entry_block->GetLabel()->result_id() == 101); in TEST() 328 ASSERT_TRUE(suitable_entry_block->GetLabel()->result_id() == 22); in TEST() 338 ASSERT_TRUE(suitable_entry_block->GetLabel()->result_id() == 104); in TEST() 473 ASSERT_TRUE(suitable_exit_block->GetLabel()->result_id() == 39); in TEST() 481 ASSERT_TRUE(suitable_exit_block->GetLabel()->result_id() == 100); in TEST() [all …]
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/fuzz/ |
D | fuzzer_pass_outline_functions_test.cpp | 141 ASSERT_TRUE(suitable_entry_block->GetLabel()->result_id() == 28); in TEST() 148 ASSERT_TRUE(suitable_entry_block->GetLabel()->result_id() == 32); in TEST() 155 ASSERT_TRUE(suitable_entry_block->GetLabel()->result_id() == 41); in TEST() 186 ASSERT_TRUE(suitable_entry_block->GetLabel()->result_id() == 100); in TEST() 310 ASSERT_TRUE(suitable_entry_block->GetLabel()->result_id() == 100); in TEST() 319 ASSERT_TRUE(suitable_entry_block->GetLabel()->result_id() == 101); in TEST() 328 ASSERT_TRUE(suitable_entry_block->GetLabel()->result_id() == 22); in TEST() 338 ASSERT_TRUE(suitable_entry_block->GetLabel()->result_id() == 104); in TEST() 473 ASSERT_TRUE(suitable_exit_block->GetLabel()->result_id() == 39); in TEST() 481 ASSERT_TRUE(suitable_exit_block->GetLabel()->result_id() == 100); in TEST() [all …]
|
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | fuzzer_pass_outline_functions.cpp | 123 GetIRContext()->cfg()->preds(entry_block->GetLabel()->result_id()); in MaybeGetEntryBlockSuitableForOutlining() 134 GetOrCreateSimpleLoopPreheader(entry_block->GetLabel()->result_id()); in MaybeGetEntryBlockSuitableForOutlining()
|
D | transformation_inline_function.cpp | 186 cloned_block->GetLabel()->SetResultId(result_id_map.at(cloned_block->id())); in Apply()
|
/external/deqp-deps/SPIRV-Tools/source/fuzz/ |
D | fuzzer_pass_outline_functions.cpp | 123 GetIRContext()->cfg()->preds(entry_block->GetLabel()->result_id()); in MaybeGetEntryBlockSuitableForOutlining() 134 GetOrCreateSimpleLoopPreheader(entry_block->GetLabel()->result_id()); in MaybeGetEntryBlockSuitableForOutlining()
|
D | transformation_inline_function.cpp | 186 cloned_block->GetLabel()->SetResultId(result_id_map.at(cloned_block->id())); in Apply()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/ |
D | fuzzer_pass_outline_functions.cpp | 121 GetIRContext()->cfg()->preds(entry_block->GetLabel()->result_id()); in MaybeGetEntryBlockSuitableForOutlining() 132 GetOrCreateSimpleLoopPreheader(entry_block->GetLabel()->result_id()); in MaybeGetEntryBlockSuitableForOutlining()
|
D | transformation_inline_function.cpp | 186 cloned_block->GetLabel()->SetResultId(result_id_map.at(cloned_block->id())); in Apply()
|
D | transformation_flatten_conditional_branch.cpp | 733 ->GetLabel() in EncloseInstructionInConditional() 736 ->GetLabel() in EncloseInstructionInConditional()
|
/external/pdfium/core/fpdfdoc/ |
D | cpdf_pagelabel.h | 20 Optional<WideString> GetLabel(int nPage) const;
|
D | cpdf_pagelabel.cpp | 81 Optional<WideString> CPDF_PageLabel::GetLabel(int nPage) const { in GetLabel() function in CPDF_PageLabel
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | function.cpp | 231 blocks_.front()->GetLabel()->context()->GetPostDominatorAnalysis(this); in HasEarlyReturn() 242 IRContext* ctx = blocks_.front()->GetLabel()->context(); in IsRecursive()
|
D | basic_block.h | 75 std::unique_ptr<Instruction>& GetLabel() { return label_; } in GetLabel() function
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | function.cpp | 231 blocks_.front()->GetLabel()->context()->GetPostDominatorAnalysis(this); in HasEarlyReturn() 242 IRContext* ctx = blocks_.front()->GetLabel()->context(); in IsRecursive()
|
D | basic_block.h | 75 std::unique_ptr<Instruction>& GetLabel() { return label_; } in GetLabel() function
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/ |
D | function.cpp | 231 blocks_.front()->GetLabel()->context()->GetPostDominatorAnalysis(this); in HasEarlyReturn() 242 IRContext* ctx = blocks_.front()->GetLabel()->context(); in IsRecursive()
|
D | basic_block.h | 75 std::unique_ptr<Instruction>& GetLabel() { return label_; } in GetLabel() function
|
/external/angle/src/tests/ |
D | capture_replay_tests.py | 465 def GetLabel(self): member in Test 470 label = self.GetLabel() + "_capture" 653 if test.GetLabel() == label: 666 label = test.GetLabel() 689 include_header_template.format(header_file_path=test.GetLabel() + TRACE_FILE_SUFFIX + 700 test_trace_info_init_template.format(namespace=tests[i].GetLabel())
|
/external/llvm-project/flang/lib/Semantics/ |
D | resolve-labels.cpp | 834 LabeledStatementInfoTuplePOD GetLabel( in GetLabel() function 850 auto branchTarget{GetLabel(labels, label)}; in CheckBranchesIntoDoBody() 904 auto doTarget{GetLabel(labels, label)}; in CheckLabelDoConstraints() 958 auto target{GetLabel(labels, label)}; in CheckScopeConstraints() 981 auto branchTarget{GetLabel(labels, label)}; in CheckBranchTargetConstraints() 1020 auto ioTarget{GetLabel(labels, label)}; in CheckDataXferTargetConstraints() 1047 auto target{GetLabel(labels, label)}; in CheckAssignTargetConstraints()
|
/external/golang-protobuf/ |
D | README.md | 206 if test.GetLabel() != newTest.GetLabel() { 207 log.Fatalf("data mismatch %q != %q", test.GetLabel(), newTest.GetLabel())
|
/external/deqp-deps/SPIRV-Tools/source/reduce/ |
D | structured_loop_to_selection_reduction_opportunity.cpp | 30 return loop_construct_header_->GetLabel() in PreconditionHolds()
|
/external/sonivox/jet_tools/JetCreator/ |
D | JetPreview.py | 89 if button.GetLabel() == JetDefs.BUT_MUTE:
|
/external/swiftshader/third_party/SPIRV-Tools/source/reduce/ |
D | structured_loop_to_selection_reduction_opportunity.cpp | 30 return loop_construct_header_->GetLabel() in PreconditionHolds()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/reduce/ |
D | structured_loop_to_selection_reduction_opportunity.cpp | 30 return loop_construct_header_->GetLabel()->context()->IsReachable( in PreconditionHolds()
|