Home
last modified time | relevance | path

Searched refs:Colocate (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachinePipeliner.h323 unsigned Colocate = 0; variable
359 void setColocate(unsigned c) { Colocate = c; }; in setColocate()
387 Colocate = 0; in clear()
399 if (Colocate != 0 && RHS.Colocate != 0 && Colocate != RHS.Colocate)
400 return Colocate < RHS.Colocate;
/external/llvm-project/llvm/include/llvm/CodeGen/
DMachinePipeliner.h317 unsigned Colocate = 0; variable
365 void setColocate(unsigned c) { Colocate = c; }; in setColocate()
393 Colocate = 0; in clear()
405 if (Colocate != 0 && RHS.Colocate != 0 && Colocate != RHS.Colocate)
406 return Colocate < RHS.Colocate;
/external/tensorflow/tensorflow/cc/framework/
Dscope_internal.h62 enum class Colocate; member
79 Impl(const Scope& other, Tags::Colocate, const Operation& colocate_with_op,
Dscope.cc213 Scope::Impl::Impl(const Scope& other, Tags::Colocate, in Impl() argument
462 return Scope(new Impl(*this, Impl::Tags::Colocate(), op, in ColocateWith()
467 return Scope(new Impl(*this, Impl::Tags::Colocate(), Operation(), in ClearColocation()
/external/llvm/lib/CodeGen/
DMachinePipeliner.cpp426 unsigned Colocate = 0; member in __anon5f28c6f30111::NodeSet
456 void setColocate(unsigned c) { Colocate = c; }; in setColocate()
480 Colocate = 0; in clear()
492 if (Colocate != 0 && RHS.Colocate != 0 && Colocate != RHS.Colocate) in operator >()
493 return Colocate < RHS.Colocate; in operator >()
513 << " depth " << MaxDepth << " col " << Colocate << "\n"; in print()
1774 unsigned Colocate = 0; in colocateNodeSets() local
1788 N1.setColocate(++Colocate); in colocateNodeSets()
1789 N2.setColocate(Colocate); in colocateNodeSets()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachinePipeliner.cpp1630 unsigned Colocate = 0; in colocateNodeSets() local
1644 N1.setColocate(++Colocate); in colocateNodeSets()
1645 N2.setColocate(Colocate); in colocateNodeSets()
2863 << " depth " << MaxDepth << " col " << Colocate << "\n"; in print()
/external/llvm-project/llvm/lib/CodeGen/
DMachinePipeliner.cpp1714 unsigned Colocate = 0; in colocateNodeSets() local
1728 N1.setColocate(++Colocate); in colocateNodeSets()
1729 N2.setColocate(Colocate); in colocateNodeSets()
2965 << " depth " << MaxDepth << " col " << Colocate << "\n"; in print()