Home
last modified time | relevance | path

Searched refs:allowsMemory (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()
265 if (!Ty->isVoidType() || !Info.allowsMemory()) in ActOnGCCAsmStmt()
/minix3/external/bsd/llvm/dist/clang/lib/Basic/
H A DTargetInfo.cpp509 return Info.allowsMemory() || Info.allowsRegister(); in validateOutputConstraint()
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h557 bool allowsMemory() const { return (Flags & CI_AllowsMemory) != 0; } in allowsMemory() function
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGStmt.cpp1733 if (Info.allowsRegister() || !Info.allowsMemory()) { in EmitAsmInputLValue()
1762 if (Info.allowsRegister() || !Info.allowsMemory()) in EmitAsmInput()
1865 if (!Info.allowsMemory() && hasScalarEvaluationKind(OutExpr->getType())) { in EmitAsmStmt()