Home
last modified time | relevance | path

Searched refs:Bot (Results 1 – 16 of 16) sorted by relevance

/external/llvm/lib/Target/Hexagon/
DHexagonMachineScheduler.cpp207 Bot.init(DAG, SchedModel); in initialize()
215 delete Bot.HazardRec; in initialize()
217 Bot.HazardRec = TII->CreateTargetMIHazardRecognizer(Itin, DAG); in initialize()
220 delete Bot.ResourceModel; in initialize()
222 Bot.ResourceModel = new VLIWResourceModel(STI, DAG->getSchedModel()); in initialize()
256 Bot.MaxMinLatency = std::max(MinLatency, Bot.MaxMinLatency); in releaseBottomNode()
261 Bot.releaseNode(SU, SU->BotReadyCycle); in releaseBottomNode()
502 if (Bot.ResourceModel->isResourceAvailable(SU)) in SchedulingCost()
588 if (SUnit *SU = Bot.pickOnlyChoice()) { in pickNodeBidrectional()
598 CandResult BotResult = pickNodeFromQueue(Bot.Available, in pickNodeBidrectional()
[all …]
DHexagonMachineScheduler.h195 VLIWSchedBoundary Bot; variable
207 Bot(BotQID, "BotQ") {} in ConvergingVLIWScheduler()
221 Bot.ResourceModel->getTotalPackets(); in ReportPackets()
/external/webrtc/webrtc/tools/rtcbot/
Dbotmanager.js99 Bot = function (name, callback) { class
104 Bot.prototype = {
129 Bot.call(this, name, callback);
139 __proto__: Bot.prototype
145 Bot.call(this, name, callback);
168 __proto__: Bot.prototype
DREADME46 == Supported Bot Types ==
50 * Bot type is specified directly by the test.
/external/llvm/lib/CodeGen/
DMachineScheduler.cpp2544 Bot.init(DAG, SchedModel, &Rem); in initialize()
2556 if (!Bot.HazardRec) { in initialize()
2557 Bot.HazardRec = in initialize()
2662 I = Bot.Available.begin(), E = Bot.Available.end(); I != E; ++I) { in registerRoots()
2940 if (SUnit *SU = Bot.pickOnlyChoice()) { in pickNodeBidirectional()
2953 setPolicy(BotPolicy, /*IsPostRA=*/false, Bot, &Top); in pickNodeBidirectional()
2957 setPolicy(TopPolicy, /*IsPostRA=*/false, Top, &Bot); in pickNodeBidirectional()
2964 pickNodeFromQueue(Bot, BotPolicy, DAG->getBotRPTracker(), BotCand); in pickNodeBidirectional()
2972 pickNodeFromQueue(Bot, BotPolicy, DAG->getBotRPTracker(), TCand); in pickNodeBidirectional()
3019 Bot.Available.empty() && Bot.Pending.empty() && "ReadyQ garbage"); in pickNode()
[all …]
/external/clang/test/CodeGenObjC/
Ddot-syntax-1.m249 Bot##N *ob = [[Bot##N alloc] init]; \
/external/llvm/include/llvm/CodeGen/
DMachineScheduler.h883 SchedBoundary Bot; variable
894 Bot(SchedBoundary::BotQID, "BotQ") {} in GenericScheduler()
922 Bot.releaseBottomNode(SU); in releaseBottomNode()
/external/icu/icu4c/source/data/curr/
Dagq.txt27 "Kpuwlà è Botɨshǔanà",
/external/skqp/site/dev/testing/
Dautomated_testing.md101 [New Bot Request][new bot request].
129 https://bugs.chromium.org/p/skia/issues/entry?template=New+Bot+Request
/external/skia/site/dev/testing/
Dautomated_testing.md101 [New Bot Request][new bot request].
129 https://bugs.chromium.org/p/skia/issues/entry?template=New+Bot+Request
/external/skqp/site/dev/chrome/
Dblink.md33 The Auto Roll Bot performs this roll multiple times per day, and can also be done manually.
/external/skia/site/dev/chrome/
Dblink.md33 The Auto Roll Bot performs this roll multiple times per day, and can also be done manually.
/external/skqp/site/dev/sheriffing/
Dindex.md63 * Ensure that [AutoRoll Bot](https://autoroll.skia.org)'s DEPS rolls land successfully.
/external/skia/site/dev/sheriffing/
Dindex.md63 * Ensure that [AutoRoll Bot](https://autoroll.skia.org)'s DEPS rolls land successfully.
/external/v8/tools/mb/docs/
Ddesign_spec.md42 (initially just in //ios/build/bots). Bot config files are JSON files that
46 'mb_type' field that says whether to use GN or GYP. Bot config files
/external/llvm/docs/
Dindex.rst481 * llvmbb - Bot for the main LLVM buildbot master.