Home
last modified time | relevance | path

Searched refs:PhysicalRegisterInfo (Results 1 – 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDRDFRegisters.cpp27 PhysicalRegisterInfo::PhysicalRegisterInfo(const TargetRegisterInfo &tri, in PhysicalRegisterInfo() function in PhysicalRegisterInfo
97 RegisterRef PhysicalRegisterInfo::normalize(RegisterRef RR) const { in normalize()
101 std::set<RegisterId> PhysicalRegisterInfo::getAliasSet(RegisterId Reg) const { in getAliasSet()
131 bool PhysicalRegisterInfo::aliasRR(RegisterRef RA, RegisterRef RB) const { in aliasRR()
162 bool PhysicalRegisterInfo::aliasRM(RegisterRef RR, RegisterRef RM) const { in aliasRM()
197 bool PhysicalRegisterInfo::aliasMM(RegisterRef RM, RegisterRef RN) const { in aliasMM()
225 RegisterRef PhysicalRegisterInfo::mapTo(RegisterRef RR, unsigned R) const { in mapTo()
241 if (PhysicalRegisterInfo::isRegMaskId(RR.Reg)) in hasAliasOf()
254 if (PhysicalRegisterInfo::isRegMaskId(RR.Reg)) { in hasCoverOf()
269 if (PhysicalRegisterInfo::isRegMaskId(RR.Reg)) { in insert()
HDRDFGraph.cpp967 assert(PhysicalRegisterInfo::isRegMaskId(Reg) || in makeRegRef()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDRDFRegisters.h97 struct PhysicalRegisterInfo { struct
98 PhysicalRegisterInfo(const TargetRegisterInfo &tri,
158 RegisterAggr(const PhysicalRegisterInfo &pri) in RegisterAggr() argument
167 const PhysicalRegisterInfo &PRI) { in isCoverOf()
226 const PhysicalRegisterInfo &PRI;
HDRDFLiveness.h38 LiveMapType(const PhysicalRegisterInfo &pri) : Empty(pri) {} in LiveMapType()
102 const PhysicalRegisterInfo &PRI;
HDRDFGraph.h664 const PhysicalRegisterInfo &getPRI() const { return PRI; } in getPRI()
872 const PhysicalRegisterInfo PRI;