Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h213 bool matchSextInRegOfLoad(MachineInstr &MI, std::tuple<Register, unsigned> &MatchInfo);
/openbsd-src/gnu/llvm/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td169 [{ return Helper.matchSextInRegOfLoad(*${root}, ${matchinfo}); }]),
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp834 bool CombinerHelper::matchSextInRegOfLoad( in matchSextInRegOfLoad() function in CombinerHelper