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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.cpp 571 static const unsigned PriorityThree = 75;
612 IsAvailableAmt = (PriorityTwo + PriorityThree);
632 IsAvailableAmt = (PriorityTwo + PriorityThree);
710 ResCount += PriorityThree;
719 ResCount += PriorityThree;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
ResourcePriorityQueue.cpp 392 static const unsigned PriorityThree = 15;
462 ResCount += PriorityThree;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
ResourcePriorityQueue.cpp 379 static const unsigned PriorityThree = 15;
449 ResCount += PriorityThree;

Completed in 194 milliseconds