Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h522 bool tryCombine(MachineInstr &MI);
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td46 // Any additional arguments that should be appended to the tryCombine*().
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp3989 bool CombinerHelper::tryCombine(MachineInstr &MI) { in tryCombine() function in CombinerHelper