reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/AArch64/AArch64ISelLowering.cpp
 5977   if (Constraint.size() == 1) {
 5978     switch (Constraint[0]) {
 6015     PredicateConstraint PC = parsePredicateConstraint(Constraint);
 6023   if (StringRef("{cc}").equals_lower(Constraint))
 6029   Res = TargetLowering::getRegForInlineAsmConstraint(TRI, Constraint, VT);
 6033     unsigned Size = Constraint.size();
 6034     if ((Size == 4 || Size == 5) && Constraint[0] == '{' &&
 6035         tolower(Constraint[1]) == 'v' && Constraint[Size - 1] == '}') {
 6035         tolower(Constraint[1]) == 'v' && Constraint[Size - 1] == '}') {
 6037       bool Failed = Constraint.slice(2, Size - 1).getAsInteger(10, RegNo);