Home
last modified time | relevance | path

Searched refs:allowsMemory (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/Basic/
DTargetInfo.h342 bool allowsMemory() const { return (Flags & CI_AllowsMemory) != 0; } in allowsMemory() function
/external/clang/lib/CodeGen/
DCGStmt.cpp1300 if (Info.allowsRegister() || !Info.allowsMemory()) { in EmitAsmInputLValue()
1329 if (Info.allowsRegister() || !Info.allowsMemory()) in EmitAsmInput()
1440 if (!Info.allowsMemory() && !hasAggregateLLVMType(OutExpr->getType())) { in EmitAsmStmt()
/external/clang/lib/Sema/
DSemaStmt.cpp1970 if (Info.allowsMemory() && !Info.allowsRegister()) { in ActOnAsmStmt()