Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetRegisterInfo.cpp97 StringRef Name = MRI ? MRI->getVRegName(Reg) : ""; in printReg()
DMIRPrinter.cpp296 if (RegInfo.getVRegName(Reg) != "") in convert()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineRegisterInfo.h428 StringRef getVRegName(unsigned Reg) const { in getVRegName() function