Searched refs:allowsMemory (Results 1 – 4 of 4) sorted by relevance
298 if (Info.allowsMemory() && in ActOnGCCAsmStmt()393 if (Info.allowsMemory() && in ActOnGCCAsmStmt()398 if (Info.allowsMemory() && !Info.allowsRegister()) { in ActOnGCCAsmStmt()452 if (!Ty->isVoidType() || !Info.allowsMemory()) in ActOnGCCAsmStmt()
2202 if (Info.allowsRegister() || !Info.allowsMemory()) { in EmitAsmInputLValue()2229 if (!Info.allowsRegister() && !Info.allowsMemory()) { in EmitAsmInput()2246 if (Info.allowsRegister() || !Info.allowsMemory()) in EmitAsmInput()2557 if (!Info.allowsMemory() && IsScalarOrAggregate) { in EmitAsmStmt()2684 if (Info.allowsMemory()) in EmitAsmStmt()
785 return Info.allowsMemory() || Info.allowsRegister(); in validateOutputConstraint()
1082 bool allowsMemory() const { return (Flags & CI_AllowsMemory) != 0; } in allowsMemory() function