Searched refs:allowsMemory (Results 1 – 4 of 4) sorted by relevance
331 if (Info.allowsMemory() && in ActOnGCCAsmStmt()425 if (Info.allowsMemory() && in ActOnGCCAsmStmt()430 if (Info.allowsMemory() && !Info.allowsRegister()) { in ActOnGCCAsmStmt()484 if (!Ty->isVoidType() || !Info.allowsMemory()) in ActOnGCCAsmStmt()
2547 if (Info.allowsRegister() || !Info.allowsMemory()) { in EmitAsmInputLValue()2573 if (!Info.allowsRegister() && !Info.allowsMemory()) { in EmitAsmInput()2590 if (Info.allowsRegister() || !Info.allowsMemory()) in EmitAsmInput()2910 if (!Info.allowsMemory() && IsScalarOrAggregate) { in EmitAsmStmt()3040 if (Info.allowsMemory()) in EmitAsmStmt()
825 return Info.allowsMemory() || Info.allowsRegister(); in validateOutputConstraint()
1145 bool allowsMemory() const { return (Flags & CI_AllowsMemory) != 0; } in allowsMemory() function