Searched refs:Msgs (Results 1 – 3 of 3) sorted by relevance
3364 SmallVector<std::string, 4> Msgs; in VerifyInstructionFlags() local3369 Msgs.push_back("pattern has side effects, but hasSideEffects isn't set"); in VerifyInstructionFlags()3374 Msgs.push_back("pattern may store, but mayStore isn't set"); in VerifyInstructionFlags()3378 Msgs.push_back("pattern may load, but mayLoad isn't set"); in VerifyInstructionFlags()3381 if (Msgs.empty()) in VerifyInstructionFlags()3385 for (const std::string &Msg : Msgs) in VerifyInstructionFlags()
3879 SmallVector<std::string, 4> Msgs; in VerifyInstructionFlags() local3884 Msgs.push_back("pattern has side effects, but hasSideEffects isn't set"); in VerifyInstructionFlags()3889 Msgs.push_back("pattern may store, but mayStore isn't set"); in VerifyInstructionFlags()3893 Msgs.push_back("pattern may load, but mayLoad isn't set"); in VerifyInstructionFlags()3896 if (Msgs.empty()) in VerifyInstructionFlags()3900 for (const std::string &Msg : Msgs) in VerifyInstructionFlags()
649 Add support for Address-Withdraw and Label-Withdraw Msgs