Searched refs:allowsMemory (Results 1 – 8 of 8) sorted by relevance
194 if (Info.allowsMemory() && in ActOnGCCAsmStmt()274 if (Info.allowsMemory() && in ActOnGCCAsmStmt()279 if (Info.allowsMemory() && !Info.allowsRegister()) { in ActOnGCCAsmStmt()322 if (!Ty->isVoidType() || !Info.allowsMemory()) in ActOnGCCAsmStmt()
295 if (Info.allowsMemory() && in ActOnGCCAsmStmt()385 if (Info.allowsMemory() && in ActOnGCCAsmStmt()390 if (Info.allowsMemory() && !Info.allowsRegister()) { in ActOnGCCAsmStmt()443 if (!Ty->isVoidType() || !Info.allowsMemory()) in ActOnGCCAsmStmt()
1714 if (Info.allowsRegister() || !Info.allowsMemory()) { in EmitAsmInputLValue()1745 if (!Info.allowsRegister() && !Info.allowsMemory()) { in EmitAsmInput()1753 if (Info.allowsRegister() || !Info.allowsMemory()) in EmitAsmInput()1867 if (!Info.allowsMemory() && hasScalarEvaluationKind(OutExpr->getType())) { in EmitAsmStmt()1954 if (Info.allowsMemory()) in EmitAsmStmt()
509 return Info.allowsMemory() || Info.allowsRegister(); in validateOutputConstraint()
2028 if (Info.allowsRegister() || !Info.allowsMemory()) { in EmitAsmInputLValue()2059 if (!Info.allowsRegister() && !Info.allowsMemory()) { in EmitAsmInput()2075 if (Info.allowsRegister() || !Info.allowsMemory()) in EmitAsmInput()2257 if (!Info.allowsMemory() && (hasScalarEvaluationKind(OutExpr->getType()) || in EmitAsmStmt()2377 if (Info.allowsMemory()) in EmitAsmStmt()
623 bool allowsMemory() const { return (Flags & CI_AllowsMemory) != 0; } in allowsMemory() function
639 return Info.allowsMemory() || Info.allowsRegister(); in validateOutputConstraint()
937 bool allowsMemory() const { return (Flags & CI_AllowsMemory) != 0; } in allowsMemory() function