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

  /external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.cpp 203 Bot.init(DAG, SchedModel);
210 delete Bot.HazardRec;
212 Bot.HazardRec = TM.getInstrInfo()->CreateTargetMIHazardRecognizer(Itin, DAG);
215 delete Bot.ResourceModel;
217 Bot.ResourceModel = new VLIWResourceModel(TM, DAG->getSchedModel());
251 Bot.MaxMinLatency = std::max(MinLatency, Bot.MaxMinLatency);
256 Bot.releaseNode(SU, SU->BotReadyCycle);
497 if (Bot.ResourceModel->isResourceAvailable(SU))
583 if (SUnit *SU = Bot.pickOnlyChoice())
    [all...]
HexagonMachineScheduler.h 196 VLIWSchedBoundary Bot;
199 /// SUnit::NodeQueueId: 0 (none), 1 (top), 2 (bot), 3 (both)
208 Bot(BotQID, "BotQ") {}
222 Bot.ResourceModel->getTotalPackets();
  /external/chromium_org/third_party/webrtc/tools/rtcbot/
botmanager.js 23 // TODO(andresp): There should be a way to control which bot was spawned
24 // and what bot instance it gets connected to.
46 console.log('Error: Type ' + botType + ' not supported by rtc-Bot!');
53 var bot = this.createBot_(name, botType, callback);
54 this.bots_.push(bot);
55 this.pendingConnections_.push(bot.onBotConnected.bind(bot));
63 this.app_.use('/bot/api.js',
65 __dirname + '/bot/api.js'));
67 this.app_.use('/bot/', Express.static(__dirname + '/bot'))
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineScheduler.h 556 /// SUnit::NodeQueueId: 0 (none), 1 (top), 2 (bot), 3 (both)
850 SchedBoundary Bot;
856 Bot(SchedBoundary::BotQID, "BotQ") {}
877 Bot.releaseBottomNode(SU);
  /external/llvm/lib/CodeGen/
MachineScheduler.cpp     [all...]

Completed in 64 milliseconds