Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h223 bool matchSextInRegOfLoad(MachineInstr &MI,
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td267 [{ return Helper.matchSextInRegOfLoad(*${root}, ${matchinfo}); }]),
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp1094 bool CombinerHelper::matchSextInRegOfLoad( in matchSextInRegOfLoad() function in CombinerHelper