Searched refs:allowsMemory (Results 1 – 4 of 4) sorted by relevance
223 if (Info.allowsMemory() && !Info.allowsRegister()) { in ActOnGCCAsmStmt()265 if (!Ty->isVoidType() || !Info.allowsMemory()) in ActOnGCCAsmStmt()
509 return Info.allowsMemory() || Info.allowsRegister(); in validateOutputConstraint()
557 bool allowsMemory() const { return (Flags & CI_AllowsMemory) != 0; } in allowsMemory() function
1733 if (Info.allowsRegister() || !Info.allowsMemory()) { in EmitAsmInputLValue()1762 if (Info.allowsRegister() || !Info.allowsMemory()) in EmitAsmInput()1865 if (!Info.allowsMemory() && hasScalarEvaluationKind(OutExpr->getType())) { in EmitAsmStmt()