Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h492 bool matchLoadOrCombine(MachineInstr &MI,
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td570 [{ return Helper.matchLoadOrCombine(*${root}, ${info}); }]),
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp3547 bool CombinerHelper::matchLoadOrCombine( in matchLoadOrCombine() function in CombinerHelper