Home
last modified time | relevance | path

Searched refs:new_branch (Results 1 – 8 of 8) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/opt/
Dworkaround1209.cpp51 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()
Dir_builder.h171 std::unique_ptr<Instruction> new_branch(new Instruction( in AddBranch()
174 return AddInstruction(std::move(new_branch)); in AddBranch()
199 std::unique_ptr<Instruction> new_branch(new Instruction(
204 return AddInstruction(std::move(new_branch));
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dworkaround1209.cpp51 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()
Dir_builder.h171 std::unique_ptr<Instruction> new_branch(new Instruction( in AddBranch()
174 return AddInstruction(std::move(new_branch)); in AddBranch()
199 std::unique_ptr<Instruction> new_branch(new Instruction(
204 return AddInstruction(std::move(new_branch));
/external/tensorflow/tensorflow/tools/git/
Dgen_git_source.py259 new_branch = parse_branch_ref(head_symlink)
260 if new_branch != old_branch:
263 (old_branch, new_branch))
/external/protobuf/src/google/protobuf/util/
Dfield_mask_util.cc277 bool new_branch = false; in AddPath() local
280 if (!new_branch && node != &root_ && node->children.empty()) { in AddPath()
289 new_branch = true; in AddPath()
/external/toolchain-utils/
Dremote_gcc_build.py279 new_branch = out.splitlines()[0]
280 return new_branch
/external/swiftshader/third_party/subzero/src/DartARM32/
Dassembler_arm.cc2335 const int32_t new_branch = cond | link | 0x0a000000; in BindARMv6() local
2336 const int32_t encoded = EncodeBranchOffset(dest, new_branch); in BindARMv6()
2409 const int32_t new_branch = cond | link | 0x0a000000;
2410 const int32_t encoded = EncodeBranchOffset(dest, new_branch);