Home
last modified time | relevance | path

Searched refs:Id2 (Results 1 – 13 of 13) sorted by relevance

/external/llvm-project/polly/lib/External/isl/test_inputs/schedule/
Dpoliwoda.sc3 # (Id2 in S_1) has a fixed value in terms of the other dimensions.
9 domain: [_PB_M, _PB_N] -> { S_0[Id1, Id2, Id3] : _PB_M >= 2 and Id1 >=
10 0 and 4Id1 < _PB_N and 2Id2 >= -_PB_M and 4Id2 <= -_PB_M and Id3 <=
11 0 and 4Id3 >= -3 + _PB_M + 4Id2 and 4Id3 >= -1 - _PB_M; S_1[Id1, Id2,
12 Id3] : _PB_M >= 2 and Id1 >= 0 and 4Id1 < _PB_N and -_PB_M <= 2Id2 <=
14 validity: [_PB_M, _PB_N] -> { S_0[Id1, Id2, Id3] -> S_0[Id1' = Id1, Id2',
16 4Id2 and Id2' <= Id2 and 2Id2' >= -_PB_M and Id3' < 0 and Id3' <= Id3
17 and Id3' < Id2 + Id3 - Id2' and 4Id3' >= -4 + _PB_M + 4Id2 and 4Id3' >=
18 -3 + _PB_M + 3Id2 + Id2' and -1 - _PB_M <= 4Id3' <= 2 + _PB_M + 4Id2;
19 S_0[Id1, Id2, Id3] -> S_0[Id1' = Id1, Id2', Id3' = Id3] : Id1 >= 0 and
[all …]
Dpoliwoda.st1Id2, Id3] : _PB_M >= 2 and Id1 >= 0 and 4Id1 < _PB_N and 2Id2 >= -_PB_M and 4Id2 <= -_PB_M and Id3…
3Id2, Id3] -> [(Id1)]; S_1[Id1, Id2, Id3] -> [(Id1)] }, { S_0[Id1, Id2, Id3] -> [(-Id2)]; S_1[Id1,
/external/llvm-project/clang/lib/Tooling/ASTDiff/
DASTDiff.cpp81 bool identical(NodeId Id1, NodeId Id2) const;
84 bool isMatchingPossible(NodeId Id1, NodeId Id2) const;
87 bool haveSameParents(const Mapping &M, NodeId Id1, NodeId Id2) const;
91 void addOptimalMapping(Mapping &M, NodeId Id1, NodeId Id2) const;
95 double getJaccardSimilarity(const Mapping &M, NodeId Id1, NodeId Id2) const;
567 const SyntaxTree::Impl &T2, NodeId Id1, NodeId Id2) in ZhangShashaMatcher() argument
568 : DiffImpl(DiffImpl), S1(T1, Id1), S2(T2, Id2) { in ZhangShashaMatcher()
619 NodeId Id2 = S2.getIdInRoot(Col); in getMatchingNodes() local
620 assert(DiffImpl.isMatchingPossible(Id1, Id2) && in getMatchingNodes()
622 Matches.emplace_back(Id1, Id2); in getMatchingNodes()
[all …]
/external/llvm/include/llvm/Option/
DArgList.h46 OptSpecifier Id0, Id1, Id2; variable
59 OptSpecifier Id2 = 0U)
60 : Current(it), Args(Args), Id0(Id0), Id1(Id1), Id2(Id2) { in Current()
155 OptSpecifier Id2 = 0U) const {
156 return arg_iterator(Args.begin(), *this, Id0, Id1, Id2);
164 OptSpecifier Id2 = 0U) const {
165 return make_range(filtered_begin(Id0, Id1, Id2), filtered_end());
191 bool hasArg(OptSpecifier Id0, OptSpecifier Id1, OptSpecifier Id2) const { in hasArg() argument
192 return getLastArg(Id0, Id1, Id2) != nullptr; in hasArg()
201 OptSpecifier Id2) const;
[all …]
/external/llvm/lib/Option/
DArgList.cpp32 (Id2.isValid() && O.matches(Id2))) in SkipToNextArg()
65 OptSpecifier Id2) const { in getLastArgNoClaim()
69 (*it)->getOption().matches(Id2)) in getLastArgNoClaim()
75 OptSpecifier Id2, OptSpecifier Id3) const { in getLastArgNoClaim() argument
79 (*it)->getOption().matches(Id2) || (*it)->getOption().matches(Id3)) in getLastArgNoClaim()
111 OptSpecifier Id2) const { in getLastArg()
116 (*it)->getOption().matches(Id2)) { in getLastArg()
126 OptSpecifier Id2, OptSpecifier Id3) const { in getLastArg() argument
131 (*it)->getOption().matches(Id2) || in getLastArg()
142 OptSpecifier Id2, OptSpecifier Id3, in getLastArg() argument
[all …]
/external/rust/crates/bindgen/src/ir/analysis/
Dhas_vtable.rs118 fn forward<Id1, Id2>(&mut self, from: Id1, to: Id2) -> ConstrainResult in forward()
121 Id2: Into<ItemId>, in forward()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Option/
DArgList.cpp131 OptSpecifier Id1, OptSpecifier Id2) const { in AddAllArgs()
132 for (auto Arg: filtered(Id0, Id1, Id2)) { in AddAllArgs()
139 OptSpecifier Id1, OptSpecifier Id2) const { in AddAllArgValues()
140 for (auto Arg : filtered(Id0, Id1, Id2)) { in AddAllArgValues()
/external/llvm-project/llvm/lib/Option/
DArgList.cpp131 OptSpecifier Id1, OptSpecifier Id2) const { in AddAllArgs()
132 for (auto Arg: filtered(Id0, Id1, Id2)) { in AddAllArgs()
139 OptSpecifier Id1, OptSpecifier Id2) const { in AddAllArgValues()
140 for (auto Arg : filtered(Id0, Id1, Id2)) { in AddAllArgValues()
/external/llvm-project/llvm/unittests/DebugInfo/PDB/
DNativeSymbolReuseTest.cpp42 SymIndexId Id2 = GS1->getSymIndexId(); in TEST() local
43 EXPECT_EQ(GlobalId, Id2); in TEST()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Option/
DArgList.h320 OptSpecifier Id1 = 0U, OptSpecifier Id2 = 0U) const;
325 OptSpecifier Id1 = 0U, OptSpecifier Id2 = 0U) const;
/external/llvm-project/llvm/include/llvm/Option/
DArgList.h320 OptSpecifier Id1 = 0U, OptSpecifier Id2 = 0U) const;
325 OptSpecifier Id1 = 0U, OptSpecifier Id2 = 0U) const;
/external/llvm-project/llvm/unittests/IR/
DInstructionsTest.cpp980 ShuffleVectorInst *Id2 = new ShuffleVectorInst(V0, V1, in TEST() local
982 EXPECT_FALSE(Id2->isIdentity()); in TEST()
983 EXPECT_FALSE(Id2->isIdentityWithPadding()); in TEST()
984 EXPECT_TRUE(Id2->isIdentityWithExtract()); in TEST()
985 EXPECT_FALSE(Id2->isConcat()); in TEST()
986 delete Id2; in TEST()
/external/python/cpython2/Mac/scripts/
Derrors.txt1562 -331 smBadsList Bad sList: Id1 < Id2 < Id3 ...format is not followed.