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 34 OwningArrayPtr<MCPhysReg> Order;
40 operator ArrayRef<MCPhysReg>() const {
92 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;
160 const MCPhysReg *DiffLists; // Pointer to the difflists array
185 const MCPhysReg *List;
194 void init(MCPhysReg InitVal, const MCPhysReg *DiffList) {
204 MCPhysReg D = *List++;
240 const MCPhysReg *DL,

Completed in 135 milliseconds