Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp1087 parseRegisterNumber(StringRef Constraint, const TargetRegisterClass *RC, in parseRegisterNumber() function
1150 return parseRegisterNumber(Constraint, &SystemZ::GR32BitRegClass, in getRegForInlineAsmConstraint()
1153 return parseRegisterNumber(Constraint, &SystemZ::GR128BitRegClass, in getRegForInlineAsmConstraint()
1155 return parseRegisterNumber(Constraint, &SystemZ::GR64BitRegClass, in getRegForInlineAsmConstraint()
1160 return parseRegisterNumber(Constraint, &SystemZ::FP32BitRegClass, in getRegForInlineAsmConstraint()
1163 return parseRegisterNumber(Constraint, &SystemZ::FP128BitRegClass, in getRegForInlineAsmConstraint()
1165 return parseRegisterNumber(Constraint, &SystemZ::FP64BitRegClass, in getRegForInlineAsmConstraint()
1170 return parseRegisterNumber(Constraint, &SystemZ::VR32BitRegClass, in getRegForInlineAsmConstraint()
1173 return parseRegisterNumber(Constraint, &SystemZ::VR64BitRegClass, in getRegForInlineAsmConstraint()
1175 return parseRegisterNumber(Constraint, &SystemZ::VR128BitRegClass, in getRegForInlineAsmConstraint()