Home
last modified time | relevance | path

Searched refs:SuperRegs (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCRegisterInfo.h116 uint32_t SuperRegs; // Super-register set, described above member
589 I.init(Reg.id(), MCRI->DiffLists + MCRI->get(Reg).SuperRegs);
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenRegisters.h228 return SuperRegs; in getSuperRegs()
300 SuperRegList SuperRegs; variable
H A DCodeGenRegisters.cpp578 if (!SubReg.second->SuperRegs.empty() && in computeSuperRegs()
579 SubReg.second->SuperRegs.back() == this) in computeSuperRegs()
581 SubReg.second->SuperRegs.push_back(this); in computeSuperRegs()
2382 const std::vector<const CodeGenRegister *> &SuperRegs = It->second; in inferMatchingSuperRegClass() local
2383 SubSetVec.insert(SubSetVec.end(), SuperRegs.begin(), SuperRegs.end()); in inferMatchingSuperRegClass()