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

  /external/llvm/lib/Target/Hexagon/
RDFGraph.cpp 438 if (Code.LastM == 0)
440 return G.addr<NodeBase*>(Code.LastM);
453 Code.LastM = NA.Id;
460 if (Code.LastM == MA.Id)
461 Code.LastM = NA.Id;
471 if (Code.LastM == MA.Id) {
473 Code.FirstM = Code.LastM = 0;
486 // LastM indicator.
487 if (Code.LastM == NA.Id)
488 Code.LastM = MA.Id
    [all...]
RDFGraph.h 60 // |FirstM |LastM |
447 NodeId FirstM, LastM; // Id of the first member and last.
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
RDFGraph.cpp 487 if (Code.LastM == 0)
489 return G.addr<NodeBase*>(Code.LastM);
502 Code.LastM = NA.Id;
509 if (Code.LastM == MA.Id)
510 Code.LastM = NA.Id;
520 if (Code.LastM == MA.Id) {
522 Code.FirstM = Code.LastM = 0;
535 // LastM indicator.
536 if (Code.LastM == NA.Id)
537 Code.LastM = MA.Id
    [all...]
RDFGraph.h 60 // |FirstM |LastM |
487 NodeId FirstM, LastM; // Id of the first member and last.
    [all...]

Completed in 587 milliseconds