HomeSort by relevance Sort by last modified time
    Searched refs:IterationState (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/subzero/src/
IceRegAlloc.h 56 class IterationState {
57 IterationState(const IterationState &) = delete;
58 IterationState operator=(const IterationState &) = delete;
61 IterationState() = default;
96 void addSpillFill(IterationState &Iter);
101 void findRegisterPreference(IterationState &Iter);
102 void filterFreeWithInactiveRanges(IterationState &Iter);
103 void filterFreeWithPrecoloredRanges(IterationState &Iter)
    [all...]
IceRegAlloc.cpp 386 void LinearScan::addSpillFill(IterationState &Iter) {
510 void LinearScan::findRegisterPreference(IterationState &Iter) {
567 void LinearScan::filterFreeWithInactiveRanges(IterationState &Iter) {
594 void LinearScan::filterFreeWithPrecoloredRanges(IterationState &Iter) {
636 void LinearScan::allocatePreferredRegister(IterationState &Iter) {
647 void LinearScan::allocateFreeRegister(IterationState &Iter, bool Filtered) {
663 void LinearScan::handleNoFreeRegisters(IterationState &Iter) {
    [all...]
  /external/tensorflow/tensorflow/core/common_runtime/
executor.cc 877 struct IterationState {
878 explicit IterationState(const PendingCounts* pending_counts,
    [all...]

Completed in 180 milliseconds