Home
last modified time | relevance | path

Searched refs:IncMOps (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineScheduler.cpp2149 unsigned IncMOps = SchedModel->getNumMicroOps(SU->getInstr()); in bumpNode() local
2151 (CurrMOps == 0 || (CurrMOps + IncMOps) <= SchedModel->getIssueWidth()) && in bumpNode()
2177 RetiredMOps += IncMOps; in bumpNode()
2181 unsigned DecRemIssue = IncMOps * SchedModel->getMicroOpFactor(); in bumpNode()
2254 CurrMOps += IncMOps; in bumpNode()
/external/llvm/lib/CodeGen/
DMachineScheduler.cpp2078 unsigned IncMOps = SchedModel->getNumMicroOps(SU->getInstr()); in bumpNode() local
2080 (CurrMOps == 0 || (CurrMOps + IncMOps) <= SchedModel->getIssueWidth()) && in bumpNode()
2106 RetiredMOps += IncMOps; in bumpNode()
2110 unsigned DecRemIssue = IncMOps * SchedModel->getMicroOpFactor(); in bumpNode()
2183 CurrMOps += IncMOps; in bumpNode()