Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h157 bool matchSextInRegOfLoad(MachineInstr &MI, std::tuple<Register, unsigned> &MatchInfo);
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td145 [{ return Helper.matchSextInRegOfLoad(*${root}, ${matchinfo}); }]),
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp687 bool CombinerHelper::matchSextInRegOfLoad( in matchSextInRegOfLoad() function in CombinerHelper