Searched refs:getPRI (Results 1 – 9 of 9) sorted by relevance
| /src/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
|
| /src/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() 873 for (unsigned R = 1, E = getPRI().getTRI().getNumRegs(); R != E; ++R) in build() 884 Insert(TrackedUnits, getPRI().getUnits(RegisterRef(R))); in build() 891 Insert(TrackedUnits, getPRI().getUnits(RegisterRef(R))); in build() 970 BlockRefsMap PhiM(getPRI()); in build() 997 return RegisterRef(getPRI().getRegMaskId(Op.getRegMask()), in makeRegRef() 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() [all …]
|
| H A D | RDFRegisters.cpp | 405 A.getPRI().print(OS, A); in operator <<()
|
| /src/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 | 273 if (!DFG->getPRI().alias(RegisterRef(I.first), DR)) in getAllRealUses()
|
| /src/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86LoadValueInjectionLoadHardening.cpp | 375 if (DFG.getPRI().alias(RegisterRef(I.first), DefReg)) { in getGadgetGraph()
|