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 242 if (Info.allowsMemory() && !Info.allowsRegister()) {
248 } else if (Info.requiresImmediateConstant() && !Info.allowsRegister()) {
269 if (Info.allowsRegister()) {
469 OutputConstraintInfos[TiedTo].allowsRegister())
  /external/clang/lib/Basic/
TargetInfo.cpp 504 if (Info.earlyClobber() && Info.isReadWrite() && !Info.allowsRegister())
509 return Info.allowsMemory() || Info.allowsRegister();
  /external/clang/include/clang/Basic/
TargetInfo.h 556 bool allowsRegister() const { return (Flags & CI_AllowsRegister) != 0; }
  /external/clang/lib/CodeGen/
CGStmt.cpp     [all...]

Completed in 46 milliseconds