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()
2381 if (Info.allowsRegister() || !Info.allowsMemory()) { in EmitAsmInputLValue()2407 if (!Info.allowsRegister() && !Info.allowsMemory()) { in EmitAsmInput()2424 if (Info.allowsRegister() || !Info.allowsMemory()) in EmitAsmInput()2735 if (!Info.allowsMemory() && IsScalarOrAggregate) { in EmitAsmStmt()2862 if (Info.allowsMemory()) in EmitAsmStmt()
796 return Info.allowsMemory() || Info.allowsRegister(); in validateOutputConstraint()
1121 bool allowsMemory() const { return (Flags & CI_AllowsMemory) != 0; } in allowsMemory() function