Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1157 parseRegisterNumber(StringRef Constraint, const TargetRegisterClass *RC, in parseRegisterNumber() function
1222 return parseRegisterNumber(Constraint, &SystemZ::GR32BitRegClass, in getRegForInlineAsmConstraint()
1225 return parseRegisterNumber(Constraint, &SystemZ::GR128BitRegClass, in getRegForInlineAsmConstraint()
1227 return parseRegisterNumber(Constraint, &SystemZ::GR64BitRegClass, in getRegForInlineAsmConstraint()
1235 return parseRegisterNumber(Constraint, &SystemZ::FP32BitRegClass, in getRegForInlineAsmConstraint()
1238 return parseRegisterNumber(Constraint, &SystemZ::FP128BitRegClass, in getRegForInlineAsmConstraint()
1240 return parseRegisterNumber(Constraint, &SystemZ::FP64BitRegClass, in getRegForInlineAsmConstraint()
1248 return parseRegisterNumber(Constraint, &SystemZ::VR32BitRegClass, in getRegForInlineAsmConstraint()
1251 return parseRegisterNumber(Constraint, &SystemZ::VR64BitRegClass, in getRegForInlineAsmConstraint()
1253 return parseRegisterNumber(Constraint, &SystemZ::VR128BitRegClass, in getRegForInlineAsmConstraint()