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

  /external/llvm/lib/Target/Hexagon/
RDFLiveness.h 102 unsigned getPhysReg(RegisterRef RR) const;
RDFLiveness.cpp 758 unsigned Liveness::getPhysReg(RegisterRef RR) const {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
InterferenceCache.h 83 unsigned getPhysReg() const { return PhysReg; }
InterferenceCache.cpp 38 if (E < CacheEntries && Entries[E].getPhysReg() == PhysReg) {
  /external/llvm/lib/CodeGen/
InterferenceCache.h 107 unsigned getPhysReg() const { return PhysReg; }
InterferenceCache.cpp 58 if (E < CacheEntries && Entries[E].getPhysReg() == PhysReg) {

Completed in 709 milliseconds