Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h321 bool matchCombineAnyExtTrunc(MachineInstr &MI, Register &Reg);
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td436 [{ return Helper.matchCombineAnyExtTrunc(*${root}, ${matchinfo}); }]),
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2387 bool CombinerHelper::matchCombineAnyExtTrunc(MachineInstr &MI, Register &Reg) { in matchCombineAnyExtTrunc() function in CombinerHelper