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

  /external/llvm/include/llvm/CodeGen/
RegisterClassInfo.h 33 std::unique_ptr<MCPhysReg[]> Order;
39 operator ArrayRef<MCPhysReg>() const {
56 const MCPhysReg *CalleeSaved;
93 ArrayRef<MCPhysReg> getOrder(const TargetRegisterClass *RC) const {
  /external/llvm/include/llvm/MC/
MCRegisterInfo.h 27 typedef uint16_t MCPhysReg;
32 typedef const MCPhysReg* iterator;
33 typedef const MCPhysReg* const_iterator;
162 const MCPhysReg (*RegUnitRoots)[2]; // Pointer to regunit root table.
163 const MCPhysReg *DiffLists; // Pointer to the difflists array
193 const MCPhysReg *List;
202 void init(MCPhysReg InitVal, const MCPhysReg *DiffList) {
212 MCPhysReg D = *List++;
247 const MCPhysReg (*RURoots)[2]
    [all...]

Completed in 305 milliseconds