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

/external/llvm/include/llvm/CodeGen/
H A DRegisterClassInfo.h33 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/
H A DMCRegisterInfo.h27 typedef uint16_t MCPhysReg; typedef in namespace:llvm
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
190 const MCPhysReg *List;
199 void init(MCPhysReg InitVal, const MCPhysReg *DiffList) {
209 MCPhysReg D = *List++;
242 const MCPhysReg (*RURoot
[all...]

Completed in 122 milliseconds