Lines Matching refs:index_match
232 Matcher<Node*> index_match = IsIntPtrConstant(access.offset - access.tag()); in TARGET_TEST_P() local
253 Matcher<Node*> index_match = in TARGET_TEST_P() local
257 index_match = IsChangeUint32ToUint64(index_match); in TARGET_TEST_P()
263 p0, index_match, p2, graph()->start(), graph()->start())); in TARGET_TEST_P()
278 Matcher<Node*> index_match = in TARGET_TEST_P() local
281 index_match = IsChangeUint32ToUint64(index_match); in TARGET_TEST_P()
287 p0, index_match, p2, graph()->start(), graph()->start())); in TARGET_TEST_P()
303 Matcher<Node*> index_match = in TARGET_TEST_P() local
307 index_match = IsChangeUint32ToUint64(index_match); in TARGET_TEST_P()
310 EXPECT_THAT(r.replacement(), IsLoad(MachineType::AnyTagged(), p0, index_match, in TARGET_TEST_P()
325 Matcher<Node*> index_match = in TARGET_TEST_P() local
328 index_match = IsChangeUint32ToUint64(index_match); in TARGET_TEST_P()
331 EXPECT_THAT(r.replacement(), IsLoad(MachineType::Int8(), p0, index_match, in TARGET_TEST_P()