Searched refs:printRegMIR (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MIRPrinter.cpp | 126 static void printRegMIR(Register Reg, yaml::StringValue &Dest, in printRegMIR() function 310 printRegMIR(PreferredReg, VReg.PreferredRegister, TRI); in convertMRI() 318 printRegMIR(LI.first, LiveIn.Register, TRI); in convertMRI() 320 printRegMIR(LI.second, LiveIn.VirtualRegister, TRI); in convertMRI() 330 printRegMIR(*I, Reg, TRI); in convertMRI() 377 printRegMIR(EntryValReg, Obj.EntryValueRegister, TRI); in convertEntryValueObjects() 469 printRegMIR(CSInfo.getReg(), Reg, TRI); in convertStackObjects() 543 printRegMIR(ArgReg.Reg, YmlArgReg.Reg, TRI); in convertCallSiteObjects()
|