Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
DCombinerHelper.h151 bool matchSextTruncSextLoad(MachineInstr &MI);
/external/llvm-project/llvm/include/llvm/Target/GlobalISel/
DCombine.td132 [{ return Helper.matchSextTruncSextLoad(*${d}); }]),
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/
DCombinerHelper.cpp588 bool CombinerHelper::matchSextTruncSextLoad(MachineInstr &MI) { in matchSextTruncSextLoad() function in CombinerHelper