Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h157 bool applySextInRegOfLoad(MachineInstr &MI, std::tuple<Register, unsigned> &MatchInfo);
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td145 (apply [{ return Helper.applySextInRegOfLoad(*${root}, ${matchinfo}); }])>;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp725 bool CombinerHelper::applySextInRegOfLoad( in applySextInRegOfLoad() function in CombinerHelper