Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h873 void applyExpandFPowI(MachineInstr &MI, int64_t Exponent);
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td1647 (apply [{ Helper.applyExpandFPowI(*${root}, ${imm}.getCImm()->getSExtValue()); }])>;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp7418 void CombinerHelper::applyExpandFPowI(MachineInstr &MI, int64_t Exponent) { in applyExpandFPowI() function in CombinerHelper