Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/AMDGPU/
Dscratch-buffer.ll35 %if_value = load i32, i32* %if_ptr
44 %value = phi i32 [%if_value, %if], [%else_value, %else]
76 %if_value = load i32, i32* %if_ptr
85 %value = phi i32 [%if_value, %if], [%else_value, %else]
/external/v8/test/unittests/compiler/
Dnode-matchers-unittest.cc817 Node* if_value = graph()->NewNode(common()->IfValue(2), branch); in TEST_F() local
821 EXPECT_FALSE(BranchMatcher(if_value).Matched()); in TEST_F()
876 Node* if_value = graph()->NewNode(common()->IfValue(1), branch); in TEST_F() local
877 Node* merge = graph()->NewNode(common()->Merge(2), if_true, if_value); in TEST_F()
885 Node* if_value = graph()->NewNode(common()->IfValue(1), branch); in TEST_F() local
886 Node* merge = graph()->NewNode(common()->Merge(2), if_false, if_value); in TEST_F()