HomeSort by relevance Sort by last modified time
    Searched refs:allowsRegister (Results 1 - 18 of 18) sorted by null

  /external/clang/lib/Basic/
TargetInfo.cpp 504 if (Info.earlyClobber() && Info.isReadWrite() && !Info.allowsRegister())
509 return Info.allowsMemory() || Info.allowsRegister();
  /external/clang/lib/Sema/
SemaStmtAsm.cpp 279 if (Info.allowsMemory() && !Info.allowsRegister()) {
285 } else if (Info.requiresImmediateConstant() && !Info.allowsRegister()) {
307 if (Info.allowsRegister()) {
522 OutputConstraintInfos[TiedTo].allowsRegister())