Home
last modified time | relevance | path

Searched refs:tryCombine (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h656 bool tryCombine(MachineInstr &MI);
/llvm-project-15.0.7/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td46 // Any additional arguments that should be appended to the tryCombine*().
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp5673 bool CombinerHelper::tryCombine(MachineInstr &MI) { in tryCombine() function in CombinerHelper