Searched refs:getPRI (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | RDFLiveness.h | 63 : DFG(g), TRI(g.getTRI()), PRI(g.getPRI()), MDT(g.getDT()), 64 MDF(g.getDF()), LiveMap(g.getPRI()), Empty(), NoRegs(g.getPRI()) {}
|
| H A D | RDFGraph.h | 697 const PhysicalRegisterInfo &getPRI() const { return PRI; } in getPRI() function 921 if (G.getPRI().equal_to(RA.Addr->getRegRef(G), RR) && P(NA)) in getNextRef()
|
| H A D | RDFRegisters.h | 214 const PhysicalRegisterInfo &getPRI() const { return PRI; } in getPRI() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | RDFGraph.cpp | 46 P.G.getPRI().print(OS, P.Obj); in operator <<() 745 RegisterAggr LR(getPRI()); in getLandingPadLiveIns() 970 BlockRefsMap PhiM(getPRI()); in build() 1064 for (RegisterId A : getPRI().getAliasSet(RR.Reg)) { in pushClobbers() 1121 for (RegisterId A : getPRI().getAliasSet(RR.Reg)) { in pushDefs() 1169 if (!getPRI().equal_to(TA.Addr->getRegRef(*this), in getNextRelated() 1272 if (getPRI().alias(DR, UR)) in buildStmt() 1397 RegisterAggr Defs(getPRI()); in recordDefsForDF() 1514 RegisterAggr Defs(getPRI()); in linkRefUp() 1553 RegisterSet Defs(getPRI()); in linkStmtRefs() [all …]
|
| H A D | RDFRegisters.cpp | 405 A.getPRI().print(OS, A); in operator <<()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | RDFCopy.cpp | 81 RegisterSet RRs(DFG.getPRI()); in updateMap() 112 EqualityMap EM(std::less<RegisterRef>(DFG.getPRI())); in scanBlock() 171 const PhysicalRegisterInfo &PRI = DFG.getPRI(); in run()
|
| H A D | RDFCopy.h | 29 RDefMap(std::less<RegisterRef>(DFG.getPRI())) {} in CopyPropagation()
|
| H A D | HexagonOptAddrMode.cpp | 271 if (!DFG->getPRI().alias(RegisterRef(I.first), DR)) in getAllRealUses()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86LoadValueInjectionLoadHardening.cpp | 375 if (DFG.getPRI().alias(RegisterRef(I.first), DefReg)) { in getGadgetGraph()
|