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

References

tools/clang/lib/Basic/TargetInfo.cpp
  609   if (Info.earlyClobber() && Info.isReadWrite() && !Info.allowsRegister())
  614   return Info.allowsMemory() || Info.allowsRegister();
tools/clang/lib/CodeGen/CGStmt.cpp
 1808       !Info.allowsRegister()) {
 1823   if (Info.allowsRegister() || !Info.allowsMemory()) {
 1854   if (!Info.allowsRegister() && !Info.allowsMemory()) {
 1870   if (Info.allowsRegister() || !Info.allowsMemory())
 2045       if (Info.allowsRegister() && isScalarizableAggregate) {
 2114       if (Info.allowsRegister())
tools/clang/lib/Sema/SemaStmtAsm.cpp
  377     if (Info.allowsMemory() && !Info.allowsRegister()) {
  383     } else if (Info.requiresImmediateConstant() && !Info.allowsRegister()) {
  409     if (Info.allowsRegister()) {
  635         OutputConstraintInfos[TiedTo].allowsRegister())