Searched refs:allowsMemory (Results 1 – 4 of 4) sorted by relevance
293 if (Info.allowsMemory() && in ActOnGCCAsmStmt()368 if (Info.allowsMemory() && in ActOnGCCAsmStmt()373 if (Info.allowsMemory() && !Info.allowsRegister()) { in ActOnGCCAsmStmt()426 if (!Ty->isVoidType() || !Info.allowsMemory()) in ActOnGCCAsmStmt()
1791 if (Info.allowsRegister() || !Info.allowsMemory()) { in EmitAsmInputLValue()1822 if (!Info.allowsRegister() && !Info.allowsMemory()) { in EmitAsmInput()1840 if (Info.allowsRegister() || !Info.allowsMemory()) in EmitAsmInput()1954 if (!Info.allowsMemory() && hasScalarEvaluationKind(OutExpr->getType())) { in EmitAsmStmt()2050 if (Info.allowsMemory()) in EmitAsmStmt()
598 return Info.allowsMemory() || Info.allowsRegister(); in validateOutputConstraint()
829 bool allowsMemory() const { return (Flags & CI_AllowsMemory) != 0; } in allowsMemory() function