Searched refs:allowsMemory (Results 1 – 3 of 3) sorted by relevance
342 bool allowsMemory() const { return (Flags & CI_AllowsMemory) != 0; } in allowsMemory() function
1300 if (Info.allowsRegister() || !Info.allowsMemory()) { in EmitAsmInputLValue()1329 if (Info.allowsRegister() || !Info.allowsMemory()) in EmitAsmInput()1440 if (!Info.allowsMemory() && !hasAggregateLLVMType(OutExpr->getType())) { in EmitAsmStmt()
1970 if (Info.allowsMemory() && !Info.allowsRegister()) { in ActOnAsmStmt()