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

  /external/llvm/lib/Target/AMDGPU/
SIMachineScheduler.cpp 630 unsigned DAGSize = DAG->SUnits.size();
632 for (unsigned i = 0, e = DAGSize; i != e; ++i) {
641 unsigned DAGSize = DAG->SUnits.size();
648 for (unsigned i = 0, e = DAGSize; i != e; ++i) {
664 for (unsigned i = 0, e = DAGSize; i != e; ++i) {
698 unsigned DAGSize = DAG->SUnits.size();
704 CurrentTopDownReservedDependencyColoring.resize(DAGSize, 0);
705 CurrentBottomUpReservedDependencyColoring.resize(DAGSize, 0);
723 if (PredDep.isWeak() || Pred->NodeNum >= DAGSize)
732 if (SUColors.size() == 1 && *SUColors.begin() > DAGSize)
    [all...]
  /external/llvm/lib/CodeGen/
ScheduleDAG.cpp 460 unsigned DAGSize = SUnits.size();
462 WorkList.reserve(DAGSize);
464 Index2Node.resize(DAGSize);
465 Node2Index.resize(DAGSize);
470 for (unsigned i = 0, e = DAGSize; i != e; ++i) {
485 int Id = DAGSize;
489 if (SU->NodeNum < DAGSize)
494 if (SU->NodeNum < DAGSize && !--Node2Index[SU->NodeNum])
501 Visited.resize(DAGSize);
505 for (unsigned i = 0, e = DAGSize; i != e; ++i)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ScheduleDAG.cpp 435 unsigned DAGSize = SUnits.size();
437 WorkList.reserve(DAGSize);
439 Index2Node.resize(DAGSize);
440 Node2Index.resize(DAGSize);
443 for (unsigned i = 0, e = DAGSize; i != e; ++i) {
458 int Id = DAGSize;
473 Visited.resize(DAGSize);
477 for (unsigned i = 0, e = DAGSize; i != e; ++i) {
  /external/llvm/include/llvm/CodeGen/
SelectionDAGISel.h 183 /// DAGSize - Size of DAG being instruction selected.
185 unsigned DAGSize;
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
SelectionDAGISel.h 169 /// DAGSize - Size of DAG being instruction selected.
171 unsigned DAGSize;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAGISel.h 193 /// DAGSize - Size of DAG being instruction selected.
195 unsigned DAGSize;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
SelectionDAGISel.h 193 /// DAGSize - Size of DAG being instruction selected.
195 unsigned DAGSize;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
SelectionDAGISel.h 193 /// DAGSize - Size of DAG being instruction selected.
195 unsigned DAGSize;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
SelectionDAGISel.h 193 /// DAGSize - Size of DAG being instruction selected.
195 unsigned DAGSize;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
SelectionDAGISel.h 193 /// DAGSize - Size of DAG being instruction selected.
195 unsigned DAGSize;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
SelectionDAGISel.h 193 /// DAGSize - Size of DAG being instruction selected.
195 unsigned DAGSize;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
SelectionDAGISel.h 193 /// DAGSize - Size of DAG being instruction selected.
195 unsigned DAGSize;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAGISel.h 193 /// DAGSize - Size of DAG being instruction selected.
195 unsigned DAGSize;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
SelectionDAGISel.h 193 /// DAGSize - Size of DAG being instruction selected.
195 unsigned DAGSize;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
SelectionDAGISel.h 193 /// DAGSize - Size of DAG being instruction selected.
195 unsigned DAGSize;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
SelectionDAGISel.h 193 /// DAGSize - Size of DAG being instruction selected.
195 unsigned DAGSize;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
SelectionDAGISel.h 193 /// DAGSize - Size of DAG being instruction selected.
195 unsigned DAGSize;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
SelectionDAGISel.h 193 /// DAGSize - Size of DAG being instruction selected.
195 unsigned DAGSize;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
SelectionDAGISel.h 193 /// DAGSize - Size of DAG being instruction selected.
195 unsigned DAGSize;
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGFast.cpp 727 unsigned DAGSize = 0;
746 ++DAGSize;
766 Sequence.reserve(DAGSize);
SelectionDAG.cpp     [all...]
SelectionDAGISel.cpp 362 DAGSize(0) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 199 DAGSize(0) {
635 // Number all nodes with a topological order and set DAGSize.
636 DAGSize = CurDAG->AssignTopologicalOrder();
    [all...]
SelectionDAG.cpp     [all...]

Completed in 376 milliseconds