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

  /external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.cpp 399 SUnit *ConvergingVLIWScheduler::VLIWSchedBoundary::pickOnlyChoice() {
588 if (SUnit *SU = Bot.pickOnlyChoice()) {
592 if (SUnit *SU = Top.pickOnlyChoice()) {
651 SU = Top.pickOnlyChoice();
662 SU = Bot.pickOnlyChoice();
HexagonMachineScheduler.h 187 SUnit *pickOnlyChoice();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
GCNSchedStrategy.cpp 173 if (SUnit *SU = Bot.pickOnlyChoice()) {
177 if (SUnit *SU = Top.pickOnlyChoice()) {
260 SU = Top.pickOnlyChoice();
270 SU = Bot.pickOnlyChoice();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.h 208 SUnit *pickOnlyChoice();
HexagonMachineScheduler.cpp 459 SUnit *ConvergingVLIWScheduler::VLIWSchedBoundary::pickOnlyChoice() {
882 if (SUnit *SU = Bot.pickOnlyChoice()) {
887 if (SUnit *SU = Top.pickOnlyChoice()) {
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineScheduler.h 750 SUnit *pickOnlyChoice();
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
MachineScheduler.h 777 SUnit *pickOnlyChoice();
    [all...]
  /external/llvm/lib/CodeGen/
MachineScheduler.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
MachineScheduler.cpp     [all...]

Completed in 1731 milliseconds