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 {
94 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;
163 const MCPhysReg *DiffLists; // Pointer to the difflists array
190 const MCPhysReg *List;
199 void init(MCPhysReg InitVal, const MCPhysReg *DiffList) {
209 MCPhysReg D = *List++;
244 const MCPhysReg *DL,

Completed in 64 milliseconds