Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp4007 StringRef Source1 = R"( in TEST_P() local
4011 EXPECT_TRUE(matchesWithOpenMP(Source1, Matcher)); in TEST_P()
4023 StringRef Source1 = R"( in TEST_P() local
4051 StringRef Source1 = R"( in TEST_P() local
4056 EXPECT_TRUE(notMatchesWithOpenMP(Source1, Matcher)); in TEST_P()
4097 StringRef Source1 = R"( in TEST_P() local
4150 StringRef Source1 = R"( in TEST_P() local
4203 const std::string Source1 = R"( in TEST() local
4256 const std::string Source1 = R"( in TEST() local
4309 StringRef Source1 = R"( in TEST_P() local
[all …]
H A DASTMatchersNodeTest.cpp2511 StringRef Source1 = R"( in TEST() local
2516 EXPECT_TRUE(matchesWithOpenMP(Source1, Matcher)); in TEST()
2534 StringRef Source1 = R"( in TEST() local
2539 EXPECT_TRUE(notMatchesWithOpenMP(Source1, Matcher)); in TEST()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp2837 unsigned Source1, Source2; in getShuffleCost() local
2851 Source1 = Source; in getShuffleCost()
2853 } else if (NumSources == 1 && Source != Source1) { in getShuffleCost()
2856 } else if (NumSources >= 2 && Source != Source1 && Source != Source2) { in getShuffleCost()
2862 if (Source == Source1) in getShuffleCost()