Searched refs:index_match (Results 1 – 1 of 1) sorted by relevance
/external/v8/test/unittests/compiler/ |
D | change-lowering-unittest.cc | 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() [all …]
|