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

  /external/llvm/lib/Target/Hexagon/
RDFLiveness.h 37 : DFG(g), TRI(g.getTRI()), MDT(g.getDT()), MDF(g.getDF()),
RDFCopy.cpp 46 const TargetRegisterInfo &TRI = DFG.getTRI();
65 unsigned S = DFG.getTRI().composeSubRegIndices(DefR.Sub, I.SubIdx);
RDFGraph.h 621 const TargetRegisterInfo &getTRI() const {
RDFGraph.cpp 33 auto &TRI = P.G.getTRI();
    [all...]
  /external/llvm/lib/Target/AMDGPU/
SIMachineScheduler.h 452 const TargetRegisterInfo *getTRI() { return TRI; }
SIMachineScheduler.cpp 571 dbgs() << PrintVRegOrUnit(Reg, DAG->getTRI()) << ' ';
575 dbgs() << PrintVRegOrUnit(Reg, DAG->getTRI()) << ' ';
    [all...]

Completed in 74 milliseconds