Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h207 void applySextInRegOfLoad(MachineInstr &MI, std::tuple<Register, unsigned> &MatchInfo);
/llvm-project-15.0.7/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td153 (apply [{ Helper.applySextInRegOfLoad(*${root}, ${matchinfo}); }])>;
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp867 void CombinerHelper::applySextInRegOfLoad( in applySextInRegOfLoad() function in CombinerHelper