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

References

tools/clang/lib/Basic/TargetInfo.cpp
  643   const char *Name = Info.ConstraintStr.c_str();
  671         if (Info.hasTiedOperand() && Info.getTiedOperand() != i)
  671         if (Info.hasTiedOperand() && Info.getTiedOperand() != i)
  676         Info.setTiedOperand(i, OutputConstraints[i]);
  677       } else if (!validateAsmConstraint(Name, Info)) {
  691       if (Info.hasTiedOperand() && Info.getTiedOperand() != Index)
  691       if (Info.hasTiedOperand() && Info.getTiedOperand() != Index)
  698       Info.setTiedOperand(Index, OutputConstraints[Index]);
  707       Info.setRequiresImmediate();
  717       if (!validateAsmConstraint(Name, Info))
  721       Info.setAllowsRegister();
  728       Info.setAllowsMemory();
  732       Info.setAllowsRegister();
  733       Info.setAllowsMemory();