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

  /external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.cpp 207 Bot.init(DAG, SchedModel);
215 delete Bot.HazardRec;
217 Bot.HazardRec = TII->CreateTargetMIHazardRecognizer(Itin, DAG);
220 delete Bot.ResourceModel;
222 Bot.ResourceModel = new VLIWResourceModel(STI, DAG->getSchedModel());
256 Bot.MaxMinLatency = std::max(MinLatency, Bot.MaxMinLatency);
261 Bot.releaseNode(SU, SU->BotReadyCycle);
502 if (Bot.ResourceModel->isResourceAvailable(SU))
588 if (SUnit *SU = Bot.pickOnlyChoice())
    [all...]
HexagonMachineScheduler.h 195 VLIWSchedBoundary Bot;
198 /// SUnit::NodeQueueId: 0 (none), 1 (top), 2 (bot), 3 (both)
207 Bot(BotQID, "BotQ") {}
221 Bot.ResourceModel->getTotalPackets();
  /external/webrtc/webrtc/tools/rtcbot/test/
ping_pong.js 9 function testPingPong(test, bot) {
10 test.assert(typeof bot.ping === 'function', 'Bot does not exposes ping.');
12 bot.ping(gotAnswer);
15 test.log('bot > ' + answer);
  /external/webrtc/webrtc/tools/rtcbot/
botmanager.js 24 // TODO(andresp): There should be a way to control which bot was spawned
25 // and what bot instance it gets connected to.
47 console.log('Error: Type ' + botType + ' not supported by rtc-Bot!');
54 var bot = this.createBot_(name, botType, callback);
55 this.bots_.push(bot);
56 this.pendingConnections_.push(bot.onBotConnected.bind(bot));
64 this.app_.use('/bot/api.js',
66 __dirname + '/bot/api.js'));
68 this.app_.use('/bot/', Express.static(__dirname + '/bot'))
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineScheduler.h 573 /// SUnit::NodeQueueId: 0 (none), 1 (top), 2 (bot), 3 (both)
883 SchedBoundary Bot;
887 /// Candidate last picked from Bot boundary.
894 Bot(SchedBoundary::BotQID, "BotQ") {}
922 Bot.releaseBottomNode(SU);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineScheduler.h 588 /// SUnit::NodeQueueId: 0 (none), 1 (top), 2 (bot), 3 (both)
882 Bot(SchedBoundary::BotQID, "BotQ") {}
916 Bot.releaseNode(SU, SU->BotReadyCycle);
929 SchedBoundary Bot;
933 /// Candidate last picked from Bot boundary.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
MachineScheduler.h 593 /// SUnit::NodeQueueId: 0 (none), 1 (top), 2 (bot), 3 (both)
887 Bot(SchedBoundary::BotQID, "BotQ") {}
921 Bot.releaseNode(SU, SU->BotReadyCycle);
934 SchedBoundary Bot;
938 /// Candidate last picked from Bot boundary.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
MachineScheduler.h 593 /// SUnit::NodeQueueId: 0 (none), 1 (top), 2 (bot), 3 (both)
887 Bot(SchedBoundary::BotQID, "BotQ") {}
921 Bot.releaseNode(SU, SU->BotReadyCycle);
934 SchedBoundary Bot;
938 /// Candidate last picked from Bot boundary.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
MachineScheduler.h 614 /// SUnit::NodeQueueId: 0 (none), 1 (top), 2 (bot), 3 (both)
906 Bot(SchedBoundary::BotQID, "BotQ") {}
940 Bot.releaseNode(SU, SU->BotReadyCycle);
953 SchedBoundary Bot;
957 /// Candidate last picked from Bot boundary.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
MachineScheduler.h 614 /// SUnit::NodeQueueId: 0 (none), 1 (top), 2 (bot), 3 (both)
906 Bot(SchedBoundary::BotQID, "BotQ") {}
940 Bot.releaseNode(SU, SU->BotReadyCycle);
953 SchedBoundary Bot;
957 /// Candidate last picked from Bot boundary.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
MachineScheduler.h 614 /// SUnit::NodeQueueId: 0 (none), 1 (top), 2 (bot), 3 (both)
906 Bot(SchedBoundary::BotQID, "BotQ") {}
940 Bot.releaseNode(SU, SU->BotReadyCycle);
953 SchedBoundary Bot;
957 /// Candidate last picked from Bot boundary.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
MachineScheduler.h 614 /// SUnit::NodeQueueId: 0 (none), 1 (top), 2 (bot), 3 (both)
906 Bot(SchedBoundary::BotQID, "BotQ") {}
940 Bot.releaseNode(SU, SU->BotReadyCycle);
953 SchedBoundary Bot;
957 /// Candidate last picked from Bot boundary.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineScheduler.h 588 /// SUnit::NodeQueueId: 0 (none), 1 (top), 2 (bot), 3 (both)
882 Bot(SchedBoundary::BotQID, "BotQ") {}
916 Bot.releaseNode(SU, SU->BotReadyCycle);
929 SchedBoundary Bot;
933 /// Candidate last picked from Bot boundary.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
MachineScheduler.h 593 /// SUnit::NodeQueueId: 0 (none), 1 (top), 2 (bot), 3 (both)
887 Bot(SchedBoundary::BotQID, "BotQ") {}
921 Bot.releaseNode(SU, SU->BotReadyCycle);
934 SchedBoundary Bot;
938 /// Candidate last picked from Bot boundary.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
MachineScheduler.h 593 /// SUnit::NodeQueueId: 0 (none), 1 (top), 2 (bot), 3 (both)
887 Bot(SchedBoundary::BotQID, "BotQ") {}
921 Bot.releaseNode(SU, SU->BotReadyCycle);
934 SchedBoundary Bot;
938 /// Candidate last picked from Bot boundary.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
MachineScheduler.h 614 /// SUnit::NodeQueueId: 0 (none), 1 (top), 2 (bot), 3 (both)
906 Bot(SchedBoundary::BotQID, "BotQ") {}
940 Bot.releaseNode(SU, SU->BotReadyCycle);
953 SchedBoundary Bot;
957 /// Candidate last picked from Bot boundary.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
MachineScheduler.h 614 /// SUnit::NodeQueueId: 0 (none), 1 (top), 2 (bot), 3 (both)
906 Bot(SchedBoundary::BotQID, "BotQ") {}
940 Bot.releaseNode(SU, SU->BotReadyCycle);
953 SchedBoundary Bot;
957 /// Candidate last picked from Bot boundary.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
MachineScheduler.h 614 /// SUnit::NodeQueueId: 0 (none), 1 (top), 2 (bot), 3 (both)
906 Bot(SchedBoundary::BotQID, "BotQ") {}
940 Bot.releaseNode(SU, SU->BotReadyCycle);
953 SchedBoundary Bot;
957 /// Candidate last picked from Bot boundary.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
MachineScheduler.h 614 /// SUnit::NodeQueueId: 0 (none), 1 (top), 2 (bot), 3 (both)
906 Bot(SchedBoundary::BotQID, "BotQ") {}
940 Bot.releaseNode(SU, SU->BotReadyCycle);
953 SchedBoundary Bot;
957 /// Candidate last picked from Bot boundary.
    [all...]
  /external/llvm/lib/CodeGen/
MachineScheduler.cpp     [all...]

Completed in 485 milliseconds