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

  /external/clang/lib/Sema/
SemaStmtAsm.cpp 149 if (Info.allowsMemory() && !Info.allowsRegister()) {
157 if (Info.allowsRegister()) {
343 OutputConstraintInfos[TiedTo].allowsRegister())
  /external/clang/include/clang/Basic/
TargetInfo.h 488 bool allowsRegister() const { return (Flags & CI_AllowsRegister) != 0; }
  /external/clang/lib/Basic/
TargetInfo.cpp 378 return Info.allowsMemory() || Info.allowsRegister();
  /external/clang/lib/CodeGen/
CGStmt.cpp     [all...]

Completed in 102 milliseconds