Lines Matching refs:succeeded
86 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P() local
89 EXPECT_TRUE(succeeded); in TEST_P()
900 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P() local
903 EXPECT_EQ(succeeded, inst == nullptr || inst->opcode() != original_opcode); in TEST_P()
904 if (succeeded && inst != nullptr) { in TEST_P()
991 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P() local
994 EXPECT_TRUE(succeeded); in TEST_P()
995 if (succeeded && inst != nullptr) { in TEST_P()
1098 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P() local
1101 EXPECT_EQ(succeeded, inst == nullptr || inst->opcode() != original_opcode); in TEST_P()
1102 if (succeeded && inst != nullptr) { in TEST_P()
1220 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P() local
1223 EXPECT_TRUE(succeeded); in TEST_P()
1831 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P() local
1834 EXPECT_TRUE(succeeded); in TEST_P()
2264 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P() local
2267 EXPECT_TRUE(succeeded); in TEST_P()
3249 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P() local
3254 EXPECT_TRUE((!succeeded) == (tc.expected_result == 0)); in TEST_P()
3255 if (succeeded) { in TEST_P()
4907 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P() local
4912 EXPECT_TRUE((!succeeded) == (tc.expected_result == 0)); in TEST_P()
4913 if (succeeded) { in TEST_P()
5029 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P() local
5030 EXPECT_EQ(succeeded, tc.expected_result); in TEST_P()
5031 if (succeeded) { in TEST_P()
7761 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P() local
7762 EXPECT_EQ(succeeded, tc.expected_result); in TEST_P()
7763 if (succeeded) { in TEST_P()
8108 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P() local
8109 EXPECT_EQ(succeeded, tc.expected_result); in TEST_P()
8110 if (succeeded) { in TEST_P()
8207 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P() local
8208 EXPECT_EQ(succeeded, tc.expected_result); in TEST_P()
8209 if (succeeded) { in TEST_P()
8320 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P() local
8321 EXPECT_EQ(succeeded, tc.expected_result); in TEST_P()
8322 if (succeeded) { in TEST_P()