/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonMachineScheduler.h | 187 MaxPath = std::max(MaxPath, isTop() ? SU.getHeight() : SU.getDepth()); in init() 192 bool isTop() const { in isTop() function 213 unsigned PathLength = isTop() ? SU->getHeight() : SU->getDepth(); in isLatencyBound()
|
D | HexagonMachineScheduler.cpp | 376 if (isTop()) in bumpCycle() 394 if (!isTop() && SU->isCall) { in bumpNode() 403 startNewCycle = ResourceModel->reserveResources(SU, isTop()); in bumpNode() 428 unsigned ReadyCycle = isTop() ? SU->TopReadyCycle : SU->BotReadyCycle; in releasePending() 467 return !ResourceModel->isResourceAvailable(*Available.begin(), isTop()) || in pickOnlyChoice() 468 getWeakLeft(*Available.begin(), isTop()) != 0; in pickOnlyChoice() 474 ResourceModel->reserveResources(nullptr, isTop()); in pickOnlyChoice()
|
D | HexagonConstPropagation.cpp | 150 bool isTop() const { return Kind == Top; } in isTop() function in __anon01dac9570111::LatticeCell 201 assert(Top.isTop()); in CellMap() 457 uint32_t Ps = !isTop() ? properties() in convertToProperty() 494 } else if (isTop()) { in print() 514 if (isBottom() || L.isTop()) in meet() 516 if (isTop()) { in meet() 595 assert(!isTop() && "Should not call this for a top cell"); in properties() 2204 assert(!Input.isTop()); in evaluate()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | MachineScheduler.cpp | 1903 unsigned ReadyCycle = (isTop() ? SU->TopReadyCycle : SU->BotReadyCycle); in getLatencyStallCycles() 1918 if (!isTop()) in getNextResourceCycle() 1950 ((isTop() && SchedModel->mustBeginGroup(SU->getInstr())) || in checkHazard() 1951 (!isTop() && SchedModel->mustEndGroup(SU->getInstr())))) { in checkHazard() 1953 << (isTop() ? "begin" : "end") << " group\n"); in checkHazard() 2076 if (isTop()) in bumpCycle() 2139 if (!isTop() && SU->isCall) { in bumpNode() 2154 unsigned ReadyCycle = (isTop() ? SU->TopReadyCycle : SU->BotReadyCycle); in bumpNode() 2217 if (isTop()) { in bumpNode() 2228 unsigned &TopLatency = isTop() ? ExpectedLatency : DependentLatency; in bumpNode() [all …]
|
/external/llvm/lib/CodeGen/ |
D | MachineScheduler.cpp | 1829 unsigned ReadyCycle = (isTop() ? SU->TopReadyCycle : SU->BotReadyCycle); in getLatencyStallCycles() 1844 if (!isTop()) in getNextResourceCycle() 2006 if (isTop()) in bumpCycle() 2068 if (!isTop() && SU->isCall) { in bumpNode() 2083 unsigned ReadyCycle = (isTop() ? SU->TopReadyCycle : SU->BotReadyCycle); in bumpNode() 2145 if (isTop()) { in bumpNode() 2156 unsigned &TopLatency = isTop() ? ExpectedLatency : DependentLatency; in bumpNode() 2157 unsigned &BotLatency = isTop() ? DependentLatency : ExpectedLatency; in bumpNode() 2204 unsigned ReadyCycle = isTop() ? SU->TopReadyCycle : SU->BotReadyCycle; in releasePending() 2504 if (Zone.isTop()) { in tryLatency() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | MachineScheduler.h | 699 bool isTop() const { in isTop() function 720 return isTop() ? SU->getHeight() : SU->getDepth(); in getUnscheduledLatency() 919 unsigned getWeakLeft(const SUnit *SU, bool isTop); 920 int biasPhysRegCopy(const SUnit *SU, bool isTop); 998 void reschedulePhysRegCopies(SUnit *SU, bool isTop);
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonMachineScheduler.cpp | 316 if (isTop()) in bumpCycle() 334 if (!isTop() && SU->isCall) { in bumpNode() 368 unsigned ReadyCycle = isTop() ? SU->TopReadyCycle : SU->BotReadyCycle; in releasePending()
|
D | HexagonMachineScheduler.h | 171 bool isTop() const { in isTop() function
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineScheduler.h | 664 bool isTop() const { in isTop() function 689 return isTop() ? SU->getHeight() : SU->getDepth(); in getUnscheduledLatency() 946 void reschedulePhysRegCopies(SUnit *SU, bool isTop);
|
/external/cldr/tools/java/org/unicode/cldr/icu/ |
D | LDML2ICUBinaryWriter.java | 756 resTop.isTop = true; in writeKeyString() 845 if (!resTop.isTop && resTop.hasKey) { in buildKeyList()
|
D | ICUResourceWriter.java | 116 public boolean isTop = false; field in ICUResourceWriter.Resource 126 isTop = false; in Resource()
|
/external/deqp/modules/gles2/accuracy/ |
D | es2aTextureFilteringTests.cpp | 489 bool isTop = face >= 3; in renderFaces() local 493 int curH = isTop ? (height-curY) : (height / 2); in renderFaces()
|
/external/deqp/modules/gles3/accuracy/ |
D | es3aTextureFilteringTests.cpp | 498 bool isTop = face >= 3; in renderFaces() local 502 int curH = isTop ? (height-curY) : (height / 2); in renderFaces()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | GCNSchedStrategy.cpp | 154 initCandidate(TryCand, SU, Zone.isTop(), RPTracker, SRI, in pickNodeFromQueue()
|