HomeSort by: relevance | last modified time | path
    Searched defs:Dec (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMLowOverheadLoops.cpp 372 MachineInstr *Dec = nullptr;
433 return Start && Dec && End;
458 if (Dec) dbgs() << "ARM Loops: Found Loop Dec: " << *Dec;
467 else if (!(Start && Dec && End))
1241 LoLoop.Dec = &MI;
1245 LoLoop.End = LoLoop.Dec = &MI;
1272 // happen when the Dec and End are separate, not a single t2LoopEndDec.
1274 if (LoLoop.Dec != LoLoop.End)
    [all...]
ARMISelDAGToDAG.cpp 193 /// Indexed (pre/post inc/dec) load matching code for ARM.
3882 SDNode *Dec =
3885 ReplaceUses(N, Dec);

Completed in 65 milliseconds