Home
last modified time | relevance | path

Searched refs:CheckStr (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/llvm/unittests/CodeGen/GlobalISel/
DMachineIRBuilderTest.cpp27 auto CheckStr = R"( in TEST_F() local
37 EXPECT_TRUE(CheckMachineFunction(*MF, CheckStr)) << *MF; in TEST_F()
91 auto CheckStr = R"( in TEST_F() local
98 EXPECT_TRUE(CheckMachineFunction(*MF, CheckStr)) << *MF; in TEST_F()
111 auto CheckStr = R"( in TEST_F() local
119 EXPECT_TRUE(CheckMachineFunction(*MF, CheckStr)) << *MF; in TEST_F()
141 auto CheckStr = R"( in TEST_F() local
155 EXPECT_TRUE(CheckMachineFunction(*MF, CheckStr)) << *MF; in TEST_F()
177 auto CheckStr = R"( in TEST_F() local
184 EXPECT_TRUE(CheckMachineFunction(*MF, CheckStr)) << *MF; in TEST_F()
[all …]
DLegalizerHelperTest.cpp47 auto CheckStr = R"( in TEST_F() local
56 EXPECT_TRUE(CheckMachineFunction(*MF, CheckStr)) << *MF; in TEST_F()
79 auto CheckStr = R"( in TEST_F() local
90 EXPECT_TRUE(CheckMachineFunction(*MF, CheckStr)) << *MF; in TEST_F()
113 auto CheckStr = R"( in TEST_F() local
125 EXPECT_TRUE(CheckMachineFunction(*MF, CheckStr)) << *MF; in TEST_F()
148 auto CheckStr = R"( in TEST_F() local
160 EXPECT_TRUE(CheckMachineFunction(*MF, CheckStr)) << *MF; in TEST_F()
184 auto CheckStr = R"( in TEST_F() local
193 EXPECT_TRUE(CheckMachineFunction(*MF, CheckStr)) << *MF; in TEST_F()
[all …]
DGISelMITest.h178 StringRef CheckStr) { in CheckMachineFunction() argument
183 auto CheckBuf = MemoryBuffer::getMemBuffer(CheckStr, ""); in CheckMachineFunction()
/external/tensorflow/tensorflow/core/platform/
Dplatform_strings_test.cc78 static void CheckStr(const string_vec &str, const std::string &macro_name, in CheckStr() function
118 CheckStr(str, "__linux__", AS_STR(__linux__)); in RunTest()
119 CheckStr(str, "_WIN32", AS_STR(_WIN32)); in RunTest()
120 CheckStr(str, "__APPLE__", AS_STR(__APPLE__)); in RunTest()
121 CheckStr(str, "__x86_64__", AS_STR(__x86_64__)); in RunTest()
122 CheckStr(str, "__aarch64__", AS_STR(__aarch64__)); in RunTest()
123 CheckStr(str, "__powerpc64__", AS_STR(__powerpc64__)); in RunTest()
124 CheckStr(str, "TF_PLAT_STR_VERSION", TF_PLAT_STR_VERSION_); in RunTest()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DFileCheck.cpp1312 const FileCheckString &CheckStr, int MatchedCount, in PrintMatch() argument
1316 PrintMatch(ExpectedMatch, SM, CheckStr.Prefix, CheckStr.Loc, CheckStr.Pat, in PrintMatch()
1379 const FileCheckString &CheckStr, int MatchedCount, in PrintNoMatch() argument
1382 PrintNoMatch(ExpectedMatch, SM, CheckStr.Prefix, CheckStr.Loc, CheckStr.Pat, in PrintNoMatch()
1951 const FileCheckString &CheckStr = (*CheckStrings)[i]; in checkInput() local
1957 CheckStr.Check(SM, CheckRegion, false, MatchLen, Req, Diags); in checkInput()
/external/llvm/utils/FileCheck/
DFileCheck.cpp1033 static void PrintCheckFailed(const SourceMgr &SM, const CheckString &CheckStr, in PrintCheckFailed() argument
1036 PrintCheckFailed(SM, CheckStr.Loc, CheckStr.Pat, Buffer, VariableTable); in PrintCheckFailed()
1394 const CheckString &CheckStr = CheckStrings[i]; in main() local
1399 size_t MatchPos = CheckStr.Check(SM, CheckRegion, false, MatchLen, in main()
/external/llvm-project/llvm/lib/FileCheck/
DFileCheck.cpp2010 const FileCheckString &CheckStr, int MatchedCount, in PrintMatch() argument
2014 PrintMatch(ExpectedMatch, SM, CheckStr.Prefix, CheckStr.Loc, CheckStr.Pat, in PrintMatch()
2080 const FileCheckString &CheckStr, int MatchedCount, in PrintNoMatch() argument
2083 PrintNoMatch(ExpectedMatch, SM, CheckStr.Prefix, CheckStr.Loc, CheckStr.Pat, in PrintNoMatch()
2687 const FileCheckString &CheckStr = (*CheckStrings)[i]; in checkInput() local
2693 CheckStr.Check(SM, CheckRegion, false, MatchLen, Req, Diags); in checkInput()