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

  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineRegisterInfo.h 50 /// PhysRegUseDefLists - This is an array of the head of the use/def list for
52 MachineOperand **PhysRegUseDefLists;
181 return PhysRegUseDefLists[RegNo];
187 return PhysRegUseDefLists[RegNo];
  /external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 73 /// PhysRegUseDefLists - This is an array of the head of the use/def list for
75 std::unique_ptr<MachineOperand *[]> PhysRegUseDefLists;
82 return PhysRegUseDefLists[RegNo];
88 return PhysRegUseDefLists[RegNo];
    [all...]

Completed in 63 milliseconds