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

  /external/llvm/include/llvm/CodeGen/
ScheduleDAG.h 49 Anti, ///< A register anti-dependedence (aka WAR).
61 /// Reg - For Data, Anti, and Output dependencies, the associated
100 case Anti:
103 "SDep::Anti and SDep::Output must use a non-zero Reg!");
123 case Anti:
200 /// only valid on Data, Anti, and Output edges. On Data edges, this
203 assert((getKind() == Data || getKind() == Anti || getKind() == Output) &&
209 /// only valid on Data, Anti, and Output edges. On Anti and Outpu
    [all...]
  /external/llvm/lib/CodeGen/
AggressiveAntiDepBreaker.cpp 1 //===----- AggressiveAntiDepBreaker.cpp - Anti-dep breaker ----------------===//
11 // implements register anti-dependence breaking during post-RA
12 // scheduling. It attempts to break all anti-dependencies within a
36 cl::desc("Debug control for aggressive anti-dep breaker"),
40 cl::desc("Debug control for aggressive anti-dep breaker"),
276 /// AntiDepEdges - Return in Edges the anti- and output- dependencies
282 if ((P->getKind() == SDep::Anti) || (P->getKind() == SDep::Output)) {
304 // In the case of a latency tie, prefer an anti-dependency edge over
307 (NextDepth == PredTotalLatency && P->getKind() == SDep::Anti)) {
557 // break the anti-dependence
    [all...]
CriticalAntiDepBreaker.cpp 1 //===----- CriticalAntiDepBreaker.cpp - Anti-dep breaker -------- ---------===//
11 // implements register anti-dependence breaking along a blocks
168 // In the case of a latency tie, prefer an anti-dependency edge over
171 (NextDepth == PredTotalLatency && P->getKind() == SDep::Anti)) {
394 // an anti-dependence with this AntiDepReg, because that would
395 // re-introduce that anti-dependence.
468 // There are three anti-dependencies here, and without special care,
478 // because at each anti-dependence, B is the first register that
479 // isn't A which is free. This re-introduces anti-dependencies
480 // at all but one of the original anti-dependencies that we wer
    [all...]
ScheduleDAG.cpp 312 case SDep::Anti: dbgs() << "anti"; break;
333 case SDep::Anti: dbgs() << "anti"; break;
ScheduleDAGInstrs.cpp 255 // Add register-based dependencies (data, anti, and output).
267 // Optionally add output and anti dependencies. For anti
273 SDep::Kind Kind = MO.isUse() ? SDep::Anti : SDep::Output;
274 unsigned AOLatency = (Kind == SDep::Anti) ? 0 : 1;
  /external/quake/quake/src/WinQuake/
quake-rogue.spec.sh 45 The Anti-Grav Belt. The theory here is simple. It counters the force of

Completed in 733 milliseconds