Searched refs:parseRegisterNumber (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.cpp | 1246 parseRegisterNumber(StringRef Constraint, const TargetRegisterClass *RC, in parseRegisterNumber() function 1319 return parseRegisterNumber(Constraint, &SystemZ::GR32BitRegClass, in getRegForInlineAsmConstraint() 1322 return parseRegisterNumber(Constraint, &SystemZ::GR128BitRegClass, in getRegForInlineAsmConstraint() 1324 return parseRegisterNumber(Constraint, &SystemZ::GR64BitRegClass, in getRegForInlineAsmConstraint() 1332 return parseRegisterNumber(Constraint, &SystemZ::FP32BitRegClass, in getRegForInlineAsmConstraint() 1335 return parseRegisterNumber(Constraint, &SystemZ::FP128BitRegClass, in getRegForInlineAsmConstraint() 1337 return parseRegisterNumber(Constraint, &SystemZ::FP64BitRegClass, in getRegForInlineAsmConstraint() 1345 return parseRegisterNumber(Constraint, &SystemZ::VR32BitRegClass, in getRegForInlineAsmConstraint() 1348 return parseRegisterNumber(Constraint, &SystemZ::VR64BitRegClass, in getRegForInlineAsmConstraint() 1350 return parseRegisterNumber(Constraint, &SystemZ::VR128BitRegClass, in getRegForInlineAsmConstraint()
|