Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h154 void applySextTruncSextLoad(MachineInstr &MI);
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td139 (apply [{ Helper.applySextTruncSextLoad(*${d}); }])>;
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp680 void CombinerHelper::applySextTruncSextLoad(MachineInstr &MI) { in applySextTruncSextLoad() function in CombinerHelper