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()444 if (!Ty->isVoidType() || !Info.allowsMemory()) in ActOnGCCAsmStmt()
2173 if (Info.allowsRegister() || !Info.allowsMemory()) { in EmitAsmInputLValue()2200 if (!Info.allowsRegister() && !Info.allowsMemory()) { in EmitAsmInput()2217 if (Info.allowsRegister() || !Info.allowsMemory()) in EmitAsmInput()2413 if (!Info.allowsMemory() && IsScalarOrAggregate) { in EmitAsmStmt()2541 if (Info.allowsMemory()) in EmitAsmStmt()
703 return Info.allowsMemory() || Info.allowsRegister(); in validateOutputConstraint()
1036 bool allowsMemory() const { return (Flags & CI_AllowsMemory) != 0; } in allowsMemory() function