Searched refs:FoldInstruction (Results 1 – 12 of 12) sorted by relevance
86 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P()731 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P()813 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P()864 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P()1475 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P()1876 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P()2825 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P()4471 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P()4593 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P()6646 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P()[all …]
77 if (is_foldable_copy || folder.FoldInstruction(inst)) { in SimplifyFunction()124 if (is_foldable_copy || folder.FoldInstruction(inst)) { in SimplifyFunction()
111 bool FoldInstruction(Instruction* inst) const;
700 bool InstructionFolder::FoldInstruction(Instruction* inst) const { in FoldInstruction() function in spvtools::opt::InstructionFolder
923 if (folder.FoldInstruction(inst)) { in Process()
1725 context->get_instruction_folder().FoldInstruction(a.get()); in FMixFeedingExtract()