Home
last modified time | relevance | path

Searched defs:isTop (Results 1 – 10 of 10) sorted by relevance

/external/llvm/lib/Target/Hexagon/
DHexagonMachineScheduler.h171 bool isTop() const { in isTop() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonMachineScheduler.h192 bool isTop() const { in isTop() function
DHexagonConstPropagation.cpp150 bool isTop() const { return Kind == Top; } in isTop() function in __anon01dac9570111::LatticeCell
/external/llvm/lib/CodeGen/
DMachineScheduler.cpp2716 static unsigned getWeakLeft(const SUnit *SU, bool isTop) { in getWeakLeft()
2727 static int biasPhysRegCopy(const SUnit *SU, bool isTop) { in biasPhysRegCopy()
3060 void GenericScheduler::reschedulePhysRegCopies(SUnit *SU, bool isTop) { in reschedulePhysRegCopies()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineScheduler.cpp2801 unsigned getWeakLeft(const SUnit *SU, bool isTop) { in getWeakLeft()
2812 int biasPhysRegCopy(const SUnit *SU, bool isTop) { in biasPhysRegCopy()
3139 void GenericScheduler::reschedulePhysRegCopies(SUnit *SU, bool isTop) { in reschedulePhysRegCopies()
/external/deqp/modules/gles2/accuracy/
Des2aTextureFilteringTests.cpp489 bool isTop = face >= 3; in renderFaces() local
/external/deqp/modules/gles3/accuracy/
Des3aTextureFilteringTests.cpp498 bool isTop = face >= 3; in renderFaces() local
/external/llvm/include/llvm/CodeGen/
DMachineScheduler.h664 bool isTop() const { in isTop() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineScheduler.h699 bool isTop() const { in isTop() function
/external/cldr/tools/java/org/unicode/cldr/icu/
DICUResourceWriter.java116 public boolean isTop = false; field in ICUResourceWriter.Resource