Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
DCombinerHelper.h329 bool applyCombineFAbsOfFAbs(MachineInstr &MI, Register &Src);
/external/llvm-project/llvm/include/llvm/Target/GlobalISel/
DCombine.td463 (apply [{ return Helper.applyCombineFAbsOfFAbs(*${root}, ${matchinfo}); }])
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/
DCombinerHelper.cpp2323 bool CombinerHelper::applyCombineFAbsOfFAbs(MachineInstr &MI, Register &Src) { in applyCombineFAbsOfFAbs() function in CombinerHelper