Searched defs:MCPhysReg (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DRegisterClassInfo.h34 OwningArrayPtr<MCPhysReg> Order;
40 operator ArrayRef<MCPhysReg>() const {
94 ArrayRef<MCPhysReg> getOrder(const TargetRegisterClass *RC) const {
/external/llvm/include/llvm/MC/
H A DMCRegisterInfo.h27 typedef uint16_t MCPhysReg; typedef in namespace:llvm
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 86 milliseconds