Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h343 bool applyCombineTruncOfExt(MachineInstr &MI,
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td523 (apply [{ return Helper.applyCombineTruncOfExt(*${root}, ${matchinfo}); }])
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2505 bool CombinerHelper::applyCombineTruncOfExt( in applyCombineTruncOfExt() function in CombinerHelper