Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h198 void applyCombineExtendingLoads(MachineInstr &MI, PreferredTuple &MatchInfo);
/openbsd-src/gnu/llvm/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td150 (apply [{ Helper.applyCombineExtendingLoads(*${root}, ${matchinfo}); }])>;
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp486 applyCombineExtendingLoads(MI, Preferred); in tryCombineExtendingLoads()
586 void CombinerHelper::applyCombineExtendingLoads(MachineInstr &MI, in applyCombineExtendingLoads() function in CombinerHelper