Searched refs:new_branch (Results 1 – 13 of 13) sorted by relevance
/external/skia/tools/ |
D | chrome_release_branch.py | 49 def create_new_branch(new_branch, branch_at): argument 51 b = new_branch[len(REFS_HEADS_PREFIX):] 72 def update_infra_config(old_branch, new_branch): argument 82 '--branch', new_branch[len(REFS_HEADS_PREFIX):], 100 new_branch = '%s%d' % (CHROME_REF_PREFIX, m) 103 new_branch, old_branch)) 104 create_new_branch(new_branch, branch_at) 106 update_infra_config(old_branch, new_branch)
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | workaround1209.cpp | 51 std::unique_ptr<Instruction> new_branch( in RemoveOpUnreachableInLoops() local 55 context()->AnalyzeDefUse(&*new_branch); in RemoveOpUnreachableInLoops() 56 bb->AddInstruction(std::move(new_branch)); in RemoveOpUnreachableInLoops()
|
D | ir_builder.h | 205 std::unique_ptr<Instruction> new_branch(new Instruction( in AddBranch() 208 return AddInstruction(std::move(new_branch)); in AddBranch() 233 std::unique_ptr<Instruction> new_branch(new Instruction( 238 return AddInstruction(std::move(new_branch));
|
D | loop_unroller.cpp | 761 Instruction* new_branch = builder.AddBranch(new_target); in FoldConditionBlock() local 763 new_branch->set_dbg_line_insts(lines); in FoldConditionBlock() 764 new_branch->SetDebugScope(scope); in FoldConditionBlock()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/ |
D | workaround1209.cpp | 51 std::unique_ptr<Instruction> new_branch( in RemoveOpUnreachableInLoops() local 55 context()->AnalyzeDefUse(&*new_branch); in RemoveOpUnreachableInLoops() 56 bb->AddInstruction(std::move(new_branch)); in RemoveOpUnreachableInLoops()
|
D | ir_builder.h | 205 std::unique_ptr<Instruction> new_branch(new Instruction( in AddBranch() 208 return AddInstruction(std::move(new_branch)); in AddBranch() 233 std::unique_ptr<Instruction> new_branch(new Instruction( 238 return AddInstruction(std::move(new_branch));
|
D | loop_unroller.cpp | 761 Instruction* new_branch = builder.AddBranch(new_target); in FoldConditionBlock() local 763 new_branch->set_dbg_line_insts(lines); in FoldConditionBlock() 764 new_branch->SetDebugScope(scope); in FoldConditionBlock()
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | workaround1209.cpp | 51 std::unique_ptr<Instruction> new_branch( in RemoveOpUnreachableInLoops() local 55 context()->AnalyzeDefUse(&*new_branch); in RemoveOpUnreachableInLoops() 56 bb->AddInstruction(std::move(new_branch)); in RemoveOpUnreachableInLoops()
|
D | ir_builder.h | 205 std::unique_ptr<Instruction> new_branch(new Instruction( in AddBranch() 208 return AddInstruction(std::move(new_branch)); in AddBranch() 233 std::unique_ptr<Instruction> new_branch(new Instruction( 238 return AddInstruction(std::move(new_branch));
|
D | loop_unroller.cpp | 761 Instruction* new_branch = builder.AddBranch(new_target); in FoldConditionBlock() local 763 new_branch->set_dbg_line_insts(lines); in FoldConditionBlock() 764 new_branch->SetDebugScope(scope); in FoldConditionBlock()
|
/external/tensorflow/tensorflow/tools/git/ |
D | gen_git_source.py | 265 new_branch = parse_branch_ref(head_symlink) 266 if new_branch != old_branch: 269 (old_branch, new_branch))
|
/external/protobuf/src/google/protobuf/util/ |
D | field_mask_util.cc | 330 bool new_branch = false; in AddPath() local 333 if (!new_branch && node != &root_ && node->children.empty()) { in AddPath() 342 new_branch = true; in AddPath()
|
/external/swiftshader/third_party/subzero/src/DartARM32/ |
D | assembler_arm.cc | 2185 const int32_t new_branch = cond | link | 0x0a000000; in BindARMv6() local 2186 const int32_t encoded = EncodeBranchOffset(dest, new_branch); in BindARMv6() 2259 const int32_t new_branch = cond | link | 0x0a000000; 2260 const int32_t encoded = EncodeBranchOffset(dest, new_branch);
|