Home
last modified time | relevance | path

Searched refs:AllowAbs (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.h156 bool AllowAbs = true,
H A DAMDGPUISelDAGToDAG.h203 bool AllowAbs = true) const;
H A DAMDGPUISelDAGToDAG.cpp2855 bool AllowAbs) const { in SelectVOP3ModsImpl()
2872 if (AllowAbs && Src.getOpcode() == ISD::FABS) { in SelectVOP3ModsImpl()
H A DAMDGPUInstructionSelector.cpp3660 bool AllowAbs, bool OpSel) const { in selectVOP3ModsImpl() argument
3680 if (AllowAbs && MI->getOpcode() == AMDGPU::G_FABS) { in selectVOP3ModsImpl()