Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h214 void applySextInRegOfLoad(MachineInstr &MI, std::tuple<Register, unsigned> &MatchInfo);
/openbsd-src/gnu/llvm/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td170 (apply [{ Helper.applySextInRegOfLoad(*${root}, ${matchinfo}); }])>;
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp886 void CombinerHelper::applySextInRegOfLoad( in applySextInRegOfLoad() function in CombinerHelper