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

  /external/clang/lib/Basic/
TargetInfo.cpp 495 if (Info.earlyClobber() && Info.isReadWrite() && !Info.allowsRegister())
500 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())
  /external/clang/include/clang/Basic/
TargetInfo.h 584 bool allowsRegister() const { return (Flags & CI_AllowsRegister) != 0; }
    [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp     [all...]

Completed in 4404 milliseconds