Home
last modified time | relevance | path

Searched refs:Msgs (Results 1 – 3 of 3) sorted by relevance

/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp3364 SmallVector<std::string, 4> Msgs; in VerifyInstructionFlags() local
3369 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()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp3879 SmallVector<std::string, 4> Msgs; in VerifyInstructionFlags() local
3884 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()
/external/tcpdump/
DCHANGES649 Add support for Address-Withdraw and Label-Withdraw Msgs