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

  /external/llvm/lib/Target/Hexagon/
RDFGraph.cpp 712 const MCPhysReg *ImpR = Op.isDef() ? D.getImplicitDefs()
714 if (!ImpR)
716 while (*ImpR)
717 if (*ImpR++ == Reg)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
RDFGraph.cpp 656 const MCPhysReg *ImpR = Op.isDef() ? D.getImplicitDefs()
658 if (!ImpR)
660 while (*ImpR)
661 if (*ImpR++ == Reg)
    [all...]

Completed in 151 milliseconds