Home
last modified time | relevance | path

Searched refs:allowsRegister (Results 1 – 4 of 4) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaStmtAsm.cpp223 if (Info.allowsMemory() && !Info.allowsRegister()) { in ActOnGCCAsmStmt()
229 } else if (Info.requiresImmediateConstant() && !Info.allowsRegister()) { in ActOnGCCAsmStmt()
250 if (Info.allowsRegister()) { in ActOnGCCAsmStmt()
460 OutputConstraintInfos[TiedTo].allowsRegister()) in ActOnGCCAsmStmt()
/minix3/external/bsd/llvm/dist/clang/lib/Basic/
H A DTargetInfo.cpp504 if (Info.earlyClobber() && Info.isReadWrite() && !Info.allowsRegister()) in validateOutputConstraint()
509 return Info.allowsMemory() || Info.allowsRegister(); in validateOutputConstraint()
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h556 bool allowsRegister() const { return (Flags & CI_AllowsRegister) != 0; } in allowsRegister() function
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGStmt.cpp1718 !Info.allowsRegister()) { in AddVariableConstraints()
1733 if (Info.allowsRegister() || !Info.allowsMemory()) { in EmitAsmInputLValue()
1762 if (Info.allowsRegister() || !Info.allowsMemory()) in EmitAsmInput()
1922 if (Info.allowsRegister()) in EmitAsmStmt()