Searched refs:allowsMemory (Results 1 – 4 of 4) sorted by relevance
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()
2094 if (Info.allowsRegister() || !Info.allowsMemory()) { in EmitAsmInputLValue()2126 if (!Info.allowsRegister() && !Info.allowsMemory()) { in EmitAsmInput()2142 if (Info.allowsRegister() || !Info.allowsMemory()) in EmitAsmInput()2327 if (!Info.allowsMemory() && IsScalarOrAggregate) { in EmitAsmStmt()2451 if (Info.allowsMemory()) in EmitAsmStmt()
669 return Info.allowsMemory() || Info.allowsRegister(); in validateOutputConstraint()
974 bool allowsMemory() const { return (Flags & CI_AllowsMemory) != 0; } in allowsMemory() function