Home | History | Annotate | Download | only in src

Lines Matching full:getregname

379                             std::string Name = RegARM32::getRegName(RegNum);
1187 const char *TargetARM32::getRegName(RegNumT RegNum, Type Ty) const {
1189 return RegARM32::getRegName(RegNum);
1237 Str << getRegName(Var->getRegNum(), Var->getType());
1252 Str << "[" << getRegName(BaseRegNum, VarTy);