Home
last modified time | relevance | path

Searched refs:Pets (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp476 unsigned Pets = Log-1 - Step; in route() local
515 T[J][Pets] = S; in route()
525 if (T[J][Pets] == Switch) in route()
527 if (T[J+Size/2][Pets] == Switch) in route()
554 unsigned Pets = 2*Log-1 - Step; in route() local
577 T[J][Pets] = (J < Num/2) ? Pass : Switch; in route()
584 T[J][Pets] = (J < Num/2) ? Switch : Pass; in route()
596 if (T[J][Pets] == Switch) in route()
598 if (T[J+Num/2][Pets] == Switch) in route()
/src/contrib/googletest/docs/
H A Dadvanced.md1168 INSTANTIATE_TEST_SUITE_P(Pets, FooTest, testing::ValuesIn(kPets));
1173 * `Pets/FooTest.DoesBlah/0` for `"cat"`
1174 * `Pets/FooTest.DoesBlah/1` for `"dog"`
1175 * `Pets/FooTest.HasBlahBlah/0` for `"cat"`
1176 * `Pets/FooTest.HasBlahBlah/1` for `"dog"`