Searched refs:parseRegisterNumber (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.cpp | 855 parseRegisterNumber(StringRef Constraint, const TargetRegisterClass *RC, in parseRegisterNumber() function 918 return parseRegisterNumber(Constraint, &SystemZ::GR32BitRegClass, in getRegForInlineAsmConstraint() 921 return parseRegisterNumber(Constraint, &SystemZ::GR128BitRegClass, in getRegForInlineAsmConstraint() 923 return parseRegisterNumber(Constraint, &SystemZ::GR64BitRegClass, in getRegForInlineAsmConstraint() 928 return parseRegisterNumber(Constraint, &SystemZ::FP32BitRegClass, in getRegForInlineAsmConstraint() 931 return parseRegisterNumber(Constraint, &SystemZ::FP128BitRegClass, in getRegForInlineAsmConstraint() 933 return parseRegisterNumber(Constraint, &SystemZ::FP64BitRegClass, in getRegForInlineAsmConstraint() 938 return parseRegisterNumber(Constraint, &SystemZ::VR32BitRegClass, in getRegForInlineAsmConstraint() 941 return parseRegisterNumber(Constraint, &SystemZ::VR64BitRegClass, in getRegForInlineAsmConstraint() 943 return parseRegisterNumber(Constraint, &SystemZ::VR128BitRegClass, in getRegForInlineAsmConstraint()
|